Start Time: 2017-06-17 16:29:57
Duration: 1:32:26.779000
Status: Pass 531 Failure 27 Error 14
D:\Git\API_Automation\Report\Cases_API_POS_ALL\api_Cases_API_POS_ALL_201706171629.html
Summary Failed All
| Test Group/Test case | Count | Pass | Fail | Error | View |
|---|---|---|---|---|---|
| ApiExecutor.API.UnitTest | 572 | 531 | 27 | 14 | Detail |
test_001_Backend_商家管理--商家--修改商家-异常 商家ID不存在 |
pass
pt1.1:
测试用例开始时间: 2017-06-17 16:29:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0870001316071
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:24:49",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/11111111/
The request method is :put
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "ContactABC"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.646999835968
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_002_Backend_商家管理--商家--修改商家-正常 |
pass
pt1.2:
测试用例开始时间: 2017-06-17 16:29:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.561000108719
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:00",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.1099998951
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2333,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:03",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "1秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2333, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/2333/
The request method is :put
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "ContactABC"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.611000061035
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactABC",
"id": 2333,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:03",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "2秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2333, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "ContactABC"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/2333/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.950999975204
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2333,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:03",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "3秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2333, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"city": {
"EQ": "深圳市"
},
"business_license": {
"EQ": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
},
"sale_in_30_avg": {
"type": "str"
},
"telephone": {
"EQ": "13798765777"
},
"cell": {
"EQ": "思微simplywork(飞扬科技园)"
},
"contact_tel": {
"EQ": "13798765777"
},
"store_category": {
"eq": 0
},
"idcard_no": {
"EQ": "533527198909210238"
},
"idcard_set": {
"EQ": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
]
},
"msg": {
"EQ": "成功"
},
"pos_status": {
"eq": "NOT_REGISTER"
},
"contact_name": {
"type": "str"
},
"id": {
"eq": 2333
},
"statusCode": {
"EQ": 0
}
}
检查key: city的返回值通过
检查key: business_license的返回值通过
检查key: sale_in_30_avg的返回值通过
检查key: telephone的返回值通过
检查key: cell的返回值通过
检查key: contact_tel的返回值通过
检查key: store_category的返回值通过
检查key: idcard_no的返回值通过
检查key: idcard_set的返回值通过
检查key: msg的返回值通过
检查key: pos_status的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_003_Backend_商家管理--商家--冻结商家-异常 商家ID不存在 |
pass
pt1.3:
测试用例开始时间: 2017-06-17 16:30:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.518000125885
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:02",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/12345/freeze/
The request method is :put
The request parameter is:
{
"store_status": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.70899987221
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_004_Backend_商家管理--商家--冻结商家-正常 |
pass
pt1.4:
测试用例开始时间: 2017-06-17 16:30:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:30:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
创建供应商
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
请求URL:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request param:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13798765777",
"house_number": "504",
"many": true,
"storekeeper": "杨正祥",
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test_Supplier_21674350",
"store_category": 1,
"idcard_no": "533527198909210238",
"idcard_set": [
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"address": "广东省深圳市翻身(地铁站)503",
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "TestName",
"industry": 8
}
The return data is:
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13798765777", "product_category_display": "", "contact_name": "TestName", "id": 2334, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 16:30:13", "district": "\u5b9d\u5b89\u533a", "house_number": "504", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test_Supplier_21674350", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13798765777", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)504", "idcard_set": ["https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u6587\u6559/\u4f53\u80b2", "industry": 8, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
{'new_store_id': 2334, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/2334/freeze/
The request method is :put
The request parameter is:
{
"store_status": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.171000003815
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "TestName",
"id": 2334,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:13",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test_Supplier_21674350",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 1,
"status": "FREEZE",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "N/A"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'new_store_id': 2334, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_005_Backend_商家管理--商家--可选行业列表-正常 |
pass
pt1.5:
测试用例开始时间: 2017-06-17 16:30:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.134999990463
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:12",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/industries/available/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.1970000267
接口请求返回值:
{
"msg": "成功",
"data": [
{
"id": 3,
"name": "超市/便利店"
},
{
"id": 4,
"name": "水果/生鲜"
},
{
"id": 5,
"name": "烟酒行"
},
{
"id": 6,
"name": "零食"
},
{
"id": 7,
"name": "美妆"
},
{
"id": 8,
"name": "文教/体育"
},
{
"id": 9,
"name": "快餐"
},
{
"id": 10,
"name": "面包店"
},
{
"id": 11,
"name": "奶茶店"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"type": "int"
},
"name": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_006_Backend_商家管理--商家--商家列表-正常 |
pass
pt1.6:
测试用例开始时间: 2017-06-17 16:30:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.273000001907
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:14",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "WORKING"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.29999995232
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 5,
"data": [
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/294214e5163e471796dde492474b9d1f.png",
"telephone": "13692159330",
"product_category_display": "方便食品, 套餐专属, 进口水果/国产水果, 流质饮料, 滋补保健, 面包, 福荫食品, 个人护理, 烧烤撸串, 现调饮品, 现制甜品, 生鲜粮油, 超值特惠, 生产分拣, 奶制品, 未分类, 精选宵夜, 生活服务, 套餐专属一, 家纺, 家居清洁, 化妆品, 精品中餐, 冲调茗茶, 数码, 休闲零食, 精美料理, 蛋糕面包, 成人用品, 糖巧克力, 饼干糕点, 新鲜肉类, 家庭用具, 玩具, 现制熟食, 香烟代买, 酒类, 生活用纸, 数码宝贝",
"contact_name": "李兰珍",
"id": 33,
"city": "深圳市",
"apply_time": "2017-04-24 10:56:40",
"district": "宝安区",
"house_number": "9",
"storekeeper": "李兰珍",
"cell": "飞扬科技园",
"store_name": "可可西里奶茶店",
"idcard_no": "420983199310242822",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13692159330",
"address": "深圳市飞扬科技园9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/82fe6c8ec6a04f2fa7403070b64a25e2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/9fea9f62637c4446952fb72cea264f92.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/26d198179ca9402781463562116a3d81.png"
],
"latitude": 22.579633995031468,
"industry_display": "奶茶店",
"industry": 11,
"longitude": 113.93108169378964,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/f679ee672bdc4340929bc8b2da732533.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/41240da0557a4a06ac9d80a2d1a610b0.png",
"telephone": "17688836620",
"product_category_display": "未分类, 生产分拣, 饼干糕点, 生活用纸, 冲调茗茶, 哈喽, 精美料理, 滋补保健, 烧烤撸串, 糖巧克力, 精选宵夜, 家居清洁, 休闲零食, 蛋糕面包, 现制甜品, 现调饮品, 超值特惠, 流质饮料, 成人用品, 方便食品, 进口水果/国产水果, 个人护理, 福荫食品, 香烟代买, 生活服务, 精品中餐, 现制熟食, 家庭用具, 奶制品, 化妆品, 数码, 新鲜肉类, 生鲜粮油, 玩具, 家纺, 酒类",
"contact_name": "Twenty",
"id": 58,
"city": "深圳市",
"apply_time": "2017-05-02 14:02:32",
"district": "宝安区",
"house_number": "a栋9楼",
"storekeeper": "王尔仕",
"cell": "高新奇科技园二期-南一门",
"store_name": "大掌柜零食店",
"idcard_no": "350582199107193037",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "17688836620",
"address": "广东省深圳市宝安区高新奇科技园二期-南一门a栋9楼",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/72b9461a74024f4c92874a9c305f2b0f.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d21861693b2a4dd5b40f2e446dd29332.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/cd9a71283b9f417e8381ee323140f498.png"
],
"latitude": 22.57900810241699,
"industry_display": "水果/生鲜",
"industry": 4,
"longitude": 113.9308547973633,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c40be750e2034e8e80299c9f8ea6a46f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/48472c2a02db4ea99f3b4e0ab857146a.png",
"telephone": "18312349876",
"product_category_display": "进口水果/国产水果, 滋补保健, 福荫食品, 精品中餐, 生活服务, 香烟代买, 生鲜粮油, 家居清洁, 现制熟食, 冲调茗茶, 尅可是可是, 现制甜品, 个人护理, 新鲜肉类, 休闲零食, 玩具, 家庭用具, 蛋糕面包, 家纺, 化妆品, 现调饮品, 酒类, 糖巧克力, 呀哈, 累累累累, 生活用纸, 生产分拣, 精选宵夜, 大大方方反反复复, 成人用品, 超值特惠, 奶制品, 数码, 精美料理, 烧烤撸串, 饼干糕点, 方便食品, 未分类, 流质饮料",
"contact_name": "刘小溪",
"id": 48,
"city": "深圳市",
"apply_time": "2017-04-26 14:05:08",
"district": "宝安区",
"house_number": "12栋1号",
"storekeeper": "袁文杰",
"cell": "飞扬科技园",
"store_name": "易站",
"idcard_no": "411722197209283394",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349871",
"address": "广东省深圳市宝安区飞扬科技园12栋1号",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d4bac2985cd34e25987371b15f5b404a.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/89d9262d57ad4d92bfc78c48f0f3c55b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/00439a8667004a96b73f3575e31adc45.png"
],
"latitude": 22.57426071166992,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.9240570068359,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/0a535a9b3b5a42d19a05e75cab42de46.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/6ee86c6343644ce1b5c0068f92d1582e.png",
"telephone": "18312349876",
"product_category_display": "炒菜类, 冲调茗茶, 超值特惠, 休闲零食, 糖巧克力, 未分类, 家居清洁, 烧烤撸串, 滋补保健, 蛋糕面包, 现调饮品, 凉拌类, 饼干糕点, 奶制品, 进口水果/国产水果, 精品中餐, 家庭用具, 蔬菜, 酒类, 流质饮料, 福荫食品, 煲类, 饮料, 精美料理, 快餐类, 香烟代买, 主食, 砂锅类, 海鲜类, 化妆品, 个人护理, 现制熟食, 数码, 生产分拣, 现制甜品, 生活用纸, 成人用品, 新鲜肉类, 精选宵夜, 生鲜粮油, 方便食品, 玩具, 生活服务, 家纺",
"contact_name": "杨文军",
"id": 1289,
"city": "深圳市",
"apply_time": "2017-06-12 15:08:13",
"district": "宝安区",
"house_number": "10",
"storekeeper": "杨文军",
"cell": "隆昌路",
"store_name": "美团专用店",
"idcard_no": "330224196702265835",
"apply_time_display": "5日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349876",
"address": "广东省深圳市宝安区隆昌路10",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/4621a27dbde64a9f9ae92fbecdc1bd93.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/74db486f886d44f296d1e2ac994166b2.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/c4458ca72298471d9e72b46af4a5a076.png"
],
"latitude": 22.579964,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.930594,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/81a2bd44bebc4c5983b803b33222535f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidbossut5hn5/7e84a3b36a3142ada0ca9b5d34ff6ac7.png",
"telephone": "13163223507",
"product_category_display": "成人用品, 超值特惠, 精选宵夜, 现调饮品, 生鲜粮油, 饼干糕点, 福荫食品, 化妆品, 新鲜肉类, 精品中餐, 家庭用具, 家居清洁, 现制甜品, 是因为太过美好的回忆, 美妆美容类, 进口水果/国产水果, 未分类, 休闲零食, 现制熟食, 11111, 玩具, 数码, 个人护理, 流质饮料, 精美料理, 生活服务, 生产分拣, 奶制品, 糖巧克力, 香烟代买, 烧烤撸串, 酒类, 22222, 家纺, top, 蛋糕面包, 冲调茗茶, 滋补保健, 方便食品, 生活用纸",
"contact_name": "小蓬蓬",
"id": 92,
"city": "深圳市",
"apply_time": "2017-05-03 18:56:07",
"district": "宝安区",
"house_number": "2楼",
"storekeeper": "彭颖",
"cell": "庭威公寓",
"store_name": "美妆2号",
"idcard_no": "429004199303293887",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13163223507",
"address": "广东省深圳市宝安区庭威公寓2楼",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/669a9443c84346cd97a0eb9b458a6734.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/de41292c89814475816eb49359890c39.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/9741e516d2f3417191c82fb56f2b0f24.png"
],
"latitude": 22.58252334594727,
"industry_display": "美妆",
"industry": 7,
"longitude": 113.9293212890625,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/d684b98ec19e42be8df346843ce3ed9e.png",
"pos_status": "WORKING"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建供应商
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
请求URL:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request param:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13798765777",
"house_number": "504",
"many": true,
"storekeeper": "杨正祥",
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test_Supplier_23801567",
"store_category": 1,
"idcard_no": "533527198909210238",
"idcard_set": [
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"address": "广东省深圳市翻身(地铁站)503",
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "TestName",
"industry": 8
}
The return data is:
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13798765777", "product_category_display": "", "contact_name": "TestName", "id": 2335, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 16:30:19", "district": "\u5b9d\u5b89\u533a", "house_number": "504", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test_Supplier_23801567", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13798765777", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)504", "idcard_set": ["https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u6587\u6559/\u4f53\u80b2", "industry": 8, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
{'new_store_id': 2335, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "WORKING"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.426999807358
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 5,
"data": [
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/294214e5163e471796dde492474b9d1f.png",
"telephone": "13692159330",
"product_category_display": "方便食品, 套餐专属, 进口水果/国产水果, 流质饮料, 滋补保健, 面包, 福荫食品, 个人护理, 烧烤撸串, 现调饮品, 现制甜品, 生鲜粮油, 超值特惠, 生产分拣, 奶制品, 未分类, 精选宵夜, 生活服务, 套餐专属一, 家纺, 家居清洁, 化妆品, 精品中餐, 冲调茗茶, 数码, 休闲零食, 精美料理, 蛋糕面包, 成人用品, 糖巧克力, 饼干糕点, 新鲜肉类, 家庭用具, 玩具, 现制熟食, 香烟代买, 酒类, 生活用纸, 数码宝贝",
"contact_name": "李兰珍",
"id": 33,
"city": "深圳市",
"apply_time": "2017-04-24 10:56:40",
"district": "宝安区",
"house_number": "9",
"storekeeper": "李兰珍",
"cell": "飞扬科技园",
"store_name": "可可西里奶茶店",
"idcard_no": "420983199310242822",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13692159330",
"address": "深圳市飞扬科技园9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/82fe6c8ec6a04f2fa7403070b64a25e2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/9fea9f62637c4446952fb72cea264f92.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/26d198179ca9402781463562116a3d81.png"
],
"latitude": 22.579633995031468,
"industry_display": "奶茶店",
"industry": 11,
"longitude": 113.93108169378964,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/f679ee672bdc4340929bc8b2da732533.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/41240da0557a4a06ac9d80a2d1a610b0.png",
"telephone": "17688836620",
"product_category_display": "未分类, 生产分拣, 饼干糕点, 生活用纸, 冲调茗茶, 哈喽, 精美料理, 滋补保健, 烧烤撸串, 糖巧克力, 精选宵夜, 家居清洁, 休闲零食, 蛋糕面包, 现制甜品, 现调饮品, 超值特惠, 流质饮料, 成人用品, 方便食品, 进口水果/国产水果, 个人护理, 福荫食品, 香烟代买, 生活服务, 精品中餐, 现制熟食, 家庭用具, 奶制品, 化妆品, 数码, 新鲜肉类, 生鲜粮油, 玩具, 家纺, 酒类",
"contact_name": "Twenty",
"id": 58,
"city": "深圳市",
"apply_time": "2017-05-02 14:02:32",
"district": "宝安区",
"house_number": "a栋9楼",
"storekeeper": "王尔仕",
"cell": "高新奇科技园二期-南一门",
"store_name": "大掌柜零食店",
"idcard_no": "350582199107193037",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "17688836620",
"address": "广东省深圳市宝安区高新奇科技园二期-南一门a栋9楼",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/72b9461a74024f4c92874a9c305f2b0f.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d21861693b2a4dd5b40f2e446dd29332.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/cd9a71283b9f417e8381ee323140f498.png"
],
"latitude": 22.57900810241699,
"industry_display": "水果/生鲜",
"industry": 4,
"longitude": 113.9308547973633,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c40be750e2034e8e80299c9f8ea6a46f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/48472c2a02db4ea99f3b4e0ab857146a.png",
"telephone": "18312349876",
"product_category_display": "进口水果/国产水果, 滋补保健, 福荫食品, 精品中餐, 生活服务, 香烟代买, 生鲜粮油, 家居清洁, 现制熟食, 冲调茗茶, 尅可是可是, 现制甜品, 个人护理, 新鲜肉类, 休闲零食, 玩具, 家庭用具, 蛋糕面包, 家纺, 化妆品, 现调饮品, 酒类, 糖巧克力, 呀哈, 累累累累, 生活用纸, 生产分拣, 精选宵夜, 大大方方反反复复, 成人用品, 超值特惠, 奶制品, 数码, 精美料理, 烧烤撸串, 饼干糕点, 方便食品, 未分类, 流质饮料",
"contact_name": "刘小溪",
"id": 48,
"city": "深圳市",
"apply_time": "2017-04-26 14:05:08",
"district": "宝安区",
"house_number": "12栋1号",
"storekeeper": "袁文杰",
"cell": "飞扬科技园",
"store_name": "易站",
"idcard_no": "411722197209283394",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349871",
"address": "广东省深圳市宝安区飞扬科技园12栋1号",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d4bac2985cd34e25987371b15f5b404a.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/89d9262d57ad4d92bfc78c48f0f3c55b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/00439a8667004a96b73f3575e31adc45.png"
],
"latitude": 22.57426071166992,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.9240570068359,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/0a535a9b3b5a42d19a05e75cab42de46.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/6ee86c6343644ce1b5c0068f92d1582e.png",
"telephone": "18312349876",
"product_category_display": "炒菜类, 冲调茗茶, 超值特惠, 休闲零食, 糖巧克力, 未分类, 家居清洁, 烧烤撸串, 滋补保健, 蛋糕面包, 现调饮品, 凉拌类, 饼干糕点, 奶制品, 进口水果/国产水果, 精品中餐, 家庭用具, 蔬菜, 酒类, 流质饮料, 福荫食品, 煲类, 饮料, 精美料理, 快餐类, 香烟代买, 主食, 砂锅类, 海鲜类, 化妆品, 个人护理, 现制熟食, 数码, 生产分拣, 现制甜品, 生活用纸, 成人用品, 新鲜肉类, 精选宵夜, 生鲜粮油, 方便食品, 玩具, 生活服务, 家纺",
"contact_name": "杨文军",
"id": 1289,
"city": "深圳市",
"apply_time": "2017-06-12 15:08:13",
"district": "宝安区",
"house_number": "10",
"storekeeper": "杨文军",
"cell": "隆昌路",
"store_name": "美团专用店",
"idcard_no": "330224196702265835",
"apply_time_display": "5日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349876",
"address": "广东省深圳市宝安区隆昌路10",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/4621a27dbde64a9f9ae92fbecdc1bd93.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/74db486f886d44f296d1e2ac994166b2.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/c4458ca72298471d9e72b46af4a5a076.png"
],
"latitude": 22.579964,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.930594,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/81a2bd44bebc4c5983b803b33222535f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidbossut5hn5/7e84a3b36a3142ada0ca9b5d34ff6ac7.png",
"telephone": "13163223507",
"product_category_display": "成人用品, 超值特惠, 精选宵夜, 现调饮品, 生鲜粮油, 饼干糕点, 福荫食品, 化妆品, 新鲜肉类, 精品中餐, 家庭用具, 家居清洁, 现制甜品, 是因为太过美好的回忆, 美妆美容类, 进口水果/国产水果, 未分类, 休闲零食, 现制熟食, 11111, 玩具, 数码, 个人护理, 流质饮料, 精美料理, 生活服务, 生产分拣, 奶制品, 糖巧克力, 香烟代买, 烧烤撸串, 酒类, 22222, 家纺, top, 蛋糕面包, 冲调茗茶, 滋补保健, 方便食品, 生活用纸",
"contact_name": "小蓬蓬",
"id": 92,
"city": "深圳市",
"apply_time": "2017-05-03 18:56:07",
"district": "宝安区",
"house_number": "2楼",
"storekeeper": "彭颖",
"cell": "庭威公寓",
"store_name": "美妆2号",
"idcard_no": "429004199303293887",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13163223507",
"address": "广东省深圳市宝安区庭威公寓2楼",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/669a9443c84346cd97a0eb9b458a6734.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/de41292c89814475816eb49359890c39.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/9741e516d2f3417191c82fb56f2b0f24.png"
],
"latitude": 22.58252334594727,
"industry_display": "美妆",
"industry": 7,
"longitude": 113.9293212890625,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/d684b98ec19e42be8df346843ce3ed9e.png",
"pos_status": "WORKING"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'new_store_id': 2335, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
期望检测的返回值:
{
"city": {
"type": "str"
},
"business_license": {
"type": "str"
},
"telephone": {
"type": "str"
},
"cell": {
"type": "str"
},
"contact_tel": {
"type": "str"
},
"idcard_no": {
"type": "str"
},
"idcard_set": {
"type": "list"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: city的返回值通过
检查key: business_license的返回值通过
检查key: telephone的返回值通过
检查key: cell的返回值通过
检查key: contact_tel的返回值通过
检查key: idcard_no的返回值通过
检查key: idcard_set的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_007_Backend_商家管理--商家--商家列表-正常 带search条件 |
pass
pt1.7:
测试用例开始时间: 2017-06-17 16:30:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.700999975204
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:16",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "WORKING"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.21700000763
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 5,
"data": [
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/294214e5163e471796dde492474b9d1f.png",
"telephone": "13692159330",
"product_category_display": "方便食品, 套餐专属, 进口水果/国产水果, 流质饮料, 滋补保健, 面包, 福荫食品, 个人护理, 烧烤撸串, 现调饮品, 现制甜品, 生鲜粮油, 超值特惠, 生产分拣, 奶制品, 未分类, 精选宵夜, 生活服务, 套餐专属一, 家纺, 家居清洁, 化妆品, 精品中餐, 冲调茗茶, 数码, 休闲零食, 精美料理, 蛋糕面包, 成人用品, 糖巧克力, 饼干糕点, 新鲜肉类, 家庭用具, 玩具, 现制熟食, 香烟代买, 酒类, 生活用纸, 数码宝贝",
"contact_name": "李兰珍",
"id": 33,
"city": "深圳市",
"apply_time": "2017-04-24 10:56:40",
"district": "宝安区",
"house_number": "9",
"storekeeper": "李兰珍",
"cell": "飞扬科技园",
"store_name": "可可西里奶茶店",
"idcard_no": "420983199310242822",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13692159330",
"address": "深圳市飞扬科技园9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/82fe6c8ec6a04f2fa7403070b64a25e2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/9fea9f62637c4446952fb72cea264f92.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/26d198179ca9402781463562116a3d81.png"
],
"latitude": 22.579633995031468,
"industry_display": "奶茶店",
"industry": 11,
"longitude": 113.93108169378964,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/f679ee672bdc4340929bc8b2da732533.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/41240da0557a4a06ac9d80a2d1a610b0.png",
"telephone": "17688836620",
"product_category_display": "未分类, 生产分拣, 饼干糕点, 生活用纸, 冲调茗茶, 哈喽, 精美料理, 滋补保健, 烧烤撸串, 糖巧克力, 精选宵夜, 家居清洁, 休闲零食, 蛋糕面包, 现制甜品, 现调饮品, 超值特惠, 流质饮料, 成人用品, 方便食品, 进口水果/国产水果, 个人护理, 福荫食品, 香烟代买, 生活服务, 精品中餐, 现制熟食, 家庭用具, 奶制品, 化妆品, 数码, 新鲜肉类, 生鲜粮油, 玩具, 家纺, 酒类",
"contact_name": "Twenty",
"id": 58,
"city": "深圳市",
"apply_time": "2017-05-02 14:02:32",
"district": "宝安区",
"house_number": "a栋9楼",
"storekeeper": "王尔仕",
"cell": "高新奇科技园二期-南一门",
"store_name": "大掌柜零食店",
"idcard_no": "350582199107193037",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "17688836620",
"address": "广东省深圳市宝安区高新奇科技园二期-南一门a栋9楼",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/72b9461a74024f4c92874a9c305f2b0f.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d21861693b2a4dd5b40f2e446dd29332.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/cd9a71283b9f417e8381ee323140f498.png"
],
"latitude": 22.57900810241699,
"industry_display": "水果/生鲜",
"industry": 4,
"longitude": 113.9308547973633,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c40be750e2034e8e80299c9f8ea6a46f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/48472c2a02db4ea99f3b4e0ab857146a.png",
"telephone": "18312349876",
"product_category_display": "进口水果/国产水果, 滋补保健, 福荫食品, 精品中餐, 生活服务, 香烟代买, 生鲜粮油, 家居清洁, 现制熟食, 冲调茗茶, 尅可是可是, 现制甜品, 个人护理, 新鲜肉类, 休闲零食, 玩具, 家庭用具, 蛋糕面包, 家纺, 化妆品, 现调饮品, 酒类, 糖巧克力, 呀哈, 累累累累, 生活用纸, 生产分拣, 精选宵夜, 大大方方反反复复, 成人用品, 超值特惠, 奶制品, 数码, 精美料理, 烧烤撸串, 饼干糕点, 方便食品, 未分类, 流质饮料",
"contact_name": "刘小溪",
"id": 48,
"city": "深圳市",
"apply_time": "2017-04-26 14:05:08",
"district": "宝安区",
"house_number": "12栋1号",
"storekeeper": "袁文杰",
"cell": "飞扬科技园",
"store_name": "易站",
"idcard_no": "411722197209283394",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349871",
"address": "广东省深圳市宝安区飞扬科技园12栋1号",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d4bac2985cd34e25987371b15f5b404a.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/89d9262d57ad4d92bfc78c48f0f3c55b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/00439a8667004a96b73f3575e31adc45.png"
],
"latitude": 22.57426071166992,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.9240570068359,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/0a535a9b3b5a42d19a05e75cab42de46.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/6ee86c6343644ce1b5c0068f92d1582e.png",
"telephone": "18312349876",
"product_category_display": "炒菜类, 冲调茗茶, 超值特惠, 休闲零食, 糖巧克力, 未分类, 家居清洁, 烧烤撸串, 滋补保健, 蛋糕面包, 现调饮品, 凉拌类, 饼干糕点, 奶制品, 进口水果/国产水果, 精品中餐, 家庭用具, 蔬菜, 酒类, 流质饮料, 福荫食品, 煲类, 饮料, 精美料理, 快餐类, 香烟代买, 主食, 砂锅类, 海鲜类, 化妆品, 个人护理, 现制熟食, 数码, 生产分拣, 现制甜品, 生活用纸, 成人用品, 新鲜肉类, 精选宵夜, 生鲜粮油, 方便食品, 玩具, 生活服务, 家纺",
"contact_name": "杨文军",
"id": 1289,
"city": "深圳市",
"apply_time": "2017-06-12 15:08:13",
"district": "宝安区",
"house_number": "10",
"storekeeper": "杨文军",
"cell": "隆昌路",
"store_name": "美团专用店",
"idcard_no": "330224196702265835",
"apply_time_display": "5日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349876",
"address": "广东省深圳市宝安区隆昌路10",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/4621a27dbde64a9f9ae92fbecdc1bd93.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/74db486f886d44f296d1e2ac994166b2.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/c4458ca72298471d9e72b46af4a5a076.png"
],
"latitude": 22.579964,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.930594,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/81a2bd44bebc4c5983b803b33222535f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidbossut5hn5/7e84a3b36a3142ada0ca9b5d34ff6ac7.png",
"telephone": "13163223507",
"product_category_display": "成人用品, 超值特惠, 精选宵夜, 现调饮品, 生鲜粮油, 饼干糕点, 福荫食品, 化妆品, 新鲜肉类, 精品中餐, 家庭用具, 家居清洁, 现制甜品, 是因为太过美好的回忆, 美妆美容类, 进口水果/国产水果, 未分类, 休闲零食, 现制熟食, 11111, 玩具, 数码, 个人护理, 流质饮料, 精美料理, 生活服务, 生产分拣, 奶制品, 糖巧克力, 香烟代买, 烧烤撸串, 酒类, 22222, 家纺, top, 蛋糕面包, 冲调茗茶, 滋补保健, 方便食品, 生活用纸",
"contact_name": "小蓬蓬",
"id": 92,
"city": "深圳市",
"apply_time": "2017-05-03 18:56:07",
"district": "宝安区",
"house_number": "2楼",
"storekeeper": "彭颖",
"cell": "庭威公寓",
"store_name": "美妆2号",
"idcard_no": "429004199303293887",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13163223507",
"address": "广东省深圳市宝安区庭威公寓2楼",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/669a9443c84346cd97a0eb9b458a6734.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/de41292c89814475816eb49359890c39.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/9741e516d2f3417191c82fb56f2b0f24.png"
],
"latitude": 22.58252334594727,
"industry_display": "美妆",
"industry": 7,
"longitude": 113.9293212890625,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/d684b98ec19e42be8df346843ce3ed9e.png",
"pos_status": "WORKING"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.48900008202
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2336,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:24",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2336, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"search": "小鸟叫叫叫",
"ordering": "store_name",
"limit": 10,
"pos_status": "WORKING",
"page": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.5569999218
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2336, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ll": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"search": "molgpgtpelbqlluibhfe",
"ordering": "store_name",
"limit": 10,
"pos_status": "NOT_REGISTER",
"page": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.65499997139
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 1,
"data": [
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2336,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:24",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "2秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2336, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"city": {
"EQ": "深圳市"
},
"business_license": {
"EQ": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
},
"telephone": {
"EQ": "13798765777"
},
"cell": {
"EQ": "思微simplywork(飞扬科技园)"
},
"contact_tel": {
"EQ": "13798765777"
},
"idcard_no": {
"EQ": "533527198909210238"
},
"idcard_set": {
"EQ": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
]
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "ContactTest"
},
"statusCode": {
"EQ": 0
}
}
检查key: city的返回值通过
检查key: business_license的返回值通过
检查key: telephone的返回值通过
检查key: cell的返回值通过
检查key: contact_tel的返回值通过
检查key: idcard_no的返回值通过
检查key: idcard_set的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_008_Backend_商家管理--商家--商家列表-正常 按照city筛选 |
pass
pt1.8:
测试用例开始时间: 2017-06-17 16:30:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.57899999619
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:22",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "WORKING"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.69000005722
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 5,
"data": [
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/294214e5163e471796dde492474b9d1f.png",
"telephone": "13692159330",
"product_category_display": "方便食品, 套餐专属, 进口水果/国产水果, 流质饮料, 滋补保健, 面包, 福荫食品, 个人护理, 烧烤撸串, 现调饮品, 现制甜品, 生鲜粮油, 超值特惠, 生产分拣, 奶制品, 未分类, 精选宵夜, 生活服务, 套餐专属一, 家纺, 家居清洁, 化妆品, 精品中餐, 冲调茗茶, 数码, 休闲零食, 精美料理, 蛋糕面包, 成人用品, 糖巧克力, 饼干糕点, 新鲜肉类, 家庭用具, 玩具, 现制熟食, 香烟代买, 酒类, 生活用纸, 数码宝贝",
"contact_name": "李兰珍",
"id": 33,
"city": "深圳市",
"apply_time": "2017-04-24 10:56:40",
"district": "宝安区",
"house_number": "9",
"storekeeper": "李兰珍",
"cell": "飞扬科技园",
"store_name": "可可西里奶茶店",
"idcard_no": "420983199310242822",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13692159330",
"address": "深圳市飞扬科技园9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/82fe6c8ec6a04f2fa7403070b64a25e2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/9fea9f62637c4446952fb72cea264f92.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/26d198179ca9402781463562116a3d81.png"
],
"latitude": 22.579633995031468,
"industry_display": "奶茶店",
"industry": 11,
"longitude": 113.93108169378964,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/f679ee672bdc4340929bc8b2da732533.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/41240da0557a4a06ac9d80a2d1a610b0.png",
"telephone": "17688836620",
"product_category_display": "未分类, 生产分拣, 饼干糕点, 生活用纸, 冲调茗茶, 哈喽, 精美料理, 滋补保健, 烧烤撸串, 糖巧克力, 精选宵夜, 家居清洁, 休闲零食, 蛋糕面包, 现制甜品, 现调饮品, 超值特惠, 流质饮料, 成人用品, 方便食品, 进口水果/国产水果, 个人护理, 福荫食品, 香烟代买, 生活服务, 精品中餐, 现制熟食, 家庭用具, 奶制品, 化妆品, 数码, 新鲜肉类, 生鲜粮油, 玩具, 家纺, 酒类",
"contact_name": "Twenty",
"id": 58,
"city": "深圳市",
"apply_time": "2017-05-02 14:02:32",
"district": "宝安区",
"house_number": "a栋9楼",
"storekeeper": "王尔仕",
"cell": "高新奇科技园二期-南一门",
"store_name": "大掌柜零食店",
"idcard_no": "350582199107193037",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "17688836620",
"address": "广东省深圳市宝安区高新奇科技园二期-南一门a栋9楼",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/72b9461a74024f4c92874a9c305f2b0f.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d21861693b2a4dd5b40f2e446dd29332.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/cd9a71283b9f417e8381ee323140f498.png"
],
"latitude": 22.57900810241699,
"industry_display": "水果/生鲜",
"industry": 4,
"longitude": 113.9308547973633,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c40be750e2034e8e80299c9f8ea6a46f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/48472c2a02db4ea99f3b4e0ab857146a.png",
"telephone": "18312349876",
"product_category_display": "进口水果/国产水果, 滋补保健, 福荫食品, 精品中餐, 生活服务, 香烟代买, 生鲜粮油, 家居清洁, 现制熟食, 冲调茗茶, 尅可是可是, 现制甜品, 个人护理, 新鲜肉类, 休闲零食, 玩具, 家庭用具, 蛋糕面包, 家纺, 化妆品, 现调饮品, 酒类, 糖巧克力, 呀哈, 累累累累, 生活用纸, 生产分拣, 精选宵夜, 大大方方反反复复, 成人用品, 超值特惠, 奶制品, 数码, 精美料理, 烧烤撸串, 饼干糕点, 方便食品, 未分类, 流质饮料",
"contact_name": "刘小溪",
"id": 48,
"city": "深圳市",
"apply_time": "2017-04-26 14:05:08",
"district": "宝安区",
"house_number": "12栋1号",
"storekeeper": "袁文杰",
"cell": "飞扬科技园",
"store_name": "易站",
"idcard_no": "411722197209283394",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349871",
"address": "广东省深圳市宝安区飞扬科技园12栋1号",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d4bac2985cd34e25987371b15f5b404a.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/89d9262d57ad4d92bfc78c48f0f3c55b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/00439a8667004a96b73f3575e31adc45.png"
],
"latitude": 22.57426071166992,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.9240570068359,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/0a535a9b3b5a42d19a05e75cab42de46.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/6ee86c6343644ce1b5c0068f92d1582e.png",
"telephone": "18312349876",
"product_category_display": "炒菜类, 冲调茗茶, 超值特惠, 休闲零食, 糖巧克力, 未分类, 家居清洁, 烧烤撸串, 滋补保健, 蛋糕面包, 现调饮品, 凉拌类, 饼干糕点, 奶制品, 进口水果/国产水果, 精品中餐, 家庭用具, 蔬菜, 酒类, 流质饮料, 福荫食品, 煲类, 饮料, 精美料理, 快餐类, 香烟代买, 主食, 砂锅类, 海鲜类, 化妆品, 个人护理, 现制熟食, 数码, 生产分拣, 现制甜品, 生活用纸, 成人用品, 新鲜肉类, 精选宵夜, 生鲜粮油, 方便食品, 玩具, 生活服务, 家纺",
"contact_name": "杨文军",
"id": 1289,
"city": "深圳市",
"apply_time": "2017-06-12 15:08:13",
"district": "宝安区",
"house_number": "10",
"storekeeper": "杨文军",
"cell": "隆昌路",
"store_name": "美团专用店",
"idcard_no": "330224196702265835",
"apply_time_display": "5日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349876",
"address": "广东省深圳市宝安区隆昌路10",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/4621a27dbde64a9f9ae92fbecdc1bd93.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/74db486f886d44f296d1e2ac994166b2.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/c4458ca72298471d9e72b46af4a5a076.png"
],
"latitude": 22.579964,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.930594,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/81a2bd44bebc4c5983b803b33222535f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidbossut5hn5/7e84a3b36a3142ada0ca9b5d34ff6ac7.png",
"telephone": "13163223507",
"product_category_display": "成人用品, 超值特惠, 精选宵夜, 现调饮品, 生鲜粮油, 饼干糕点, 福荫食品, 化妆品, 新鲜肉类, 精品中餐, 家庭用具, 家居清洁, 现制甜品, 是因为太过美好的回忆, 美妆美容类, 进口水果/国产水果, 未分类, 休闲零食, 现制熟食, 11111, 玩具, 数码, 个人护理, 流质饮料, 精美料理, 生活服务, 生产分拣, 奶制品, 糖巧克力, 香烟代买, 烧烤撸串, 酒类, 22222, 家纺, top, 蛋糕面包, 冲调茗茶, 滋补保健, 方便食品, 生活用纸",
"contact_name": "小蓬蓬",
"id": 92,
"city": "深圳市",
"apply_time": "2017-05-03 18:56:07",
"district": "宝安区",
"house_number": "2楼",
"storekeeper": "彭颖",
"cell": "庭威公寓",
"store_name": "美妆2号",
"idcard_no": "429004199303293887",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13163223507",
"address": "广东省深圳市宝安区庭威公寓2楼",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/669a9443c84346cd97a0eb9b458a6734.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/de41292c89814475816eb49359890c39.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/9741e516d2f3417191c82fb56f2b0f24.png"
],
"latitude": 22.58252334594727,
"industry_display": "美妆",
"industry": 7,
"longitude": 113.9293212890625,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/d684b98ec19e42be8df346843ce3ed9e.png",
"pos_status": "WORKING"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建供应商
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
请求URL:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request param:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13798765777",
"house_number": "504",
"many": true,
"storekeeper": "杨正祥",
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test_Supplier_87654219",
"store_category": 1,
"idcard_no": "533527198909210238",
"idcard_set": [
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"address": "广东省深圳市翻身(地铁站)503",
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "TestName",
"industry": 8
}
The return data is:
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13798765777", "product_category_display": "", "contact_name": "TestName", "id": 2337, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 16:30:31", "district": "\u5b9d\u5b89\u533a", "house_number": "504", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test_Supplier_87654219", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13798765777", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)504", "idcard_set": ["https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u6587\u6559/\u4f53\u80b2", "industry": 8, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
{'new_store_id': 2337, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "广州市",
"limit": 10,
"page": 1,
"pos_status": "WORKING"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.02699995041
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'new_store_id': 2337, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ll": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_009_Backend_商家管理--商家--商家列表-正常 按照POS_Status筛选 |
pass
pt1.9:
测试用例开始时间: 2017-06-17 16:30:31
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.428000211716
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:29",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "WORKING"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.58400011063
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 5,
"data": [
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/294214e5163e471796dde492474b9d1f.png",
"telephone": "13692159330",
"product_category_display": "方便食品, 套餐专属, 进口水果/国产水果, 流质饮料, 滋补保健, 面包, 福荫食品, 个人护理, 烧烤撸串, 现调饮品, 现制甜品, 生鲜粮油, 超值特惠, 生产分拣, 奶制品, 未分类, 精选宵夜, 生活服务, 套餐专属一, 家纺, 家居清洁, 化妆品, 精品中餐, 冲调茗茶, 数码, 休闲零食, 精美料理, 蛋糕面包, 成人用品, 糖巧克力, 饼干糕点, 新鲜肉类, 家庭用具, 玩具, 现制熟食, 香烟代买, 酒类, 生活用纸, 数码宝贝",
"contact_name": "李兰珍",
"id": 33,
"city": "深圳市",
"apply_time": "2017-04-24 10:56:40",
"district": "宝安区",
"house_number": "9",
"storekeeper": "李兰珍",
"cell": "飞扬科技园",
"store_name": "可可西里奶茶店",
"idcard_no": "420983199310242822",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13692159330",
"address": "深圳市飞扬科技园9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/82fe6c8ec6a04f2fa7403070b64a25e2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/9fea9f62637c4446952fb72cea264f92.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/26d198179ca9402781463562116a3d81.png"
],
"latitude": 22.579633995031468,
"industry_display": "奶茶店",
"industry": 11,
"longitude": 113.93108169378964,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/f679ee672bdc4340929bc8b2da732533.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/41240da0557a4a06ac9d80a2d1a610b0.png",
"telephone": "17688836620",
"product_category_display": "未分类, 生产分拣, 饼干糕点, 生活用纸, 冲调茗茶, 哈喽, 精美料理, 滋补保健, 烧烤撸串, 糖巧克力, 精选宵夜, 家居清洁, 休闲零食, 蛋糕面包, 现制甜品, 现调饮品, 超值特惠, 流质饮料, 成人用品, 方便食品, 进口水果/国产水果, 个人护理, 福荫食品, 香烟代买, 生活服务, 精品中餐, 现制熟食, 家庭用具, 奶制品, 化妆品, 数码, 新鲜肉类, 生鲜粮油, 玩具, 家纺, 酒类",
"contact_name": "Twenty",
"id": 58,
"city": "深圳市",
"apply_time": "2017-05-02 14:02:32",
"district": "宝安区",
"house_number": "a栋9楼",
"storekeeper": "王尔仕",
"cell": "高新奇科技园二期-南一门",
"store_name": "大掌柜零食店",
"idcard_no": "350582199107193037",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "17688836620",
"address": "广东省深圳市宝安区高新奇科技园二期-南一门a栋9楼",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/72b9461a74024f4c92874a9c305f2b0f.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d21861693b2a4dd5b40f2e446dd29332.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/cd9a71283b9f417e8381ee323140f498.png"
],
"latitude": 22.57900810241699,
"industry_display": "水果/生鲜",
"industry": 4,
"longitude": 113.9308547973633,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c40be750e2034e8e80299c9f8ea6a46f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/48472c2a02db4ea99f3b4e0ab857146a.png",
"telephone": "18312349876",
"product_category_display": "进口水果/国产水果, 滋补保健, 福荫食品, 精品中餐, 生活服务, 香烟代买, 生鲜粮油, 家居清洁, 现制熟食, 冲调茗茶, 尅可是可是, 现制甜品, 个人护理, 新鲜肉类, 休闲零食, 玩具, 家庭用具, 蛋糕面包, 家纺, 化妆品, 现调饮品, 酒类, 糖巧克力, 呀哈, 累累累累, 生活用纸, 生产分拣, 精选宵夜, 大大方方反反复复, 成人用品, 超值特惠, 奶制品, 数码, 精美料理, 烧烤撸串, 饼干糕点, 方便食品, 未分类, 流质饮料",
"contact_name": "刘小溪",
"id": 48,
"city": "深圳市",
"apply_time": "2017-04-26 14:05:08",
"district": "宝安区",
"house_number": "12栋1号",
"storekeeper": "袁文杰",
"cell": "飞扬科技园",
"store_name": "易站",
"idcard_no": "411722197209283394",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349871",
"address": "广东省深圳市宝安区飞扬科技园12栋1号",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d4bac2985cd34e25987371b15f5b404a.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/89d9262d57ad4d92bfc78c48f0f3c55b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/00439a8667004a96b73f3575e31adc45.png"
],
"latitude": 22.57426071166992,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.9240570068359,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/0a535a9b3b5a42d19a05e75cab42de46.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/6ee86c6343644ce1b5c0068f92d1582e.png",
"telephone": "18312349876",
"product_category_display": "炒菜类, 冲调茗茶, 超值特惠, 休闲零食, 糖巧克力, 未分类, 家居清洁, 烧烤撸串, 滋补保健, 蛋糕面包, 现调饮品, 凉拌类, 饼干糕点, 奶制品, 进口水果/国产水果, 精品中餐, 家庭用具, 蔬菜, 酒类, 流质饮料, 福荫食品, 煲类, 饮料, 精美料理, 快餐类, 香烟代买, 主食, 砂锅类, 海鲜类, 化妆品, 个人护理, 现制熟食, 数码, 生产分拣, 现制甜品, 生活用纸, 成人用品, 新鲜肉类, 精选宵夜, 生鲜粮油, 方便食品, 玩具, 生活服务, 家纺",
"contact_name": "杨文军",
"id": 1289,
"city": "深圳市",
"apply_time": "2017-06-12 15:08:13",
"district": "宝安区",
"house_number": "10",
"storekeeper": "杨文军",
"cell": "隆昌路",
"store_name": "美团专用店",
"idcard_no": "330224196702265835",
"apply_time_display": "5日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349876",
"address": "广东省深圳市宝安区隆昌路10",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/4621a27dbde64a9f9ae92fbecdc1bd93.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/74db486f886d44f296d1e2ac994166b2.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/c4458ca72298471d9e72b46af4a5a076.png"
],
"latitude": 22.579964,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.930594,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/81a2bd44bebc4c5983b803b33222535f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidbossut5hn5/7e84a3b36a3142ada0ca9b5d34ff6ac7.png",
"telephone": "13163223507",
"product_category_display": "成人用品, 超值特惠, 精选宵夜, 现调饮品, 生鲜粮油, 饼干糕点, 福荫食品, 化妆品, 新鲜肉类, 精品中餐, 家庭用具, 家居清洁, 现制甜品, 是因为太过美好的回忆, 美妆美容类, 进口水果/国产水果, 未分类, 休闲零食, 现制熟食, 11111, 玩具, 数码, 个人护理, 流质饮料, 精美料理, 生活服务, 生产分拣, 奶制品, 糖巧克力, 香烟代买, 烧烤撸串, 酒类, 22222, 家纺, top, 蛋糕面包, 冲调茗茶, 滋补保健, 方便食品, 生活用纸",
"contact_name": "小蓬蓬",
"id": 92,
"city": "深圳市",
"apply_time": "2017-05-03 18:56:07",
"district": "宝安区",
"house_number": "2楼",
"storekeeper": "彭颖",
"cell": "庭威公寓",
"store_name": "美妆2号",
"idcard_no": "429004199303293887",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13163223507",
"address": "广东省深圳市宝安区庭威公寓2楼",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/669a9443c84346cd97a0eb9b458a6734.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/de41292c89814475816eb49359890c39.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/9741e516d2f3417191c82fb56f2b0f24.png"
],
"latitude": 22.58252334594727,
"industry_display": "美妆",
"industry": 7,
"longitude": 113.9293212890625,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/d684b98ec19e42be8df346843ce3ed9e.png",
"pos_status": "WORKING"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建供应商
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
请求URL:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request param:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13798765777",
"house_number": "504",
"many": true,
"storekeeper": "杨正祥",
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test_Supplier_85231960",
"store_category": 1,
"idcard_no": "533527198909210238",
"idcard_set": [
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"address": "广东省深圳市翻身(地铁站)503",
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "TestName",
"industry": 8
}
The return data is:
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13798765777", "product_category_display": "", "contact_name": "TestName", "id": 2338, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 16:30:37", "district": "\u5b9d\u5b89\u533a", "house_number": "504", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test_Supplier_85231960", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13798765777", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)504", "idcard_set": ["https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u6587\u6559/\u4f53\u80b2", "industry": 8, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
{'new_store_id': 2338, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "NOT_REGISTER"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.203999996185
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 20,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/backend/v1/store/stores/?city=%E6%B7%B1%E5%9C%B3%E5%B8%82&limit=10&ordering=store_name&page=2&pos_status=NOT_REGISTER",
"currPage": 1,
"total": 195,
"data": [
{
"province": "广东省",
"business_license": null,
"telephone": null,
"product_category_display": "",
"contact_name": "11",
"id": 111,
"city": "深圳市",
"apply_time": "2017-05-05 10:53:54",
"district": "宝安区",
"house_number": "",
"storekeeper": null,
"cell": "",
"store_name": "11",
"idcard_no": "",
"apply_time_display": "0",
"store_category": 0,
"status": "NOT_REGISTER",
"contact_tel": "13244566789",
"address": "11",
"idcard_set": [],
"latitude": 22.548173,
"industry_display": null,
"industry": null,
"longitude": 113.953577,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": null,
"telephone": null,
"product_category_display": "",
"contact_name": "1",
"id": 548,
"city": "深圳市",
"apply_time": "2017-05-24 15:21:29",
"district": "宝安区",
"house_number": "",
"storekeeper": null,
"cell": "",
"store_name": "11",
"idcard_no": "",
"apply_time_display": "0",
"store_category": 0,
"status": "NOT_REGISTER",
"contact_tel": "12345678911",
"address": "深圳市卫星大厦",
"idcard_set": [],
"latitude": 22.548649,
"industry_display": null,
"industry": null,
"longitude": 113.897241,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": null,
"telephone": null,
"product_category_display": "",
"contact_name": "1",
"id": 560,
"city": "深圳市",
"apply_time": "2017-05-25 14:01:02",
"district": "宝安区",
"house_number": "",
"storekeeper": null,
"cell": "",
"store_name": "1111",
"idcard_no": "",
"apply_time_display": "0",
"store_category": 0,
"status": "NOT_REGISTER",
"contact_tel": "12345678911",
"address": "深圳大学",
"idcard_set": [],
"latitude": 22.533151,
"industry_display": null,
"industry": null,
"longitude": 113.880301,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": null,
"telephone": null,
"product_category_display": "",
"contact_name": "212",
"id": 544,
"city": "深圳市",
"apply_time": "2017-05-24 14:26:41",
"district": "宝安区",
"house_number": "",
"storekeeper": null,
"cell": "",
"store_name": "12",
"idcard_no": "",
"apply_time_display": "0",
"store_category": 0,
"status": "NOT_REGISTER",
"contact_tel": "13265733512",
"address": "212",
"idcard_set": [],
"latitude": 22.582635,
"industry_display": null,
"industry": null,
"longitude": 113.874022,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": null,
"telephone": null,
"product_category_display": "",
"contact_name": "121",
"id": 545,
"city": "深圳市",
"apply_time": "2017-05-24 14:28:13",
"district": "宝安区",
"house_number": "",
"storekeeper": null,
"cell": "",
"store_name": "121",
"idcard_no": "",
"apply_time_display": "0",
"store_category": 0,
"status": "NOT_REGISTER",
"contact_tel": "13265733512",
"address": "121",
"idcard_set": [],
"latitude": 22.562062,
"industry_display": null,
"industry": null,
"longitude": 113.895999,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/e3e420aa1b4c4ffcab5f9517426a81ca.png",
"telephone": "13700000000",
"product_category_display": "",
"contact_name": "安丽丽",
"id": 129,
"city": "深圳市",
"apply_time": "2017-05-09 11:16:34",
"district": "龙岗区",
"house_number": "西村6巷",
"storekeeper": "张浩",
"cell": "杨美路",
"store_name": "1坂田烟酒批发行",
"idcard_no": "34122419891221531x",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13700000000",
"address": "广东省深圳市龙岗区杨美路西村6巷",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/77a2eef568e24a5a9431ad83abb95f30.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/9777e227f5c345139f638c86c898fa47.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/2495033a974c41dd89dd5bb5d28592ac.png"
],
"latitude": 22.633859,
"industry_display": "烟酒行",
"industry": 5,
"longitude": 114.081729,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": null,
"telephone": null,
"product_category_display": "",
"contact_name": "请求",
"id": 547,
"city": "深圳市",
"apply_time": "2017-05-24 15:20:57",
"district": "宝安区",
"house_number": "",
"storekeeper": null,
"cell": "",
"store_name": "2",
"idcard_no": "",
"apply_time_display": "0",
"store_category": 0,
"status": "NOT_REGISTER",
"contact_tel": "11111111111",
"address": "深圳市飞扬科技园",
"idcard_set": [],
"latitude": 22.560667,
"industry_display": null,
"industry": null,
"longitude": 113.918307,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8aa2de3e04b14b748bcae7f1399536fa.png",
"telephone": "13265733513",
"product_category_display": "",
"contact_name": "12",
"id": 160,
"city": "深圳市",
"apply_time": "2017-05-14 09:48:50",
"district": "宝安区",
"house_number": "6",
"storekeeper": "李煊",
"cell": "领航高架桥",
"store_name": "212",
"idcard_no": "362429199504103011",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13265733512",
"address": "广东省深圳市宝安区领航高架桥6",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/282f52331a7f400abeac00320cf447c0.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/f393736d9eed4ecb9706b93c20171172.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/6413a2909e6e42b0a4da153be5028000.png"
],
"latitude": 22.632856,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.818645,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/88eae8d1e5eb4334b37462687b51eee8.png",
"telephone": "13632533380",
"product_category_display": "蛋糕面包, 福荫食品, 超值特惠, 香烟代买, 进口水果/国产水果, 烧烤撸串, 滋补保健, 生活服务, 糖巧克力, 饼干糕点, 未分类, qqqq, 奶制品, 玩具, 个人护理, 精品中餐, 现制甜品, 数码, 休闲零食, wwww, 化妆品, 精选宵夜, 现调饮品, 家居清洁, 精美料理, 生活用纸, 现制熟食, 流质饮料, 生产分拣, 生鲜粮油, 酒类, 家纺, 家庭用具, 新鲜肉类, 成人用品, 冲调茗茶, 方便食品",
"contact_name": "3号餐饮联系罗玲玲",
"id": 2,
"city": "深圳市",
"apply_time": "2017-04-22 11:12:40",
"district": "宝安区",
"house_number": "9a",
"storekeeper": "罗玲玲",
"cell": "飞扬科技园",
"store_name": "3号餐饮店",
"idcard_no": "532628198109243980",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13345678933",
"address": "广东省深圳市宝安区飞扬科技园9a",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b761a2553ef74d14be62f6484abc8782.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/89709d60faab4907b07325e39064c1f2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/ab451acd2a2e4e8595255f6cf595566d.png"
],
"latitude": 22.5800260997844,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.930614574925,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/d3ff19cb47724c2faddf273c96795a3c.png",
"pos_status": "NOT_REGISTER"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/3405f3d0a93c47d393e07d88409c8183.png",
"telephone": "13632533380",
"product_category_display": "",
"contact_name": "铭文",
"id": 499,
"city": "深圳市",
"apply_time": "2017-05-24 11:25:00",
"district": "宝安区",
"house_number": "9a",
"storekeeper": "沈冬冬",
"cell": "飞扬科技园",
"store_name": "88号编辑店",
"idcard_no": "500238198610060380",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13632533388",
"address": "广东省深圳市宝安区飞扬科技园9a",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/abe9588cab7b455d9f7a942993086667.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/395a76c346084acfbb40dd794e57116c.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/f21fcfabb50a4d28a6a0e59de1c17279.png"
],
"latitude": 22.579633995031468,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.93108169378964,
"store_logo": null,
"pos_status": "NOT_REGISTER"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'new_store_id': 2338, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"pos_status": {
"EQ": "NOT_REGISTER"
},
"data.data": {
"ge": 1
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: pos_status的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "LONG_HALT"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.8789999485
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 2,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/backend/v1/store/stores/?city=%E6%B7%B1%E5%9C%B3%E5%B8%82&limit=10&ordering=store_name&page=2&pos_status=LONG_HALT",
"currPage": 1,
"total": 17,
"data": [
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/bf5884c62e8648c5aad7ef22528b597a.png",
"telephone": "13632533380",
"product_category_display": "休闲零食, 精美料理, 酒类, 个人护理, 生活用纸, 2, 9, 滋补保健, 未分类, 现制熟食, 成人用品, 19, 16, 新鲜肉类, 精品中餐, 蛋糕面包, 饼干糕点, 7呃呃呃, 化妆品, 进口水果/国产水果, 香烟代买, 方便食品, 生鲜粮油, 14, 家纺, 糖巧克力, 家居清洁, 水果, 173t, 精选宵夜, 15, 6, 数码, 现调饮品, 4, 玩具, 11, 冲调茗茶, 13, 生产分拣, 8, 现制甜品, 3, 家庭用具, 生活服务, 福荫食品, 20ty, 烧烤撸串, 10, 5, 超值特惠, 奶制品, 流质饮料, 称重, 12",
"contact_name": "6号联系人罗凌凌",
"id": 5,
"city": "深圳市",
"apply_time": "2017-04-22 11:21:38",
"district": "宝安区",
"house_number": "8888",
"storekeeper": "罗玲玲",
"cell": "飞扬科技园",
"store_name": "6号零售",
"idcard_no": "532628198109243980",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13345678966",
"address": "广东省深圳市宝安区飞扬科技园8888",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/6e2ed0a8a6364a1b876781180efc1631.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/7afe206231b6416aae75b4dbfe8347c2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/a47452f8aa0b4ddbb61b41119c177228.png"
],
"latitude": 22.573869705200195,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.92452239990234,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9e0dabfecb0940cd949cd741dd9eb5fb.png",
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "12345678909",
"product_category_display": "糖巧克力, 生活服务, 未分类",
"contact_name": "姚海林",
"id": 8,
"city": "深圳市",
"apply_time": "2017-04-22 13:55:25",
"district": "宝安区",
"house_number": "12720",
"storekeeper": "姚海林",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "APP Test专用账号",
"idcard_no": "452722197507190776",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "12345678909",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)12720",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.566,
"industry_display": "零食",
"industry": 6,
"longitude": 113.899,
"store_logo": "",
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aeb65a96ca9f4ad7af1350dc6fd23d1f.png",
"telephone": "15000000000",
"product_category_display": "方便食品, 福荫食品, 现调饮品, 家纺, 精选宵夜, 个人护理, 数码, 现制甜品, 生活用纸, 烧烤撸串, 进口水果/国产水果, 哇哈哈哈, 未分类, 化妆品, 饼干糕点, 香烟代买, 生产分拣, 家居清洁, 奶制品, 家庭用具, 现制熟食, 超值特惠, 新鲜肉类, 皮卡丘, 生鲜粮油, 休闲零食, 成人用品, 129, 流质饮料, 糖巧克力, 精品中餐, 生活服务, 滋补保健, 酒类, 精美料理, 玩具, 蛋糕面包, 冲调茗茶",
"contact_name": "何利",
"id": 41,
"city": "深圳市",
"apply_time": "2017-04-25 10:20:01",
"district": "宝安区",
"house_number": "12412",
"storekeeper": "杨文军",
"cell": "飞扬科技园",
"store_name": "Boss_For_C",
"idcard_no": "330224196702265835",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "15000000000",
"address": "广东省深圳市宝安区飞扬科技园12412",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/455a25964abb4fd19ff8bd4ebc07182b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/0e5bda81e38e4992b83382acfe58600d.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b1af00ed6e3f4b118d6f7bff76f953c3.png"
],
"latitude": 22.57963371276855,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.9310836791992,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/ebad767361204ed9afe3ca164770f9d9.png",
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "15000000000",
"product_category_display": "福荫食品, 新鲜肉类, 精品中餐, 化妆品, 家纺, 酒类, 生产分拣, 方便食品, 奶制品, 滋补保健, 超值特惠, 个人护理, 现制熟食, 美味汉堡, 流质饮料, 数码, 饼干糕点, 糖巧克力, 精美料理, 现调饮品, 香烟代买, 玩具, 冲调茗茶, 进口水果/国产水果, 精选宵夜, 家庭用具, 现制甜品, 休闲零食, 成人用品, 烧烤撸串, 生活服务, 缤纷小食, 家居清洁, 生鲜粮油, 未分类, 生活用纸, 蛋糕面包",
"contact_name": "杨文军",
"id": 14,
"city": "深圳市",
"apply_time": "2017-04-22 13:55:29",
"district": "宝安区",
"house_number": "12107",
"storekeeper": "杨文军",
"cell": "飞扬科技园",
"store_name": "BOSS-非餐饮",
"idcard_no": "330224196702265835",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "15000000000",
"address": "广东省深圳市飞扬科技园12107",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.58002609978444,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.9306145749246,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/583da1da121b4433aed6567f2a1ce167.png",
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "15000000000",
"product_category_display": "冲调茗茶, 生产分拣, 进口水果/国产水果, 福荫食品, 生活服务, 蛋糕面包, 现制熟食, 奶制品, 玩具, 糖巧克力, 饼干糕点, 超值特惠, 成人用品, 生活用纸, 香烟代买, 休闲零食, 个人护理, 新鲜肉类, 精品中餐, 烧烤撸串, 现制甜品, 滋补保健, 测试分类, 未分类, 家居清洁, 现调饮品, 家纺, 流质饮料, 家庭用具, 数码, 生鲜粮油, 精选宵夜, 酒类, 化妆品, 方便食品, 精美料理",
"contact_name": "联系人姓名",
"id": 12,
"city": "深圳市",
"apply_time": "2017-04-22 13:55:28",
"district": "宝安区",
"house_number": "555",
"storekeeper": "杨文军",
"cell": "怡华新村",
"store_name": "HelloWorld",
"idcard_no": "330224196702265835",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13512345678",
"address": "广东省深圳市宝安区怡华新村555",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.567052673292586,
"industry_display": "奶茶店",
"industry": 11,
"longitude": 113.89902117014911,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6ff289d3312f49ea9cdaaad066a2dc00.png",
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "15000000000",
"product_category_display": "未分类, 图书, 现调饮品, 家居清洁, 酒类, 超值特惠, 成人用品, 生鲜粮油, 生活用纸, 冲调茗茶, 糖巧克力, 生活服务, 奶制品, 精选宵夜, 进口水果/国产水果, 福荫食品, 蛋糕面包, 数码, 滋补保健, 饼干糕点, 精美料理, 现制熟食, 方便食品, 精品中餐, 香烟代买, 流质饮料, 家庭用具, 新鲜肉类, 烧烤撸串, 玩具, 休闲零食, 生产分拣, 家纺, 现制甜品, 化妆品, 个人护理, 你爸爸",
"contact_name": "杨正祥",
"id": 6,
"city": "深圳市",
"apply_time": "2017-04-22 13:53:02",
"district": "宝安区",
"house_number": "12815",
"storekeeper": "杨正祥",
"cell": "飞扬科技园",
"store_name": "Test531",
"idcard_no": "533527198909210238",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "15000000000",
"address": "广东省深圳市宝安区飞扬科技园12815",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.58002609978444,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.93061457492459,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/65c23897d5204b1a931b1d2a2daff71d.png",
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/9ffc886043ec4b9ca44ab339c55c8ec2.png",
"telephone": "13632533380",
"product_category_display": "",
"contact_name": "ww",
"id": 1191,
"city": "深圳市",
"apply_time": "2017-06-10 17:33:41",
"district": "宝安区",
"house_number": "9a",
"storekeeper": "罗玲玲",
"cell": "飞扬科技园",
"store_name": "ww",
"idcard_no": "532628198109243980",
"apply_time_display": "7日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13312345678",
"address": "广东省深圳市宝安区飞扬科技园9a",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/c60a69d15b2d4c0c9a199ae5a2720892.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/ba89c6421f894bcfbce824f0c5120d7e.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/83e67cc39396413cbd8940fe7f6d4dee.png"
],
"latitude": 22.579633995031468,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.93108169378964,
"store_logo": null,
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/90fd1f84c6ea4217897ad1aaebbb3083.png",
"telephone": "18314782369",
"product_category_display": "糖巧克力, 福荫食品, 酒类, 家纺, 香烟代买, 现制熟食, 青菜套餐2, 未分类, 家庭用具, 精美料理, 生产分拣, 断断续续谢谢, 奶制品, 现调饮品, 生鲜粮油, 蛋糕面包, 进口水果/国产水果, 超值特惠, 饼干糕点, 休闲零食, 精选宵夜, 现制甜品, 玩具, 生活服务, 青菜套餐一, 化妆品, 烧烤撸串, 家居清洁, 滋补保健, 精品中餐, 生活用纸, 新鲜肉类, 方便食品, 呀呀呀呀, 流质饮料, 个人护理, 冲调茗茶, 成人用品, 数码",
"contact_name": "嘿嘿",
"id": 52,
"city": "深圳市",
"apply_time": "2017-04-26 15:17:14",
"district": "宝安区",
"house_number": "12栋1号",
"storekeeper": "付文文",
"cell": "飞扬科技园",
"store_name": "哈哈",
"idcard_no": "210502198412020944",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18365409645",
"address": "广东省深圳市宝安区飞扬科技园12栋1号",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b06bfcc9a8884a9ab9b59a61188e31e1.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/16c71e8de9bd466b93c886c3ad0e80bb.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/94d03552326e4c62b25e0bf5d9296eca.png"
],
"latitude": 22.57963371276855,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.9310836791992,
"store_logo": null,
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "15000000000",
"product_category_display": "糖巧克力",
"contact_name": "杨文军",
"id": 15,
"city": "深圳市",
"apply_time": "2017-04-22 13:55:29",
"district": "宝安区",
"house_number": "12908",
"storekeeper": "杨文军",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "我是老板",
"idcard_no": "330224196702265835",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "15000000000",
"address": "广东省深圳市思微simplywork(飞扬科技园)12908",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.566,
"industry_display": "餐饮",
"industry": 2,
"longitude": 113.899,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/86424d70603946368631da29623d37cc.png",
"pos_status": "LONG_HALT"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidbossut5hn5/b497ec6bc35a4580a3796f069203438c.png",
"telephone": "13512345678",
"product_category_display": "生鲜粮油, 流质饮料, 超值特惠, 未分类",
"contact_name": "何健柏",
"id": 36,
"city": "深圳市",
"apply_time": "2017-04-24 15:22:50",
"district": "宝安区",
"house_number": "A栋802",
"storekeeper": "何健柏",
"cell": "隆昌路",
"store_name": "旺旺便利店",
"idcard_no": "410482198209279874",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13512345678",
"address": "广东省深圳市宝安区隆昌路A栋802",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/92287b119b8d425d8fd7194a42d42751.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/e72d42bcca7c486dab6a6ccdd1b94b00.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/af61d91af874430eab52c244fbe68309.png"
],
"latitude": 22.579964,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.930594,
"store_logo": "",
"pos_status": "LONG_HALT"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'new_store_id': 2338, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"pos_status": {
"eq": "LONG_HALT"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: pos_status的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "WORKING"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.861999988556
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 5,
"data": [
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/294214e5163e471796dde492474b9d1f.png",
"telephone": "13692159330",
"product_category_display": "方便食品, 套餐专属, 进口水果/国产水果, 流质饮料, 滋补保健, 面包, 福荫食品, 个人护理, 烧烤撸串, 现调饮品, 现制甜品, 生鲜粮油, 超值特惠, 生产分拣, 奶制品, 未分类, 精选宵夜, 生活服务, 套餐专属一, 家纺, 家居清洁, 化妆品, 精品中餐, 冲调茗茶, 数码, 休闲零食, 精美料理, 蛋糕面包, 成人用品, 糖巧克力, 饼干糕点, 新鲜肉类, 家庭用具, 玩具, 现制熟食, 香烟代买, 酒类, 生活用纸, 数码宝贝",
"contact_name": "李兰珍",
"id": 33,
"city": "深圳市",
"apply_time": "2017-04-24 10:56:40",
"district": "宝安区",
"house_number": "9",
"storekeeper": "李兰珍",
"cell": "飞扬科技园",
"store_name": "可可西里奶茶店",
"idcard_no": "420983199310242822",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13692159330",
"address": "深圳市飞扬科技园9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/82fe6c8ec6a04f2fa7403070b64a25e2.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/9fea9f62637c4446952fb72cea264f92.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/26d198179ca9402781463562116a3d81.png"
],
"latitude": 22.579633995031468,
"industry_display": "奶茶店",
"industry": 11,
"longitude": 113.93108169378964,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/f679ee672bdc4340929bc8b2da732533.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/41240da0557a4a06ac9d80a2d1a610b0.png",
"telephone": "17688836620",
"product_category_display": "未分类, 生产分拣, 饼干糕点, 生活用纸, 冲调茗茶, 哈喽, 精美料理, 滋补保健, 烧烤撸串, 糖巧克力, 精选宵夜, 家居清洁, 休闲零食, 蛋糕面包, 现制甜品, 现调饮品, 超值特惠, 流质饮料, 成人用品, 方便食品, 进口水果/国产水果, 个人护理, 福荫食品, 香烟代买, 生活服务, 精品中餐, 现制熟食, 家庭用具, 奶制品, 化妆品, 数码, 新鲜肉类, 生鲜粮油, 玩具, 家纺, 酒类",
"contact_name": "Twenty",
"id": 58,
"city": "深圳市",
"apply_time": "2017-05-02 14:02:32",
"district": "宝安区",
"house_number": "a栋9楼",
"storekeeper": "王尔仕",
"cell": "高新奇科技园二期-南一门",
"store_name": "大掌柜零食店",
"idcard_no": "350582199107193037",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "17688836620",
"address": "广东省深圳市宝安区高新奇科技园二期-南一门a栋9楼",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/72b9461a74024f4c92874a9c305f2b0f.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d21861693b2a4dd5b40f2e446dd29332.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/cd9a71283b9f417e8381ee323140f498.png"
],
"latitude": 22.57900810241699,
"industry_display": "水果/生鲜",
"industry": 4,
"longitude": 113.9308547973633,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c40be750e2034e8e80299c9f8ea6a46f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/48472c2a02db4ea99f3b4e0ab857146a.png",
"telephone": "18312349876",
"product_category_display": "进口水果/国产水果, 滋补保健, 福荫食品, 精品中餐, 生活服务, 香烟代买, 生鲜粮油, 家居清洁, 现制熟食, 冲调茗茶, 尅可是可是, 现制甜品, 个人护理, 新鲜肉类, 休闲零食, 玩具, 家庭用具, 蛋糕面包, 家纺, 化妆品, 现调饮品, 酒类, 糖巧克力, 呀哈, 累累累累, 生活用纸, 生产分拣, 精选宵夜, 大大方方反反复复, 成人用品, 超值特惠, 奶制品, 数码, 精美料理, 烧烤撸串, 饼干糕点, 方便食品, 未分类, 流质饮料",
"contact_name": "刘小溪",
"id": 48,
"city": "深圳市",
"apply_time": "2017-04-26 14:05:08",
"district": "宝安区",
"house_number": "12栋1号",
"storekeeper": "袁文杰",
"cell": "飞扬科技园",
"store_name": "易站",
"idcard_no": "411722197209283394",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349871",
"address": "广东省深圳市宝安区飞扬科技园12栋1号",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d4bac2985cd34e25987371b15f5b404a.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/89d9262d57ad4d92bfc78c48f0f3c55b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/00439a8667004a96b73f3575e31adc45.png"
],
"latitude": 22.57426071166992,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.9240570068359,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/0a535a9b3b5a42d19a05e75cab42de46.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/6ee86c6343644ce1b5c0068f92d1582e.png",
"telephone": "18312349876",
"product_category_display": "炒菜类, 冲调茗茶, 超值特惠, 休闲零食, 糖巧克力, 未分类, 家居清洁, 烧烤撸串, 滋补保健, 蛋糕面包, 现调饮品, 凉拌类, 饼干糕点, 奶制品, 进口水果/国产水果, 精品中餐, 家庭用具, 蔬菜, 酒类, 流质饮料, 福荫食品, 煲类, 饮料, 精美料理, 快餐类, 香烟代买, 主食, 砂锅类, 海鲜类, 化妆品, 个人护理, 现制熟食, 数码, 生产分拣, 现制甜品, 生活用纸, 成人用品, 新鲜肉类, 精选宵夜, 生鲜粮油, 方便食品, 玩具, 生活服务, 家纺",
"contact_name": "杨文军",
"id": 1289,
"city": "深圳市",
"apply_time": "2017-06-12 15:08:13",
"district": "宝安区",
"house_number": "10",
"storekeeper": "杨文军",
"cell": "隆昌路",
"store_name": "美团专用店",
"idcard_no": "330224196702265835",
"apply_time_display": "5日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18312349876",
"address": "广东省深圳市宝安区隆昌路10",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/4621a27dbde64a9f9ae92fbecdc1bd93.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/74db486f886d44f296d1e2ac994166b2.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/c4458ca72298471d9e72b46af4a5a076.png"
],
"latitude": 22.579964,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.930594,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/81a2bd44bebc4c5983b803b33222535f.png",
"pos_status": "WORKING"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidbossut5hn5/7e84a3b36a3142ada0ca9b5d34ff6ac7.png",
"telephone": "13163223507",
"product_category_display": "成人用品, 超值特惠, 精选宵夜, 现调饮品, 生鲜粮油, 饼干糕点, 福荫食品, 化妆品, 新鲜肉类, 精品中餐, 家庭用具, 家居清洁, 现制甜品, 是因为太过美好的回忆, 美妆美容类, 进口水果/国产水果, 未分类, 休闲零食, 现制熟食, 11111, 玩具, 数码, 个人护理, 流质饮料, 精美料理, 生活服务, 生产分拣, 奶制品, 糖巧克力, 香烟代买, 烧烤撸串, 酒类, 22222, 家纺, top, 蛋糕面包, 冲调茗茶, 滋补保健, 方便食品, 生活用纸",
"contact_name": "小蓬蓬",
"id": 92,
"city": "深圳市",
"apply_time": "2017-05-03 18:56:07",
"district": "宝安区",
"house_number": "2楼",
"storekeeper": "彭颖",
"cell": "庭威公寓",
"store_name": "美妆2号",
"idcard_no": "429004199303293887",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13163223507",
"address": "广东省深圳市宝安区庭威公寓2楼",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/669a9443c84346cd97a0eb9b458a6734.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/de41292c89814475816eb49359890c39.png",
"https://cdn-jlsq-img.thy360.com//appidbossut5hn5/9741e516d2f3417191c82fb56f2b0f24.png"
],
"latitude": 22.58252334594727,
"industry_display": "美妆",
"industry": 7,
"longitude": 113.9293212890625,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/d684b98ec19e42be8df346843ce3ed9e.png",
"pos_status": "WORKING"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'new_store_id': 2338, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :get
The request parameter is:
{
"ordering": "store_name",
"city": "深圳市",
"limit": 10,
"page": 1,
"pos_status": "HALT"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.24900007248
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 8,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 8,
"data": [
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "15000000000",
"product_category_display": "家居清洁, 奶制品, 家庭用具, 精品中餐, 精美料理, EFG, 现制甜品, 生鲜粮油, 烧烤撸串, 滋补保健, 现制熟食, 成人用品, 方便食品, 新鲜肉类, 香烟代买, 数码, 福荫食品, 个人护理, 流质饮料, 冲调茗茶, 生活用纸, 生活服务, 测试分类, 测试, 经典蝴蝶结, 蛋糕面包, 未分类, 精选宵夜, 化妆品, 糖巧克力, 家纺, 生产分拣, 进口水果/国产水果, 蛋糕甜点, 玩具, 新的, 酒类, 饼干糕点, 超值特惠, 现调饮品, 休闲零食",
"contact_name": "联系人姓名",
"id": 10,
"city": "深圳市",
"apply_time": "2017-04-22 13:55:27",
"district": "宝安区",
"house_number": "555",
"storekeeper": "姚海林",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "HelloWorld",
"idcard_no": "452722197507190776",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13512345678",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.566,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.899,
"store_logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"pos_status": "HALT"
},
{
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "15000000000",
"product_category_display": "",
"contact_name": "杨文军",
"id": 13,
"city": "深圳市",
"apply_time": "2017-04-22 13:55:28",
"district": "宝安区",
"house_number": "12389",
"storekeeper": "杨文军",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test369",
"idcard_no": "330224196702265835",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "15000000000",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)12389",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"latitude": 22.566,
"industry_display": "烟酒行",
"industry": 5,
"longitude": 113.899,
"store_logo": "",
"pos_status": "HALT"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b028ec50736f4b82991bd5bb20b6a03d.png",
"telephone": "17688836620",
"product_category_display": "烧烤撸串, 糖巧克力, 家纺, 现制熟食, 进口水果/国产水果, 超值特惠, 未分类, 昂了, 酒类, 滋补保健, 家庭用具, 额额额, 精美料理, 蛋糕面包, 套餐, 生产分拣, 奶制品, 现制甜品, 香烟代买, 新鲜肉类, 饼干糕点, 流质饮料, 哈哈, 玩具, 方便食品, 生鲜粮油, 冲调茗茶, 精选宵夜, 饮料, 休闲零食, 生活服务, 现调饮品, 热销推荐, 化妆品, 家居清洁, 生活用纸, 福荫食品, 数码, 成人用品, 个人护理, 精品中餐",
"contact_name": "Twenty",
"id": 57,
"city": "深圳市",
"apply_time": "2017-05-02 13:55:11",
"district": "宝安区",
"house_number": "a栋9楼",
"storekeeper": "王尔仕",
"cell": "飞扬科技园",
"store_name": "大掌柜快餐店",
"idcard_no": "350582199107193037",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13896385274",
"address": "广东省深圳市宝安区飞扬科技园a栋9楼",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/bb9f9443224149049c99c36f46eeecde.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/e9b466dfa8cf4f2bbd7fdcfb78251a92.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/a563903bf17e4d38a0006a8c20e08f41.png"
],
"latitude": 22.58002609978444,
"industry_display": "快餐",
"industry": 9,
"longitude": 113.93061457492459,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b453dafe79e347e0b3e75b680f1f01e3.png",
"pos_status": "HALT"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/ae395513d4804763aaa7e630653c17ff.png",
"telephone": "13684939914",
"product_category_display": "",
"contact_name": "谢英",
"id": 805,
"city": "深圳市",
"apply_time": "2017-06-03 11:21:49",
"district": "龙岗区",
"house_number": "",
"storekeeper": "谢英",
"cell": "坪马线公路",
"store_name": "大掌柜测试店铺",
"idcard_no": "431128198906111524",
"apply_time_display": "14日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13684939914",
"address": "广东省深圳市龙岗区坪马线公路",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/f0771445d0d848b498e2367a8edce70e.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/f9b976077469433cbdc9ce576dafb84c.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/e580eef10cb849b8a73e39e72ea669e8.png"
],
"latitude": 22.657462,
"industry_display": "快餐",
"industry": 9,
"longitude": 114.347696,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/9f66ec4cc2b048a68cafeb3d938451ab.png",
"pos_status": "HALT"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/c6859fab5bfa4ac19827ee76642f9e2f.png",
"telephone": "13895310001",
"product_category_display": "未分类",
"contact_name": "天天",
"id": 682,
"city": "深圳市",
"apply_time": "2017-05-27 16:00:49",
"district": "宝安区",
"house_number": "9",
"storekeeper": "王涵生",
"cell": "飞扬科技园",
"store_name": "天天",
"idcard_no": "513021198111297435",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13895310001",
"address": "广东省深圳市宝安区飞扬科技园9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/edfb2e43b24143d38116c2bf07bbcc03.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/41d31787afe94709af807d261331459b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/db24f380b1f54d0a848f3b05412396ac.png"
],
"latitude": 22.579633995031468,
"industry_display": "面包店",
"industry": 10,
"longitude": 113.93108169378964,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/2956700cd2394892aabe9612b00500e6.png",
"pos_status": "HALT"
},
{
"province": "广东省",
"business_license": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/b785a5147c1e48a2bcdf430566033ed2.png",
"telephone": "18758488517",
"product_category_display": "进口水果/国产水果, 未分类",
"contact_name": "黄长超",
"id": 810,
"city": "深圳市",
"apply_time": "2017-06-05 14:09:26",
"district": "宝安区",
"house_number": "你猜",
"storekeeper": "黄长超",
"cell": "兴华二路",
"store_name": "测试-黄用的店铺",
"idcard_no": "350784199008133315",
"apply_time_display": "12日",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "18758488517",
"address": "广东省深圳市宝安区兴华二路你猜",
"idcard_set": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8d3b2495c33e4ea8af8494f258c3e176.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/677e5351d4b441aaa1a2d567fe7c0e27.png",
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/5db943f646bd4b108879134a8abbe81a.png"
],
"latitude": 22.569709,
"industry_display": "超市/便利店",
"industry": 3,
"longitude": 113.913202,
"store_logo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/79f58c9de0a145329406cfc10a1d7014.png",
"pos_status": "HALT"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/16ef429fd50d41ecb7865ffa45fe8608.png",
"telephone": "13895313386",
"product_category_display": "方便食品, 生鲜粮油, 冲调茗茶, 生产分拣, 生活用纸, 蛋糕面包, 香烟代买, 糖巧克力, 饼干糕点, 数码, 个人护理, 超值特惠, 进口水果/国产水果, 现制甜品, 现调饮品, 成人用品, 家庭用具, 烧烤撸串, 生活服务, 精美料理, 休闲零食, 条码, 家纺, 精选宵夜, 现制熟食, 未分类, 流质饮料, 化妆品, 玩具, 奶制品, 福荫食品, 新鲜肉类, 酒类, 精品中餐, 家居清洁, 滋补保健",
"contact_name": "周深",
"id": 42,
"city": "深圳市",
"apply_time": "2017-04-25 11:27:39",
"district": "南山区",
"house_number": "1212",
"storekeeper": "周武",
"cell": "深圳大学",
"store_name": "阿里嘎多",
"idcard_no": "430426199203261371",
"apply_time_display": "2月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13895313386",
"address": "广东省深圳市南山区深圳大学1212",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/318da86fb8d644edac9e5eba69985c2c.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/ac952cbeeace4ce49995a5050bc37a3d.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/c2dfe210b0844ab291f4e84a6b930130.png"
],
"latitude": 22.53900749855107,
"industry_display": "零食",
"industry": 6,
"longitude": 113.94249915681768,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5e5f3d0ea60b43d7a8e3b776092362b0.png",
"pos_status": "HALT"
},
{
"province": "广东省",
"business_license": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/271e2b7883684596936fc9c789cafbe7.png",
"telephone": "15820423841",
"product_category_display": "烧烤撸串, 超值特惠, 零食类, 家纺, 生产分拣, 冲调茗茶, 滋补保健, 精选宵夜, 进口水果/国产水果, 流质饮料, 精美料理, 香烟代买, 酒类, 现调饮品, 现制甜品, 休闲零食, 未分类, 福荫食品, 奶制品, 美妆类, 生活服务, 水果类, 书籍, 生活用纸, 成人用品, 新鲜肉类, 化妆品, 家庭用具, 精品中餐, 玩具, 家居清洁, 个人护理, 数码, 直销批发, 饼干糕点, 方便食品, 糖巧克力, 热销商品, 现制熟食, 生鲜粮油, 蛋糕面包",
"contact_name": "小名",
"id": 586,
"city": "深圳市",
"apply_time": "2017-05-26 10:06:14",
"district": "宝安区",
"house_number": "9",
"storekeeper": "卜卉",
"cell": "深圳市摩尔环宇通信技术有限公司",
"store_name": "非常好",
"idcard_no": "430903199405094228",
"apply_time_display": "1月",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "15820423841",
"address": "广东省深圳市宝安区深圳市摩尔环宇通信技术有限公司9",
"idcard_set": [
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/8734fb48d8a84d3bb3191f9ae4bd016b.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d58765847ab2477d81cd3d1dff619241.png",
"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/cbeca1bf082648ccb3844b22f80f7c37.png"
],
"latitude": 22.57366943359375,
"industry_display": "零食",
"industry": 6,
"longitude": 113.9246826171875,
"store_logo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c3a3b09e323248e1aaf5bca8847b7cba.png",
"pos_status": "HALT"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'new_store_id': 2338, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_tel': '13798765777'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_010_Backend_商家管理--商家--商家详情-正常 |
pass
pt1.10:
测试用例开始时间: 2017-06-17 16:30:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.282999992371
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:34",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe12345",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.43700003624
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2339,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:43",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe12345",
"idcard_no": "533527198909210238",
"apply_time_display": "1秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2339, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/2339/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.342000007629
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2339,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:43",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe12345",
"idcard_no": "533527198909210238",
"apply_time_display": "1秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2339, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"city": {
"EQ": "深圳市"
},
"business_license": {
"EQ": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
},
"sale_in_30_avg": {
"type": "str"
},
"telephone": {
"EQ": "13798765777"
},
"cell": {
"EQ": "思微simplywork(飞扬科技园)"
},
"contact_tel": {
"EQ": "13798765777"
},
"store_category": {
"eq": 0
},
"idcard_no": {
"EQ": "533527198909210238"
},
"idcard_set": {
"EQ": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
]
},
"msg": {
"EQ": "成功"
},
"pos_status": {
"eq": "NOT_REGISTER"
},
"contact_name": {
"EQ": "ContactTest"
},
"id": {
"eq": 2339
},
"statusCode": {
"EQ": 0
}
}
检查key: city的返回值通过
检查key: business_license的返回值通过
检查key: sale_in_30_avg的返回值通过
检查key: telephone的返回值通过
检查key: cell的返回值通过
检查key: contact_tel的返回值通过
检查key: store_category的返回值通过
检查key: idcard_no的返回值通过
检查key: idcard_set的返回值通过
检查key: msg的返回值通过
检查key: pos_status的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_011_Backend_商家管理--商家--新增商家-正常 |
pass
pt1.11:
测试用例开始时间: 2017-06-17 16:30:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.578999996185
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:42",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe213",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.39700007439
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2340,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:47",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe213",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2340, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_012_Backend_商家管理--商家--新增商家-正常 重复添加 支持同一人添加多店铺 |
pass
pt1.12:
测试用例开始时间: 2017-06-17 16:30:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.230999946594
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:46",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe909",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.39899992943
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2341,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:50",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe909",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2341, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe909",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.611000061035
接口请求返回值:
{
"msg": "商家名称重复",
"data": {},
"statusCode": 103
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2341, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"eq": "商家名称重复"
},
"statusCode": {
"eq": 103
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_013_Backend_商家管理--商家--新增商家-正常 重复添加 支持同一人添加多店铺(不同店名) |
pass
pt1.13:
测试用例开始时间: 2017-06-17 16:30:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.572999954224
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:48",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe34567",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.24300003052
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2342,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:53",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe34567",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2342, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe32323",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.816999912262
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2343,
"city": "深圳市",
"apply_time": "2017-06-17 16:30:54",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe32323",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2342, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'new_store_id2': 2343}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_014_Backend_商家管理--商家--激活商家-异常 商家ID不存在 |
pass
pt1.14:
测试用例开始时间: 2017-06-17 16:30:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.726999998093
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:52",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/111111/activate/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.743000030518
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_015_Backend_商家管理--商家--激活商家-正常 |
pass
pt1.15:
测试用例开始时间: 2017-06-17 16:30:56
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.367000103
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:56",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe123",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.24900007248
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2344,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:00",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe123",
"idcard_no": "533527198909210238",
"apply_time_display": "1秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2344, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/2344/freeze/
The request method is :put
The request parameter is:
{
"store_status": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.207000017166
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2344,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:00",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe123",
"idcard_no": "533527198909210238",
"apply_time_display": "1秒",
"store_category": 0,
"status": "FREEZE",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2344, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"status": {
"eq": "FREEZE"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/2344/activate/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.99900007248
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2344,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:00",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe123",
"idcard_no": "533527198909210238",
"apply_time_display": "3秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2344, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"status": {
"eq": "REGULAR"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_016_Backend_商家管理--商家商品管理--商家商品列表--正常 |
pass
pt1.16:
测试用例开始时间: 2017-06-17 16:31:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.69199991226
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:30:59",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe6767",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.15700006485
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2345,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:06",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe6767",
"idcard_no": "533527198909210238",
"apply_time_display": "1秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2345, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/products/
The request method is :get
The request parameter is:
{
"store_id": 2345
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.284999847412
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2345, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_017_Backend_商家管理--地图交互--商家分布--正常 |
pass
pt1.17:
测试用例开始时间: 2017-06-17 16:31:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.712999820709
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:05",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe4545",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.39500021935
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2346,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:10",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe4545",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2346, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/mapping/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"latitude_start": 22.56,
"latitude_stop": 22.766,
"longitude_start": 113.8,
"query": "STORE",
"longitude_stop": 113.9
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.10400009155
接口请求返回值:
{
"msg": "成功",
"data": {
"store": [
{
"latitude": 22.569982,
"store_name": "西乡美宜家",
"id": 4,
"longitude": 113.87984,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test401",
"id": 7,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "APP Test专用账号",
"id": 8,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test946",
"id": 9,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloWorld",
"id": 10,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test204",
"id": 11,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.567052673292586,
"store_name": "HelloWorld",
"id": 12,
"longitude": 113.89902117014911,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test369",
"id": 13,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "我是老板",
"id": 15,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test901",
"id": 16,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.569982,
"store_name": "美团自配送-专用",
"id": 17,
"longitude": 113.87984,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570064620665853,
"store_name": "大大",
"id": 29,
"longitude": 113.8790248895036,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.574717,
"store_name": "testaaa",
"id": 109,
"longitude": 113.890792,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.561451,
"store_name": "深大深大所",
"id": 110,
"longitude": 113.849612,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.569299,
"store_name": "test11",
"id": 112,
"longitude": 113.842804,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test496",
"id": 135,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test051",
"id": 136,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.574559,
"store_name": "小苏门店",
"id": 142,
"longitude": 113.8803,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.575347,
"store_name": "uuuu",
"id": 158,
"longitude": 113.888258,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.632856,
"store_name": "212",
"id": 160,
"longitude": 113.818645,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.575719,
"store_name": "就还好",
"id": 498,
"longitude": 113.859619,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.582635,
"store_name": "12",
"id": 544,
"longitude": 113.874022,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.562062,
"store_name": "121",
"id": 545,
"longitude": 113.895999,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 556,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.564063,
"store_name": "test_Store",
"id": 632,
"longitude": 113.866801,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570262,
"store_name": "test_Store",
"id": 642,
"longitude": 113.840474,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.567601,
"store_name": "test_Store",
"id": 644,
"longitude": 113.867976,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 665,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.56255,
"store_name": "test_Store",
"id": 726,
"longitude": 113.833598,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.562153,
"store_name": "test_Store",
"id": 799,
"longitude": 113.832114,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.588295,
"store_name": "test_Store",
"id": 849,
"longitude": 113.893113,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.590198,
"store_name": "test_Store",
"id": 851,
"longitude": 113.883708,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.593079,
"store_name": "test_Store",
"id": 915,
"longitude": 113.868763,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.580697,
"store_name": "test_Store",
"id": 917,
"longitude": 113.874499,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1011,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1078,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570576,
"store_name": "test_Store",
"id": 1111,
"longitude": 113.87263,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "epjqctpeltiqhbiufinl",
"id": 1117,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1144,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.576982,
"store_name": "test_Store",
"id": 1178,
"longitude": 113.877964,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1247,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.565266,
"store_name": "test_Store",
"id": 1280,
"longitude": 113.870257,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.607649,
"store_name": "test_Store",
"id": 1283,
"longitude": 113.888276,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1313,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.572511,
"store_name": "test_Store",
"id": 1374,
"longitude": 113.8379,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570908,
"store_name": "西部航空",
"id": 1382,
"longitude": 113.896373,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1436,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.564534,
"store_name": "test_Store",
"id": 1474,
"longitude": 113.841005,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1532,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1612,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.58983,
"store_name": "test_Store",
"id": 1647,
"longitude": 113.879799,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1681,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1759,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.561641,
"store_name": "test_Store",
"id": 1794,
"longitude": 113.869079,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1830,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1900,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.563918,
"store_name": "test_Store",
"id": 1935,
"longitude": 113.870615,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1970,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.572046,
"store_name": "test_Store",
"id": 2005,
"longitude": 113.868795,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2040,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.584923,
"store_name": "test_Store",
"id": 2078,
"longitude": 113.848139,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2110,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "cjmiftpkclmbqilsujbc",
"id": 2154,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2182,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "rqondeaqesckpakjusrj",
"id": 2220,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2247,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "iauupdnostkqsgnqsqgm",
"id": 2291,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "molgpgtpelbqlluibhfe4545",
"id": 2346,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2346, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"data.store.0.longitude": {
"type": "float"
},
"data.store.0.sales_monitor.order_count": {
"type": "int"
},
"data.store": {
"type": "list"
},
"data.store.0.latitude": {
"type": "float"
},
"data.store.0.sales_monitor.sales_amount": {
"type": "str"
},
"data.store.0.id": {
"type": "int"
},
"msg": {
"EQ": "成功"
},
"data.store.0.sales_monitor": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.store.0.longitude的返回值通过
检查key: data.store.0.sales_monitor.order_count的返回值通过
检查key: data.store的返回值通过
检查key: data.store.0.latitude的返回值通过
检查key: data.store.0.sales_monitor.sales_amount的返回值通过
检查key: data.store.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.store.0.sales_monitor的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_018_Backend_商家管理--地图交互--商家分布--正常 query多个 |
pass
pt1.18:
测试用例开始时间: 2017-06-17 16:31:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.981999874115
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:09",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe34342",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.17300009727
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2347,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:14",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe34342",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2347, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/mapping/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"latitude_start": 22.56,
"latitude_stop": 22.766,
"longitude_start": 113.8,
"query": "STORE,TIER1,TIER2",
"longitude_stop": 113.9
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.325000047684
接口请求返回值:
{
"msg": "成功",
"data": {
"tier1": [
{
"latitude": 22.607164,
"store_name": "一批供应",
"id": 159,
"longitude": 113.895494,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
}
],
"tier2": [
{
"latitude": 22.566,
"store_name": "Test603",
"id": 20,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test472",
"id": 21,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "15000Supplier",
"id": 22,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test891",
"id": 23,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test045",
"id": 24,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Supplier No1",
"id": 25,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test198",
"id": 26,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test327",
"id": 27,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test590",
"id": 28,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.601133995031468,
"store_name": "购物购物",
"id": 131,
"longitude": 113.88418169378964,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test892",
"id": 133,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test835",
"id": 134,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test291",
"id": 165,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test583",
"id": 287,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5642,
"store_name": "猫爷爷的花店",
"id": 368,
"longitude": 113.8785,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.606099999999998,
"store_name": "test",
"id": 374,
"longitude": 113.8508,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5792,
"store_name": "李兰珍",
"id": 471,
"longitude": 113.8603,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.590899999999998,
"store_name": "test",
"id": 475,
"longitude": 113.8559,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.572699999999998,
"store_name": "猫爷爷的花店",
"id": 570,
"longitude": 113.8665,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.611,
"store_name": null,
"id": 571,
"longitude": 113.8926,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5869,
"store_name": "李兰珍",
"id": 573,
"longitude": 113.8761,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.597199999999997,
"store_name": "猫爷爷的花店",
"id": 658,
"longitude": 113.89450000000001,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.59660952148438,
"store_name": "test",
"id": 711,
"longitude": 113.85931923828119,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.58110952148438,
"store_name": null,
"id": 714,
"longitude": 113.8814192382812,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.612109521484378,
"store_name": "李兰珍",
"id": 715,
"longitude": 113.8664192382812,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6116,
"store_name": "李兰珍",
"id": 837,
"longitude": 113.888,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5891,
"store_name": "李兰珍",
"id": 903,
"longitude": 113.889,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6064,
"store_name": "李兰珍",
"id": 1031,
"longitude": 113.882,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.561999999999998,
"store_name": "李兰珍",
"id": 1096,
"longitude": 113.8833,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.573999999999998,
"store_name": "test",
"id": 1099,
"longitude": 113.8987,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test14587390",
"id": 1153,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.612099999999998,
"store_name": "李兰珍",
"id": 1165,
"longitude": 113.8586,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6086,
"store_name": "test",
"id": 1167,
"longitude": 113.8861,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5729,
"store_name": "test",
"id": 1188,
"longitude": 113.8989,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5642,
"store_name": "test",
"id": 1194,
"longitude": 113.8981,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test032",
"id": 1256,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6157,
"store_name": "猫爷爷的花店",
"id": 1269,
"longitude": 113.8922,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test763",
"id": 1323,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.592609521484377,
"store_name": "test",
"id": 1360,
"longitude": 113.86841923828119,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.57140952148438,
"store_name": "猫爷爷的花店",
"id": 1362,
"longitude": 113.8712192382812,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.591669705200196,
"store_name": "8科技",
"id": 1394,
"longitude": 113.89602239990235,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.613569705200195,
"store_name": "17",
"id": 1425,
"longitude": 113.88442239990235,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test497",
"id": 1445,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5795,
"store_name": "test",
"id": 1455,
"longitude": 113.8665,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6146,
"store_name": "猫爷爷的花店",
"id": 1456,
"longitude": 113.8624,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5611,
"store_name": "李兰珍",
"id": 1458,
"longitude": 113.875,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test856",
"id": 1541,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5872,
"store_name": "李兰珍",
"id": 1553,
"longitude": 113.8727,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5669,
"store_name": "李兰珍",
"id": 1554,
"longitude": 113.8963,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test836",
"id": 1620,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5952,
"store_name": "猫爷爷的花店",
"id": 1630,
"longitude": 113.8635,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5768,
"store_name": "test",
"id": 1635,
"longitude": 113.8832,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test917",
"id": 1689,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6004,
"store_name": "test",
"id": 1699,
"longitude": 113.8545,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5678,
"store_name": null,
"id": 1701,
"longitude": 113.8785,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5967,
"store_name": "李兰珍",
"id": 1703,
"longitude": 113.864,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test251967",
"id": 1768,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.563399999999998,
"store_name": null,
"id": 1780,
"longitude": 113.86,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.606299999999997,
"store_name": "猫爷爷的花店",
"id": 1783,
"longitude": 113.8898,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test278",
"id": 1839,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.568199999999997,
"store_name": null,
"id": 1851,
"longitude": 113.8623,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test364",
"id": 1909,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.57,
"store_name": "李兰珍",
"id": 1922,
"longitude": 113.8957,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test183",
"id": 1979,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5843,
"store_name": "李兰珍",
"id": 1992,
"longitude": 113.8843,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.580199999999998,
"store_name": "test",
"id": 1995,
"longitude": 113.8722,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test609",
"id": 2049,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.613,
"store_name": null,
"id": 2061,
"longitude": 113.8774,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5762,
"store_name": "李兰珍",
"id": 2062,
"longitude": 113.8619,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.576999999999998,
"store_name": "李兰珍",
"id": 2063,
"longitude": 113.8733,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.601599999999998,
"store_name": "test",
"id": 2066,
"longitude": 113.866,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test820",
"id": 2119,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6036,
"store_name": "猫爷爷的花店",
"id": 2130,
"longitude": 113.8537,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.6013,
"store_name": null,
"id": 2131,
"longitude": 113.8591,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5827,
"store_name": "李兰珍",
"id": 2132,
"longitude": 113.8545,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5943,
"store_name": "test",
"id": 2136,
"longitude": 113.8875,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test947",
"id": 2191,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.615299999999998,
"store_name": "猫爷爷的花店",
"id": 2202,
"longitude": 113.8693,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test934",
"id": 2256,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.5978,
"store_name": "test",
"id": 2272,
"longitude": 113.8966,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
}
],
"store": [
{
"latitude": 22.569982,
"store_name": "西乡美宜家",
"id": 4,
"longitude": 113.87984,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test401",
"id": 7,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "APP Test专用账号",
"id": 8,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test946",
"id": 9,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloWorld",
"id": 10,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test204",
"id": 11,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.567052673292586,
"store_name": "HelloWorld",
"id": 12,
"longitude": 113.89902117014911,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test369",
"id": 13,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "我是老板",
"id": 15,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test901",
"id": 16,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.569982,
"store_name": "美团自配送-专用",
"id": 17,
"longitude": 113.87984,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570064620665853,
"store_name": "大大",
"id": 29,
"longitude": 113.8790248895036,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.574717,
"store_name": "testaaa",
"id": 109,
"longitude": 113.890792,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.561451,
"store_name": "深大深大所",
"id": 110,
"longitude": 113.849612,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.569299,
"store_name": "test11",
"id": 112,
"longitude": 113.842804,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test496",
"id": 135,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test051",
"id": 136,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.574559,
"store_name": "小苏门店",
"id": 142,
"longitude": 113.8803,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.575347,
"store_name": "uuuu",
"id": 158,
"longitude": 113.888258,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.632856,
"store_name": "212",
"id": 160,
"longitude": 113.818645,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.575719,
"store_name": "就还好",
"id": 498,
"longitude": 113.859619,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.582635,
"store_name": "12",
"id": 544,
"longitude": 113.874022,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.562062,
"store_name": "121",
"id": 545,
"longitude": 113.895999,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 556,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.564063,
"store_name": "test_Store",
"id": 632,
"longitude": 113.866801,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570262,
"store_name": "test_Store",
"id": 642,
"longitude": 113.840474,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.567601,
"store_name": "test_Store",
"id": 644,
"longitude": 113.867976,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 665,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.56255,
"store_name": "test_Store",
"id": 726,
"longitude": 113.833598,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.562153,
"store_name": "test_Store",
"id": 799,
"longitude": 113.832114,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.588295,
"store_name": "test_Store",
"id": 849,
"longitude": 113.893113,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.590198,
"store_name": "test_Store",
"id": 851,
"longitude": 113.883708,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.593079,
"store_name": "test_Store",
"id": 915,
"longitude": 113.868763,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.580697,
"store_name": "test_Store",
"id": 917,
"longitude": 113.874499,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1011,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1078,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570576,
"store_name": "test_Store",
"id": 1111,
"longitude": 113.87263,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "epjqctpeltiqhbiufinl",
"id": 1117,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1144,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.576982,
"store_name": "test_Store",
"id": 1178,
"longitude": 113.877964,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1247,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.565266,
"store_name": "test_Store",
"id": 1280,
"longitude": 113.870257,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.607649,
"store_name": "test_Store",
"id": 1283,
"longitude": 113.888276,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1313,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.572511,
"store_name": "test_Store",
"id": 1374,
"longitude": 113.8379,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570908,
"store_name": "西部航空",
"id": 1382,
"longitude": 113.896373,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1436,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.564534,
"store_name": "test_Store",
"id": 1474,
"longitude": 113.841005,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1532,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1612,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.58983,
"store_name": "test_Store",
"id": 1647,
"longitude": 113.879799,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1681,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1759,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.561641,
"store_name": "test_Store",
"id": 1794,
"longitude": 113.869079,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1830,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1900,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.563918,
"store_name": "test_Store",
"id": 1935,
"longitude": 113.870615,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1970,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.572046,
"store_name": "test_Store",
"id": 2005,
"longitude": 113.868795,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2040,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.584923,
"store_name": "test_Store",
"id": 2078,
"longitude": 113.848139,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2110,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "cjmiftpkclmbqilsujbc",
"id": 2154,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2182,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "rqondeaqesckpakjusrj",
"id": 2220,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2247,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "iauupdnostkqsgnqsqgm",
"id": 2291,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "molgpgtpelbqlluibhfe34342",
"id": 2347,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2347, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"data.store.0.longitude": {
"type": "float"
},
"data.store.0.sales_monitor.order_count": {
"type": "int"
},
"data.tier1": {
"GE": 0,
"type": "list"
},
"data.store.0.latitude": {
"type": "float"
},
"data.store.0.sales_monitor.sales_amount": {
"type": "str"
},
"data.tier2": {
"ge": 0,
"type": "list"
},
"data.store.0.id": {
"type": "int"
},
"msg": {
"EQ": "成功"
},
"data.store.0.sales_monitor": {
"type": "dict"
},
"store": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.store.0.longitude的返回值通过
检查key: data.store.0.sales_monitor.order_count的返回值通过
检查key: data.tier1的返回值通过
检查key: data.store.0.latitude的返回值通过
检查key: data.store.0.sales_monitor.sales_amount的返回值通过
检查key: data.tier2的返回值通过
检查key: data.store.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.store.0.sales_monitor的返回值通过
检查key: store的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_019_Backend_商家管理--地图交互--商家分布--正常 Tier1 无数据 |
pass
pt1.19:
测试用例开始时间: 2017-06-17 16:31:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.404000043869
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:13",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/mapping/
The request method is :get
The request parameter is:
{
"query": "TIER1",
"latitude_stop": 50.766,
"latitude_start": 50.56,
"longitude_stop": 113.9,
"longitude_start": 113.8
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.736000061035
接口请求返回值:
{
"msg": "成功",
"data": {
"tier1": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.tier1": {
"ll": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.tier1的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_020_Backend_商家管理--地图交互--商家分布--正常 Tier2 无数据 |
pass
pt1.20:
测试用例开始时间: 2017-06-17 16:31:15
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.08699989319
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:16",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/mapping/
The request method is :get
The request parameter is:
{
"query": "TIER2",
"latitude_stop": 50.766,
"latitude_start": 50.56,
"longitude_stop": 113.9,
"longitude_start": 113.8
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.621000051498
接口请求返回值:
{
"msg": "成功",
"data": {
"tier2": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.tier2": {
"ll": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.tier2的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_021_Backend_商家管理--地图交互--商家分布--正常 不带城市 |
pass
pt1.21:
测试用例开始时间: 2017-06-17 16:31:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.205999851227
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:19",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.25499987602
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2348,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:22",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2348, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/mapping/
The request method is :get
The request parameter is:
{
"query": "STORE",
"latitude_stop": 22.766,
"latitude_start": 22.56,
"longitude_stop": 113.9,
"longitude_start": 113.8
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.245000123978
接口请求返回值:
{
"msg": "成功",
"data": {
"store": [
{
"latitude": 22.569982,
"store_name": "西乡美宜家",
"id": 4,
"longitude": 113.87984,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test401",
"id": 7,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "APP Test专用账号",
"id": 8,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test946",
"id": 9,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloWorld",
"id": 10,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test204",
"id": 11,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.567052673292586,
"store_name": "HelloWorld",
"id": 12,
"longitude": 113.89902117014911,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test369",
"id": 13,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "我是老板",
"id": 15,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test901",
"id": 16,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.569982,
"store_name": "美团自配送-专用",
"id": 17,
"longitude": 113.87984,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570064620665853,
"store_name": "大大",
"id": 29,
"longitude": 113.8790248895036,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.574717,
"store_name": "testaaa",
"id": 109,
"longitude": 113.890792,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.561451,
"store_name": "深大深大所",
"id": 110,
"longitude": 113.849612,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.569299,
"store_name": "test11",
"id": 112,
"longitude": 113.842804,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test496",
"id": 135,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "Test051",
"id": 136,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.574559,
"store_name": "小苏门店",
"id": 142,
"longitude": 113.8803,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.575347,
"store_name": "uuuu",
"id": 158,
"longitude": 113.888258,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.632856,
"store_name": "212",
"id": 160,
"longitude": 113.818645,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.575719,
"store_name": "就还好",
"id": 498,
"longitude": 113.859619,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.582635,
"store_name": "12",
"id": 544,
"longitude": 113.874022,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.562062,
"store_name": "121",
"id": 545,
"longitude": 113.895999,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 556,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.564063,
"store_name": "test_Store",
"id": 632,
"longitude": 113.866801,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570262,
"store_name": "test_Store",
"id": 642,
"longitude": 113.840474,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.567601,
"store_name": "test_Store",
"id": 644,
"longitude": 113.867976,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 665,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.56255,
"store_name": "test_Store",
"id": 726,
"longitude": 113.833598,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.562153,
"store_name": "test_Store",
"id": 799,
"longitude": 113.832114,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.588295,
"store_name": "test_Store",
"id": 849,
"longitude": 113.893113,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.590198,
"store_name": "test_Store",
"id": 851,
"longitude": 113.883708,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.593079,
"store_name": "test_Store",
"id": 915,
"longitude": 113.868763,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.580697,
"store_name": "test_Store",
"id": 917,
"longitude": 113.874499,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1011,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1078,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570576,
"store_name": "test_Store",
"id": 1111,
"longitude": 113.87263,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "epjqctpeltiqhbiufinl",
"id": 1117,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1144,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.576982,
"store_name": "test_Store",
"id": 1178,
"longitude": 113.877964,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1247,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.565266,
"store_name": "test_Store",
"id": 1280,
"longitude": 113.870257,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.607649,
"store_name": "test_Store",
"id": 1283,
"longitude": 113.888276,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1313,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.572511,
"store_name": "test_Store",
"id": 1374,
"longitude": 113.8379,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.570908,
"store_name": "西部航空",
"id": 1382,
"longitude": 113.896373,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1436,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.564534,
"store_name": "test_Store",
"id": 1474,
"longitude": 113.841005,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1532,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1612,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.58983,
"store_name": "test_Store",
"id": 1647,
"longitude": 113.879799,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1681,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1759,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.561641,
"store_name": "test_Store",
"id": 1794,
"longitude": 113.869079,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1830,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1900,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.563918,
"store_name": "test_Store",
"id": 1935,
"longitude": 113.870615,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 1970,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.572046,
"store_name": "test_Store",
"id": 2005,
"longitude": 113.868795,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2040,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.584923,
"store_name": "test_Store",
"id": 2078,
"longitude": 113.848139,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2110,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "cjmiftpkclmbqilsujbc",
"id": 2154,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2182,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "rqondeaqesckpakjusrj",
"id": 2220,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "HelloNew",
"id": 2247,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "iauupdnostkqsgnqsqgm",
"id": 2291,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
},
{
"latitude": 22.566,
"store_name": "molgpgtpelbqlluibhfe",
"id": 2348,
"longitude": 113.899,
"sales_monitor": {
"order_count": 0,
"sales_amount": "0.00"
}
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2348, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"data.store.0.longitude": {
"type": "float"
},
"data.store.0.sales_monitor.order_count": {
"type": "int"
},
"data.store": {
"type": "list"
},
"data.store.0.latitude": {
"type": "float"
},
"data.store.0.sales_monitor.sales_amount": {
"type": "str"
},
"data.store.0.id": {
"type": "int"
},
"msg": {
"EQ": "成功"
},
"data.store.0.sales_monitor": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.store.0.longitude的返回值通过
检查key: data.store.0.sales_monitor.order_count的返回值通过
检查key: data.store的返回值通过
检查key: data.store.0.latitude的返回值通过
检查key: data.store.0.sales_monitor.sales_amount的返回值通过
检查key: data.store.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.store.0.sales_monitor的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_022_Backend_商家管理--地图交互--商家分布--正常 经纬度没数据 |
pass
pt1.22:
测试用例开始时间: 2017-06-17 16:31:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.44799995422
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:20",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.38399982452
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2349,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:26",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "1秒",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2349, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/mapping/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"latitude_start": 32.56,
"latitude_stop": 32.766,
"longitude_start": 110.8,
"query": "STORE",
"longitude_stop": 111.9
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.91600012779
接口请求返回值:
{
"msg": "成功",
"data": {
"store": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2349, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.store": {
"ll": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.store的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_023_Backend_商家管理--地图交互--商家拓展--正常 |
pass
pt1.23:
测试用例开始时间: 2017-06-17 16:31:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.880000114441
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:25",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe4353",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.02600002289
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2350,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:32",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe4353",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2350, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/history-mapping/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.384000062943
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 4,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/backend/v1/store/history-mapping/?city=%E6%B7%B1%E5%9C%B3%E5%B8%82&limit=10&page=2",
"currPage": 1,
"total": 38,
"data": [
{
"date": "2017-04-22",
"store": [
{
"status": "REGULAR",
"latitude": 22.58002609978444,
"longitude": 113.93061457492459,
"store_name": "罗玲玲2号零售",
"store_category": 0,
"id": 1
},
{
"status": "REGULAR",
"latitude": 22.5800260997844,
"longitude": 113.930614574925,
"store_name": "3号餐饮店",
"store_category": 0,
"id": 2
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "4号供应商",
"store_category": 1,
"id": 3
},
{
"status": "REGULAR",
"latitude": 22.569982,
"longitude": 113.87984,
"store_name": "西乡美宜家",
"store_category": 0,
"id": 4
},
{
"status": "REGULAR",
"latitude": 22.573869705200195,
"longitude": 113.92452239990234,
"store_name": "6号零售",
"store_category": 0,
"id": 5
},
{
"status": "REGULAR",
"latitude": 22.58002609978444,
"longitude": 113.93061457492459,
"store_name": "Test531",
"store_category": 0,
"id": 6
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test401",
"store_category": 0,
"id": 7
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "APP Test专用账号",
"store_category": 0,
"id": 8
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test946",
"store_category": 0,
"id": 9
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "HelloWorld",
"store_category": 0,
"id": 10
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test204",
"store_category": 0,
"id": 11
},
{
"status": "REGULAR",
"latitude": 22.567052673292586,
"longitude": 113.89902117014911,
"store_name": "HelloWorld",
"store_category": 0,
"id": 12
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test369",
"store_category": 0,
"id": 13
},
{
"status": "REGULAR",
"latitude": 22.58002609978444,
"longitude": 113.9306145749246,
"store_name": "BOSS-非餐饮",
"store_category": 0,
"id": 14
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "我是老板",
"store_category": 0,
"id": 15
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test901",
"store_category": 0,
"id": 16
},
{
"status": "REGULAR",
"latitude": 22.569982,
"longitude": 113.87984,
"store_name": "美团自配送-专用",
"store_category": 0,
"id": 17
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "苹果",
"store_category": 0,
"id": 18
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "Test906",
"store_category": 1,
"id": 19
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test603",
"store_category": 1,
"id": 20
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test472",
"store_category": 1,
"id": 21
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "15000Supplier",
"store_category": 1,
"id": 22
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test891",
"store_category": 1,
"id": 23
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test045",
"store_category": 1,
"id": 24
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Supplier No1",
"store_category": 1,
"id": 25
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test198",
"store_category": 1,
"id": 26
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test327",
"store_category": 1,
"id": 27
},
{
"status": "REGULAR",
"latitude": 22.566,
"longitude": 113.899,
"store_name": "Test590",
"store_category": 1,
"id": 28
},
{
"status": "REGULAR",
"latitude": 22.570064620665853,
"longitude": 113.8790248895036,
"store_name": "大大",
"store_category": 0,
"id": 29
}
]
},
{
"date": "2017-04-24",
"store": [
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "多多士",
"store_category": 0,
"id": 30
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "小小",
"store_category": 0,
"id": 31
},
{
"status": "REGULAR",
"latitude": 22.767955836339613,
"longitude": 113.90892049686579,
"store_name": "皮卡丘的一生",
"store_category": 0,
"id": 32
},
{
"status": "REGULAR",
"latitude": 22.579633995031468,
"longitude": 113.93108169378964,
"store_name": "可可西里奶茶店",
"store_category": 0,
"id": 33
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "百盛餐饮",
"store_category": 1,
"id": 34
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "旺旺快餐",
"store_category": 0,
"id": 35
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "旺旺便利店",
"store_category": 0,
"id": 36
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "旺旺面包店",
"store_category": 0,
"id": 37
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "旺旺奶茶店",
"store_category": 0,
"id": 39
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "旺旺零食店",
"store_category": 0,
"id": 40
}
]
},
{
"date": "2017-04-25",
"store": [
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "Boss_For_C",
"store_category": 0,
"id": 41
},
{
"status": "REGULAR",
"latitude": 22.53900749855107,
"longitude": 113.94249915681768,
"store_name": "阿里嘎多",
"store_category": 0,
"id": 42
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "7号供应餐饮",
"store_category": 1,
"id": 43
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "小小",
"store_category": 0,
"id": 47
}
]
},
{
"date": "2017-04-26",
"store": [
{
"status": "REGULAR",
"latitude": 22.57426071166992,
"longitude": 113.9240570068359,
"store_name": "易站",
"store_category": 0,
"id": 48
},
{
"status": "REGULAR",
"latitude": 22.61587805480507,
"longitude": 114.14265959048484,
"store_name": "供应商哈哈",
"store_category": 1,
"id": 51
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "哈哈",
"store_category": 0,
"id": 52
}
]
},
{
"date": "2017-05-02",
"store": [
{
"status": "REGULAR",
"latitude": 22.58002609978444,
"longitude": 113.93061457492459,
"store_name": "大掌柜快餐店",
"store_category": 0,
"id": 57
},
{
"status": "REGULAR",
"latitude": 22.57900810241699,
"longitude": 113.9308547973633,
"store_name": "大掌柜零食店",
"store_category": 0,
"id": 58
},
{
"status": "REGULAR",
"latitude": 22.5678619842515,
"longitude": 113.91515473710298,
"store_name": "士多",
"store_category": 0,
"id": 59
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "dddd",
"store_category": 0,
"id": 60
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 62
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 63
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 64
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 65
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 66
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 67
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 68
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 69
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 70
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "我的天",
"store_category": 1,
"id": 71
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "我的天",
"store_category": 1,
"id": 72
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "我的天",
"store_category": 1,
"id": 73
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "我的天",
"store_category": 1,
"id": 74
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "我的天",
"store_category": 1,
"id": 75
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "我的天",
"store_category": 1,
"id": 76
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 77
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 78
},
{
"status": "REGULAR",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "皮卡丘的店",
"store_category": 1,
"id": 79
},
{
"status": "REGULAR",
"latitude": 22.58002609978444,
"longitude": 113.93061457492459,
"store_name": "皮卡丘的店",
"store_category": 1,
"id": 80
},
{
"status": "REGULAR",
"latitude": 22.5796337127686,
"longitude": 113.931083679199,
"store_name": "大掌柜批发",
"store_category": 1,
"id": 81
}
]
},
{
"date": "2017-05-03",
"store": [
{
"status": "REGULAR",
"latitude": 22.587978,
"longitude": 113.920357,
"store_name": "数码宝贝学院",
"store_category": 0,
"id": 82
},
{
"status": "REGULAR",
"latitude": 22.58002609978444,
"longitude": 113.93061457492459,
"store_name": "天才便利店",
"store_category": 0,
"id": 83
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "海燕便利店",
"store_category": 0,
"id": 84
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "我是门店来的",
"store_category": 0,
"id": 85
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "飞扬奶茶店",
"store_category": 0,
"id": 86
},
{
"status": "REGULAR",
"latitude": 22.548654153923646,
"longitude": 113.95563238336922,
"store_name": "哈哈哈极好",
"store_category": 1,
"id": 87
},
{
"status": "REGULAR",
"latitude": 22.564157470001824,
"longitude": 113.98692036427141,
"store_name": "啦咯啦咯啦咯啦咯",
"store_category": 0,
"id": 88
},
{
"status": "FREEZE",
"latitude": 22.564157470001824,
"longitude": 113.98692036427141,
"store_name": "小黄人",
"store_category": 0,
"id": 89
},
{
"status": "REGULAR",
"latitude": 22.564157470001824,
"longitude": 113.98692036427141,
"store_name": "袋鼠的店",
"store_category": 0,
"id": 91
},
{
"status": "REGULAR",
"latitude": 22.58252334594727,
"longitude": 113.9293212890625,
"store_name": "美妆2号",
"store_category": 0,
"id": 92
},
{
"status": "FREEZE",
"latitude": 22.564157470001824,
"longitude": 113.98692036427141,
"store_name": "窝的",
"store_category": 0,
"id": 93
},
{
"status": "NOT_REGISTER",
"latitude": 0.0,
"longitude": 0.0,
"store_name": "吃番茄炒西红柿",
"store_category": 0,
"id": 94
}
]
},
{
"date": "2017-05-04",
"store": [
{
"status": "REGULAR",
"latitude": 22.707433,
"longitude": 113.930013,
"store_name": "零点批发行",
"store_category": 1,
"id": 98
},
{
"status": "REGULAR",
"latitude": 22.564157470001824,
"longitude": 113.98692036427141,
"store_name": "美好人生",
"store_category": 0,
"id": 99
},
{
"status": "REGULAR",
"latitude": 22.58002609978444,
"longitude": 113.93061457492459,
"store_name": "xinj店",
"store_category": 0,
"id": 100
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "八号杂货铺",
"store_category": 1,
"id": 101
},
{
"status": "NOT_REGISTER",
"latitude": 22.551433712768553,
"longitude": 113.9224836791992,
"store_name": "上海",
"store_category": 2,
"id": 102
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "旺旺水果",
"store_category": 0,
"id": 104
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "旺旺饭店",
"store_category": 0,
"id": 105
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "旺旺饮料",
"store_category": 0,
"id": 106
}
]
},
{
"date": "2017-05-05",
"store": [
{
"status": "NOT_REGISTER",
"latitude": 22.540313,
"longitude": 113.884065,
"store_name": "testaaa",
"store_category": 0,
"id": 107
},
{
"status": "NOT_REGISTER",
"latitude": 22.577591,
"longitude": 113.962209,
"store_name": "法规的风格大方",
"store_category": 0,
"id": 108
},
{
"status": "NOT_REGISTER",
"latitude": 22.574717,
"longitude": 113.890792,
"store_name": "testaaa",
"store_category": 0,
"id": 109
},
{
"status": "NOT_REGISTER",
"latitude": 22.561451,
"longitude": 113.849612,
"store_name": "深大深大所",
"store_category": 0,
"id": 110
},
{
"status": "NOT_REGISTER",
"latitude": 22.548173,
"longitude": 113.953577,
"store_name": "11",
"store_category": 0,
"id": 111
},
{
"status": "NOT_REGISTER",
"latitude": 22.569299,
"longitude": 113.842804,
"store_name": "test11",
"store_category": 0,
"id": 112
},
{
"status": "REGULAR",
"latitude": 22.578799725843908,
"longitude": 113.93046186298795,
"store_name": "美食美客",
"store_category": 0,
"id": 113
},
{
"status": "NOT_REGISTER",
"latitude": 22.55703371276855,
"longitude": 113.8958836791992,
"store_name": "便利店1号",
"store_category": 1,
"id": 114
},
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "领先管理",
"store_category": 1,
"id": 115
}
]
},
{
"date": "2017-05-06",
"store": [
{
"status": "REGULAR",
"latitude": 22.579964,
"longitude": 113.930594,
"store_name": "称心管家",
"store_category": 1,
"id": 117
},
{
"status": "NOT_REGISTER",
"latitude": 22.588979,
"longitude": 113.905821,
"store_name": "耶律康",
"store_category": 0,
"id": 118
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "海燕咖啡厅",
"store_category": 0,
"id": 119
},
{
"status": "NOT_REGISTER",
"latitude": 22.605022,
"longitude": 113.9669,
"store_name": "百盛线下客户",
"store_category": 0,
"id": 120
}
]
},
{
"date": "2017-05-08",
"store": [
{
"status": "REGULAR",
"latitude": 22.615595,
"longitude": 114.142906,
"store_name": "美团同步店",
"store_category": 0,
"id": 121
},
{
"status": "REGULAR",
"latitude": 22.57963371276855,
"longitude": 113.9310836791992,
"store_name": "白白的店",
"store_category": 0,
"id": 122
},
{
"status": "REGULAR",
"latitude": 22.615595,
"longitude": 114.142906,
"store_name": "美团测试店",
"store_category": 0,
"id": 123
},
{
"status": "REGULAR",
"latitude": 22.615595,
"longitude": 114.142906,
"store_name": "美团测试店Android",
"store_category": 0,
"id": 124
},
{
"status": "REGULAR",
"latitude": 22.579633995031468,
"longitude": 113.93108169378964,
"store_name": "枫林小栈",
"store_category": 0,
"id": 125
},
{
"status": "REGULAR",
"latitude": 22.579633995031468,
"longitude": 113.93108169378964,
"store_name": "蹦啥卡拉卡",
"store_category": 0,
"id": 126
},
{
"status": "REGULAR",
"latitude": 22.579633995031468,
"longitude": 113.93108169378964,
"store_name": "枫林",
"store_category": 0,
"id": 127
}
]
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2350, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"data.data.0.store.0.latitude": {
"type": "float"
},
"data.data.0.store.0.status": {
"IN": [
"REGULAR",
"CLOSE",
"FREEZE",
"NOT_REGISTER"
]
},
"data.data.0.store.0.store_category": {
"in": [
0,
1,
2
]
},
"data.data.0.store": {
"type": "list"
},
"data.data.0.store.0.id": {
"type": "int"
},
"data.data.0.store.0.longitude": {
"type": "float"
},
"data.data.0.store.0.store_name": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.data.0.store.0.latitude的返回值通过
检查key: data.data.0.store.0.status的返回值通过
检查key: data.data.0.store.0.store_category的返回值通过
检查key: data.data.0.store的返回值通过
检查key: data.data.0.store.0.id的返回值通过
检查key: data.data.0.store.0.longitude的返回值通过
检查key: data.data.0.store.0.store_name的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_024_Backend_商家管理--地图交互--商家拓展--正常 城市对应无数据 |
pass
pt1.24:
测试用例开始时间: 2017-06-17 16:31:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.4430000782
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:30",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe2424",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.49300003052
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2351,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:37",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe2424",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2351, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/history-mapping/
The request method is :get
The request parameter is:
{
"city": "广州市",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.49799990654
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2351, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ll": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_025_Backend_商家管理--地图交互--终端门店分布--正常 |
pass
pt1.25:
测试用例开始时间: 2017-06-17 16:31:37
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.469999790192
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:35",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe4242",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.26799988747
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2352,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:42",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe4242",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2352, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/pos-mapping/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"latitude_stop": 22.766,
"latitude_start": 22.56,
"longitude_stop": 113.9,
"longitude_start": 113.8
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.426000118256
接口请求返回值:
{
"msg": "成功",
"data": [
{
"longitude": 113.87984,
"version_no": null,
"store_name": "西乡美宜家",
"latitude": 22.569982,
"pos_status": "NOT_REGISTER",
"id": 4
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "Test401",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 7
},
{
"longitude": 113.899,
"version_no": "1.0.0",
"store_name": "APP Test专用账号",
"latitude": 22.566,
"pos_status": "LONG_HALT",
"id": 8
},
{
"longitude": 113.899,
"version_no": "testversion",
"store_name": "Test946",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 9
},
{
"longitude": 113.899,
"version_no": "1.0",
"store_name": "HelloWorld",
"latitude": 22.566,
"pos_status": "HALT",
"id": 10
},
{
"longitude": 113.899,
"version_no": "1.0",
"store_name": "Test204",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 11
},
{
"longitude": 113.89902117014911,
"version_no": "1.0",
"store_name": "HelloWorld",
"latitude": 22.567052673292586,
"pos_status": "LONG_HALT",
"id": 12
},
{
"longitude": 113.899,
"version_no": "1.1.2",
"store_name": "Test369",
"latitude": 22.566,
"pos_status": "HALT",
"id": 13
},
{
"longitude": 113.899,
"version_no": "1.1.0",
"store_name": "我是老板",
"latitude": 22.566,
"pos_status": "LONG_HALT",
"id": 15
},
{
"longitude": 113.899,
"version_no": "1.0",
"store_name": "Test901",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 16
},
{
"longitude": 113.87984,
"version_no": "1.0",
"store_name": "美团自配送-专用",
"latitude": 22.569982,
"pos_status": "NOT_REGISTER",
"id": 17
},
{
"longitude": 113.8790248895036,
"version_no": null,
"store_name": "大大",
"latitude": 22.570064620665853,
"pos_status": "NOT_REGISTER",
"id": 29
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "Test496",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 135
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "Test051",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 136
},
{
"longitude": 113.818645,
"version_no": null,
"store_name": "212",
"latitude": 22.632856,
"pos_status": "NOT_REGISTER",
"id": 160
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 556
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 665
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1011
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1078
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "epjqctpeltiqhbiufinl",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1117
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1144
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1247
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1313
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1436
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1532
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1612
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1681
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1759
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1830
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1900
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 1970
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2040
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2110
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "cjmiftpkclmbqilsujbc",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2154
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2182
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "rqondeaqesckpakjusrj",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2220
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "HelloNew",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2247
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "iauupdnostkqsgnqsqgm",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2291
},
{
"longitude": 113.899,
"version_no": null,
"store_name": "molgpgtpelbqlluibhfe4242",
"latitude": 22.566,
"pos_status": "NOT_REGISTER",
"id": 2352
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2352, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"data.0.pos_status": {
"in": [
"WORKING",
"NOT_REGISTER",
"N/A",
"LONG_HALT",
"HALT"
]
},
"data.0.longitude": {
"type": "float"
},
"data.0.store_name": {
"type": "str"
},
"data.0.latitude": {
"type": "float"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"data.0.id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.0.pos_status的返回值通过
检查key: data.0.longitude的返回值通过
检查key: data.0.store_name的返回值通过
检查key: data.0.latitude的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: data.0.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_026_Backend_商家管理--地图交互--终端门店分布--正常 城市无数据 |
pass
pt1.26:
测试用例开始时间: 2017-06-17 16:31:42
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.91899991035
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:40",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.16199994087
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2353,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:47",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2353, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/pos-mapping/
The request method is :get
The request parameter is:
{
"city": "广州市",
"latitude_stop": 22.766,
"latitude_start": 22.56,
"longitude_stop": 113.9,
"longitude_start": 113.8
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.324000120163
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2353, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"ll": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_027_Backend_商家管理--地图交互--终端门店分布--正常 经纬度范围内没有数据 |
pass
pt1.27:
测试用例开始时间: 2017-06-17 16:31:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.771000146866
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:46",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 0,
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "杨正祥"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.17100000381
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2354,
"city": "深圳市",
"apply_time": "2017-06-17 16:31:50",
"district": "宝安区",
"house_number": "504",
"storekeeper": "杨正祥",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "533527198909210238",
"apply_time_display": "",
"store_category": 0,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "NOT_REGISTER"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2354, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/pos-mapping/
The request method is :get
The request parameter is:
{
"city": "深圳市",
"latitude_stop": 32.766,
"latitude_start": 32.56,
"longitude_stop": 123.9,
"longitude_start": 123.8
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.357999801636
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2354, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"ll": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_028_Backend_商家管理--城市--业务开通城市--正常 |
pass
pt1.28:
测试用例开始时间: 2017-06-17 16:31:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.912999868393
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:31:49",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/available-cities/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.716000080109
接口请求返回值:
{
"msg": "成功",
"data": [
"深圳市",
"南昌市",
"宿州市",
"北京市",
"江门市"
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"ge": 1,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_029_Backend_商家管理--终端商家会员管理--商家列表(附会员数据概览)--正常 |
pass
pt1.29:
测试用例开始时间: 2017-06-17 16:31:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:31:53", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b0f9072a-1310-4408-99b5-db548d0d50b4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b0f9072a-1310-4408-99b5-db548d0d50b4'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/members/
The request method is :get
The request parameter is:
{
"store_id": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.99799990654
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"sex_display": "男",
"name": "帅过你条仔",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b72761c6eb8f4f21810fa49074f79bde.png",
"growth_value": 0,
"new_user": false,
"age": 0,
"telephone": "13333333333",
"sex": 0,
"weixin": null,
"birthday": null,
"remarks": null,
"address": null,
"store_name": "HelloWorld",
"idcard_no": null,
"balance": "0.00",
"member_store": null,
"id": 892,
"store": 10,
"points": 0
},
{
"sex_display": "男",
"name": "18758488517",
"img": "http://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKsHXJofxYo76oGxMiadV7f8X4JleyGJAwicw4E43uOyRbzYHnKnDSdOMEKlViag6UkicjYpsu7RkgmBA/0",
"growth_value": 0,
"new_user": false,
"age": 0,
"telephone": "18758488517",
"sex": 0,
"weixin": null,
"birthday": null,
"remarks": null,
"address": null,
"store_name": "HelloWorld",
"idcard_no": null,
"balance": "0.00",
"member_store": null,
"id": 560,
"store": 10,
"points": 0
},
{
"sex_display": "男",
"name": "大掌",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/e6049ff756b144909ed52f14c226805c.png",
"growth_value": 0,
"new_user": false,
"age": 0,
"telephone": "13537502800",
"sex": 0,
"weixin": null,
"birthday": null,
"remarks": null,
"address": null,
"store_name": "HelloWorld",
"idcard_no": null,
"balance": "0.00",
"member_store": null,
"id": 539,
"store": 10,
"points": 0
},
{
"sex_display": "男",
"name": "13514725836",
"img": null,
"growth_value": 0,
"new_user": false,
"age": null,
"telephone": "13514725836",
"sex": 0,
"weixin": null,
"birthday": null,
"remarks": null,
"address": null,
"store_name": "HelloWorld",
"idcard_no": null,
"balance": "196720.04",
"member_store": null,
"id": 535,
"store": 10,
"points": 0
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b0f9072a-1310-4408-99b5-db548d0d50b4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_030_Backend_商家管理--软件升级策略-- 删除软件升级策略--异常 ID不存在 |
pass
pt1.30:
测试用例开始时间: 2017-06-17 16:31:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:31:54", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/11111111/
The request method is :delete
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.3900001049
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_031_Backend_商家管理--软件升级策略-- 删除软件升级策略--正常 |
pass
pt1.31:
测试用例开始时间: 2017-06-17 16:32:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:01", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.780999898911
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东",
"city": "深圳",
"software_name": "POS APP",
"district": "宝安区",
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 325,
"version_no": "1.0.0",
"area_display": "广东深圳宝安区",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 325}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/325/
The request method is :delete
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.73300004005
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 325}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_032_Backend_商家管理--软件升级策略--可选区列表--正常 |
pass
pt1.32:
测试用例开始时间: 2017-06-17 16:32:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/available-district/
The request method is :get
The request parameter is:
{
"province": "广东省",
"city": "深圳市"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.18400001526
接口请求返回值:
{
"msg": "成功",
"data": [
"宝安区",
"南山区",
"龙岗区"
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_033_Backend_商家管理--软件升级策略--可选市列表--正常 |
pass
pt1.33:
测试用例开始时间: 2017-06-17 16:32:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/available-city/
The request method is :get
The request parameter is:
{
"province": "广东省"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.8820002079
接口请求返回值:
{
"msg": "成功",
"data": [
"深圳市",
"江门市"
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_034_Backend_商家管理--软件升级策略--可选省列表--正常 |
pass
pt1.34:
测试用例开始时间: 2017-06-17 16:32:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/available-province/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.75999999046
接口请求返回值:
{
"msg": "成功",
"data": [
"广东省",
"江西省",
"安徽省",
"北京市"
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_035_Backend_商家管理--软件升级策略--可选软件列表--正常 |
pass
pt1.35:
测试用例开始时间: 2017-06-17 16:32:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/available-software/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.80100011826
接口请求返回值:
{
"msg": "成功",
"data": [
{
"software_name": "POS APP",
"software": "POS_APP"
},
{
"software_name": "BOSS APP ios版",
"software": "BOSS_APP_IOS"
},
{
"software_name": "BOSS APP 安卓版",
"software": "BOSS_APP_ANDROID"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"software_name": {
"type": "str"
},
"software": {
"type": "str"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: software_name的返回值通过
检查key: software的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_036_Backend_商家管理--软件升级策略--新增软件升级策略--异常 software超出定义范围 |
pass
pt1.36:
测试用例开始时间: 2017-06-17 16:32:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "v1.0.0",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP_test"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.630000114441
接口请求返回值:
{
"software": [
"\"POS_APP_test\" is not a valid choice."
]
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"software": {
"EQ": [
"\"POS_APP_test\" is not a valid choice."
]
}
}
检查key: software的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_037_Backend_商家管理--软件升级策略--新增软件升级策略--异常 version_no格式不对 |
pass
pt1.37:
测试用例开始时间: 2017-06-17 16:32:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:20", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "v1.0.0",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.84500002861
接口请求返回值:
{
"msg": "版本号格式错误",
"data": {},
"statusCode": 101
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"eq": "版本号格式错误"
},
"statusCode": {
"EQ": 101
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_038_Backend_商家管理--软件升级策略--新增软件升级策略--正常 city district province为null |
pass
pt1.38:
测试用例开始时间: 2017-06-17 16:32:22
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": null,
"city": null,
"district": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.884000062943
接口请求返回值:
{
"msg": "成功",
"data": {
"province": null,
"city": null,
"software_name": "BOSS APP ios版",
"district": null,
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 326,
"version_no": "1.0.0",
"area_display": "",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 326}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_039_Backend_商家管理--软件升级策略--新增软件升级策略--正常 city district 为null province带值 |
pass
pt1.39:
测试用例开始时间: 2017-06-17 16:32:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": null,
"district": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.77200007439
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东",
"city": null,
"software_name": "BOSS APP ios版",
"district": null,
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 327,
"version_no": "1.0.0",
"area_display": "广东",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 327}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_040_Backend_商家管理--软件升级策略--新增软件升级策略--正常 district city province带值 |
pass
pt1.40:
测试用例开始时间: 2017-06-17 16:32:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.10199999809
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东",
"city": "深圳",
"software_name": "BOSS APP ios版",
"district": null,
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 328,
"version_no": "1.0.0",
"area_display": "广东深圳",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 328}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_041_Backend_商家管理--软件升级策略--新增软件升级策略--正常 district 为null city province带值 |
pass
pt1.41:
测试用例开始时间: 2017-06-17 16:32:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.81200003624
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东",
"city": "深圳",
"software_name": "BOSS APP ios版",
"district": "宝安区",
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 329,
"version_no": "1.0.0",
"area_display": "广东深圳宝安区",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 329}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_042_Backend_商家管理--软件升级策略--新增软件升级策略--正常 POS APP |
pass
pt1.42:
测试用例开始时间: 2017-06-17 16:32:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:33", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.584000110626
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东",
"city": "深圳",
"software_name": "POS APP",
"district": "宝安区",
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 330,
"version_no": "1.0.0",
"area_display": "广东深圳宝安区",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 330}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_043_Backend_商家管理--软件升级策略--软件升级策略列表--异常 software不在列表 |
pass
pt1.43:
测试用例开始时间: 2017-06-17 16:32:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :get
The request parameter is:
{
"ordering": "start_time",
"limit": 10,
"page": 1,
"software": "BOSS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.99399995804
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"data.data": {
"ll": 0
}
}
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_044_Backend_商家管理--软件升级策略--软件升级策略列表--正常 |
pass
pt1.44:
测试用例开始时间: 2017-06-17 16:32:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": null,
"city": null,
"district": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.789000034332
接口请求返回值:
{
"msg": "成功",
"data": {
"province": null,
"city": null,
"software_name": "BOSS APP ios版",
"district": null,
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 331,
"version_no": "1.0.0",
"area_display": "",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 331}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :get
The request parameter is:
{
"ordering": "start_time",
"limit": 10,
"page": 1,
"software": "BOSS_APP_IOS"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.73900008202
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 2,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 2,
"data": [
{
"province": null,
"city": null,
"software_name": "BOSS APP ios版",
"district": null,
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 331,
"version_no": "1.0.0",
"area_display": "",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
},
{
"province": "广东省",
"city": "江门市",
"software_name": "BOSS APP ios版",
"district": null,
"hotfix_url": null,
"url": null,
"start_time": "2017-06-14 14:42:00",
"id": 252,
"version_no": "1.21.2",
"area_display": "广东省江门市",
"version_description": "阿萨德",
"enforce": true,
"software": "BOSS_APP_IOS"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 331}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data.0.id": {
"eq": 331
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data.0.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_045_Backend_商家管理--软件升级策略--软件升级策略列表--正常 对应software无数据 |
pass
pt1.45:
测试用例开始时间: 2017-06-17 16:32:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:40", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": null,
"city": null,
"district": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.06699991226
接口请求返回值:
{
"msg": "成功",
"data": {
"province": null,
"city": null,
"software_name": "BOSS APP ios版",
"district": null,
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 332,
"version_no": "1.0.0",
"area_display": "",
"version_description": "This is the new version of BOSS",
"enforce": true,
"software": "BOSS_APP_IOS"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 332}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :get
The request parameter is:
{
"ordering": "start_time",
"limit": 10,
"page": 1,
"software": "BOSS_APP_ANDROID"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.664000034332
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 332}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ge": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :get
The request parameter is:
{
"ordering": "start_time",
"limit": 10,
"page": 1,
"software": "POS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.793999910355
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 1,
"data": [
{
"province": null,
"city": null,
"software_name": "POS APP",
"district": null,
"hotfix_url": null,
"url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2fapp-release1.1.2-signed-test.apk",
"start_time": "2017-06-07 15:09:00",
"id": 134,
"version_no": "1.1.2",
"area_display": "",
"version_description": "test",
"enforce": true,
"software": "POS_APP"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 332}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_046_Backend_商家管理--软件升级策略--软件升级策略详情--异常 ID不存在 |
pass
pt1.46:
测试用例开始时间: 2017-06-17 16:32:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/1000000/
The request method is :get
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.717000007629
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_047_Backend_商家管理--软件升级策略--软件升级策略详情--正常 |
pass
pt1.47:
测试用例开始时间: 2017-06-17 16:32:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:32:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/
The request method is :POST
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.882999897
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东",
"city": "深圳",
"software_name": "POS APP",
"district": "宝安区",
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 333,
"version_no": "1.0.0",
"area_display": "广东深圳宝安区",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 333}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/software-update-strategies/333/
The request method is :get
The request parameter is:
{
"province": "广东",
"city": "深圳",
"district": "宝安区",
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"version_no": "1.0.0",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.914999961853
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东",
"city": "深圳",
"software_name": "POS APP",
"district": "宝安区",
"hotfix_url": null,
"url": "http://www.baidu.com/",
"start_time": "2017-03-22 15:00:00",
"id": 333,
"version_no": "1.0.0",
"area_display": "广东深圳宝安区",
"version_description": "This is the new version of POS",
"enforce": true,
"software": "POS_APP"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'updateId': 333}
期望检测的返回值:
{
"province": {
"EQ": "广东"
},
"city": {
"EQ": "深圳"
},
"district": {
"EQ": "宝安区"
},
"url": {
"EQ": "http://www.baidu.com/"
},
"start_time": {
"EQ": "2017-03-22 15:00:00"
},
"version_no": {
"EQ": "1.0.0"
},
"msg": {
"EQ": "成功"
},
"software": {
"EQ": "POS_APP"
},
"version_description": {
"EQ": "This is the new version of POS"
},
"enforce": {
"EQ": true
},
"statusCode": {
"EQ": 0
}
}
检查key: province的返回值通过
检查key: city的返回值通过
检查key: district的返回值通过
检查key: url的返回值通过
检查key: start_time的返回值通过
检查key: version_no的返回值通过
检查key: msg的返回值通过
检查key: software的返回值通过
检查key: version_description的返回值通过
检查key: enforce的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_048_Backend_营销管理--广告管理--新建广告主--正常 |
pass
pt1.48:
测试用例开始时间: 2017-06-17 16:32:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.31299996376
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:32:51",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.54400014877
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:32:57",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:32:57",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 556
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 556, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_049_Backend_营销管理--营销管理--修改广告--异常 ID不存在 |
pass
pt1.49:
测试用例开始时间: 2017-06-17 16:32:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.220999956131
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:32:55",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.18300008774
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:32:59",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:32:59",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 557
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 557, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/111111/
The request method is :put
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2017-07-30",
"title": "修改测试广告",
"advertiser_id": 557,
"banner_type": 1,
"position": 1,
"ad_weeks": [
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2017-03-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.51399993896
接口请求返回值:
{
"msg": "No Ad matches the given query.",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 557, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_050_Backend_营销管理--营销管理--修改广告--正常 |
pass
pt1.50:
测试用例开始时间: 2017-06-17 16:32:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.246999979019
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:32:57",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.44800019264
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:03",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:03",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 558
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 558, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2017-08-30",
"title": "新增广告",
"advertiser_id": 558,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2017-07-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.38400006294
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 16:33:03",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:03",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 558
},
"update_time": "2017-06-17 16:33:04",
"end_date": "2017-08-30",
"title": "新增广告",
"ad_type": 1,
"id": 301,
"advertiser_id": 558,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:04",
"start_date": "2017-07-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 802,
"ad": 301
},
{
"week": 2,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 803,
"ad": 301
},
{
"week": 3,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 804,
"ad": 301
},
{
"week": 4,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 805,
"ad": 301
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 558, u'adsId': 301, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/301/
The request method is :put
The request parameter is:
{
"advertiser_id": 558,
"redirect": "www.baidu.com",
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"title": "修改测试广告"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.03200006485
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 16:33:03",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:03",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 558
},
"update_time": "2017-06-17 16:33:05",
"end_date": "2017-08-30",
"title": "修改测试广告",
"ad_type": 1,
"id": 301,
"advertiser_id": 558,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:04",
"start_date": "2017-07-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 802,
"ad": 301
},
{
"week": 2,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 803,
"ad": 301
},
{
"week": 3,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 804,
"ad": 301
},
{
"week": 4,
"update_time": "2017-06-17 16:33:04",
"create_time": "2017-06-17 16:33:04",
"id": 805,
"ad": 301
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 558, u'adsId': 301, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_051_Backend_营销管理--营销管理--修改广告主--异常 广告主ID不存在 |
pass
pt1.51:
测试用例开始时间: 2017-06-17 16:33:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.355999946594
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:01",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.24800014496
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:08",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:08",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 559
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 559, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/10000/
The request method is :put
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人222",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.01400017738
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 559, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_052_Backend_营销管理--营销管理--修改广告主--正常 |
pass
pt1.52:
测试用例开始时间: 2017-06-17 16:33:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.30099987984
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:07",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.634999990463
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:12",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:12",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 560
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 560, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/560/
The request method is :put
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人222",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.923000097275
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:13",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:12",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人222",
"id": 560
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 560, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人222"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_053_Backend_营销管理--营销管理--删除广告--异常 ID不存在 |
pass
pt1.53:
测试用例开始时间: 2017-06-17 16:33:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.08399987221
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:11",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.654000043869
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:15",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:15",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 561
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 561, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/11111111/
The request method is :delete
The request parameter is:
{
"advertiser_id": 561,
"date": 2,
"all": true
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.829999923706
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 561, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_054_Backend_营销管理--营销管理--删除广告--正常 |
pass
pt1.54:
测试用例开始时间: 2017-06-17 16:33:15
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.930000066757
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:15",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.779000043869
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:19",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:19",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 562
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 562, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-09-30",
"title": "新增广告",
"advertiser_id": 562,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-07-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.65700006485
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 16:33:19",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:19",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 562
},
"update_time": "2017-06-17 16:33:19",
"end_date": "2018-09-30",
"title": "新增广告",
"ad_type": 1,
"id": 302,
"advertiser_id": 562,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:19",
"start_date": "2018-07-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 16:33:19",
"create_time": "2017-06-17 16:33:19",
"id": 806,
"ad": 302
},
{
"week": 2,
"update_time": "2017-06-17 16:33:19",
"create_time": "2017-06-17 16:33:19",
"id": 807,
"ad": 302
},
{
"week": 3,
"update_time": "2017-06-17 16:33:19",
"create_time": "2017-06-17 16:33:19",
"id": 808,
"ad": 302
},
{
"week": 4,
"update_time": "2017-06-17 16:33:19",
"create_time": "2017-06-17 16:33:19",
"id": 809,
"ad": 302
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 562, u'adsId': 302, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/302/
The request method is :delete
The request parameter is:
{
"date": "2018-07-03",
"all": true
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.94499993324
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 562, u'adsId': 302, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_055_Backend_营销管理--营销管理--删除广告--正常 ALL为0 |
pass
pt1.55:
测试用例开始时间: 2017-06-17 16:33:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.555999994278
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:18",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.68799996376
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:25",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:25",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 563
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 563, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-09-30",
"title": "新增广告",
"advertiser_id": 563,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-07-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.01499986649
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 16:33:25",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:25",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 563
},
"update_time": "2017-06-17 16:33:26",
"end_date": "2018-09-30",
"title": "新增广告",
"ad_type": 1,
"id": 303,
"advertiser_id": 563,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:26",
"start_date": "2018-07-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 16:33:26",
"create_time": "2017-06-17 16:33:26",
"id": 810,
"ad": 303
},
{
"week": 2,
"update_time": "2017-06-17 16:33:26",
"create_time": "2017-06-17 16:33:26",
"id": 811,
"ad": 303
},
{
"week": 3,
"update_time": "2017-06-17 16:33:26",
"create_time": "2017-06-17 16:33:26",
"id": 812,
"ad": 303
},
{
"week": 4,
"update_time": "2017-06-17 16:33:26",
"create_time": "2017-06-17 16:33:26",
"id": 813,
"ad": 303
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 563, u'adsId': 303, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/303/
The request method is :delete
The request parameter is:
{
"date": "2018-07-03",
"all": true
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.28999996185
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 563, u'adsId': 303, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_056_Backend_营销管理--营销管理--删除广告--正常 ALL为1 |
pass
pt1.56:
测试用例开始时间: 2017-06-17 16:33:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.84500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:23",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.33900022507
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:31",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:31",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 564
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 564, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-09-30",
"title": "新增广告",
"advertiser_id": 564,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-07-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.45799994469
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 16:33:31",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:31",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 564
},
"update_time": "2017-06-17 16:33:33",
"end_date": "2018-09-30",
"title": "新增广告",
"ad_type": 1,
"id": 304,
"advertiser_id": 564,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:33",
"start_date": "2018-07-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 16:33:33",
"create_time": "2017-06-17 16:33:33",
"id": 814,
"ad": 304
},
{
"week": 2,
"update_time": "2017-06-17 16:33:33",
"create_time": "2017-06-17 16:33:33",
"id": 815,
"ad": 304
},
{
"week": 3,
"update_time": "2017-06-17 16:33:33",
"create_time": "2017-06-17 16:33:33",
"id": 816,
"ad": 304
},
{
"week": 4,
"update_time": "2017-06-17 16:33:33",
"create_time": "2017-06-17 16:33:33",
"id": 817,
"ad": 304
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 564, u'adsId': 304, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/304/
The request method is :delete
The request parameter is:
{
"date": "2018-07-03",
"all": false
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.90700006485
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 564, u'adsId': 304, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_057_Backend_营销管理--营销管理--删除广告主--正常 |
pass
pt1.57:
测试用例开始时间: 2017-06-17 16:33:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.359999895096
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:30",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.31299996376
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:37",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:37",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 565
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 565, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/565/
The request method is :delete
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.984999895096
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 565, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_058_Backend_营销管理--营销管理--删除默认广告--正常 |
pass
pt1.58:
测试用例开始时间: 2017-06-17 16:33:36
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.51800012589
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:36",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/default/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"position": 1,
"banner_type": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"title": "默认广告"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.04399991035
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:33:41",
"end_date": null,
"title": "默认广告",
"ad_type": 0,
"id": 305,
"advertiser_id": 1,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:41",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'adsId': 305, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/305/del-default/
The request method is :delete
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.09799981117
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'adsId': 305, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_059_Backend_营销管理--营销管理--新增广告--异常 startDate大于endDate |
pass
pt1.59:
测试用例开始时间: 2017-06-17 16:33:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.02999997139
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:40",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.04999995232
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:45",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:45",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 566
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 566, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-07-30",
"title": "新增广告",
"advertiser_id": 566,
"banner_type": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-08-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.81399989128
接口请求返回值:
{
"msg": "",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 566, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_060_Backend_营销管理--营销管理--新增广告--异常 同一时间段 |
pass
pt1.60:
测试用例开始时间: 2017-06-17 16:33:45
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.200999975204
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:44",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.23000001907
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:49",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:49",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 567
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 567, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-06-30",
"title": "新增广告",
"advertiser_id": 567,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-03-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.44600009918
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 16:33:49",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:49",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 567
},
"update_time": "2017-06-17 16:33:51",
"end_date": "2018-06-30",
"title": "新增广告",
"ad_type": 1,
"id": 306,
"advertiser_id": 567,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:51",
"start_date": "2018-03-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 16:33:51",
"create_time": "2017-06-17 16:33:51",
"id": 818,
"ad": 306
},
{
"week": 2,
"update_time": "2017-06-17 16:33:51",
"create_time": "2017-06-17 16:33:51",
"id": 819,
"ad": 306
},
{
"week": 3,
"update_time": "2017-06-17 16:33:51",
"create_time": "2017-06-17 16:33:51",
"id": 820,
"ad": 306
},
{
"week": 4,
"update_time": "2017-06-17 16:33:51",
"create_time": "2017-06-17 16:33:51",
"id": 821,
"ad": 306
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 567, u'adsId': 306, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-06-30",
"title": "新增广告",
"advertiser_id": 567,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-03-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.756999969482
接口请求返回值:
{
"msg": "2018-03-05,2018-03-06,2018-03-07,2018-03-08,2018-03-12,2018-03-13,2018-03-14,2018-03-15,2018-03-19,2018-03-20,2018-03-21,2018-03-22,2018-03-26,2018-03-27,2018-03-28,2018-03-29,2018-04-02,2018-04-03,2018-04-04,2018-04-05,2018-04-09,2018-04-10,2018-04-11,2018-04-12,2018-04-16,2018-04-17,2018-04-18,2018-04-19,2018-04-23,2018-04-24,2018-04-25,2018-04-26,2018-04-30,2018-05-01,2018-05-02,2018-05-03,2018-05-07,2018-05-08,2018-05-09,2018-05-10,2018-05-14,2018-05-15,2018-05-16,2018-05-17,2018-05-21,2018-05-22,2018-05-23,2018-05-24,2018-05-28,2018-05-29,2018-05-30,2018-05-31,2018-06-04,2018-06-05,2018-06-06,2018-06-07,2018-06-11,2018-06-12,2018-06-13,2018-06-14,2018-06-18,2018-06-19,2018-06-20,2018-06-21,2018-06-25,2018-06-26,2018-06-27,2018-06-28的广告时段已经被占用,请重新选择!",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 567, u'adsId': 306, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_061_Backend_营销管理--营销管理--新增广告--正常 |
pass
pt1.61:
测试用例开始时间: 2017-06-17 16:33:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.271000146866
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:48",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.814999818802
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:33:54",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:54",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 568
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 568, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-07-30",
"title": "新增广告",
"advertiser_id": 568,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-03-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.80700016022
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 16:33:54",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:33:54",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 568
},
"update_time": "2017-06-17 16:33:56",
"end_date": "2018-07-30",
"title": "新增广告",
"ad_type": 1,
"id": 307,
"advertiser_id": 568,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:33:56",
"start_date": "2018-03-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 16:33:56",
"create_time": "2017-06-17 16:33:56",
"id": 822,
"ad": 307
},
{
"week": 2,
"update_time": "2017-06-17 16:33:56",
"create_time": "2017-06-17 16:33:56",
"id": 823,
"ad": 307
},
{
"week": 3,
"update_time": "2017-06-17 16:33:56",
"create_time": "2017-06-17 16:33:56",
"id": 824,
"ad": 307
},
{
"week": 4,
"update_time": "2017-06-17 16:33:56",
"create_time": "2017-06-17 16:33:56",
"id": 825,
"ad": 307
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 568, u'adsId': 307, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_062_Backend_营销管理--营销管理--新建广告主--异常 广告主 contact_name不带 |
pass
pt1.62:
测试用例开始时间: 2017-06-17 16:33:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.913000106812
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:53",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"name": "guanggaozhu",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.674999952316
接口请求返回值:
{
"contact_name": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"contact_name": {
"eq": [
"This field is required."
]
}
}
检查key: contact_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_063_Backend_营销管理--营销管理--新建广告主--异常 广告主 contact_tel不带 |
pass
pt1.63:
测试用例开始时间: 2017-06-17 16:33:57
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.94000005722
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:33:58",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_name": "联系人",
"name": "guanggaozhu",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.675999879837
接口请求返回值:
{
"msg": "广告主名称与联系人电话必传",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"eq": "广告主名称与联系人电话必传"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_064_Backend_营销管理--营销管理--新建广告主--异常 广告主 name不带 |
pass
pt1.64:
测试用例开始时间: 2017-06-17 16:33:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.77899980545
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:00",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.69000005722
接口请求返回值:
{
"msg": "广告主名称与联系人电话必传",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"eq": "广告主名称与联系人电话必传"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_065_Backend_营销管理--营销管理--新建广告主--异常 广告主 电话号码冲突不带 |
pass
pt1.65:
测试用例开始时间: 2017-06-17 16:34:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.667000055313
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:03",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.09500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:06",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:06",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 569
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 569, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "guanggaozhu",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.811999797821
接口请求返回值:
{
"msg": "广告主联系人电话与其他广告主联系人电话冲突",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 569, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"eq": "广告主联系人电话与其他广告主联系人电话冲突"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_066_Backend_营销管理--营销管理--新建广告主--异常 广告主不带token |
pass
pt1.66:
测试用例开始时间: 2017-06-17 16:34:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{}
****************************************************************************************************
接口请求响应时延为:
0.615999937057
接口请求返回值:
"No Token"
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"eq": "No Token"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_067_Backend_营销管理--营销管理--获取广告主列表--正常 |
pass
pt1.67:
测试用例开始时间: 2017-06-17 16:34:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.875
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:05",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.31200003624
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:11",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:11",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 570
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 570, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :get
The request parameter is:
{
"search": "广告主",
"page_size": 5
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.802999973297
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 1,
"data": [
{
"status": true,
"update_time": "2017-06-17 16:34:11",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:11",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 570
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 570, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"type": "str"
},
"contact_tel": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"type": "str"
},
"statusCode": {
"EQ": 0
},
"id": {
"eq": 570
},
"data.data": {
"ge": 1,
"type": "list"
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_068_Backend_营销管理--营销管理--获取广告主列表--正常 page_size为1 |
pass
pt1.68:
测试用例开始时间: 2017-06-17 16:34:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.850999832153
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:10",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.717000007629
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:14",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:14",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 571
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 571, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765888",
"contact_name": "联系人1",
"name": "广告主名称222",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.64800000191
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:15",
"name": "广告主名称222",
"contact_tel": "13798765888",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:15",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人1",
"id": 572
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 571, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'ad_holder_id2': 572}
期望检测的返回值:
{
"name": {
"eq": "广告主名称222"
},
"contact_tel": {
"eq": "13798765888"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人1"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :get
The request parameter is:
{
"search": "广告主",
"page_size": 1
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.697000026703
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 2,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 2,
"data": [
{
"status": true,
"update_time": "2017-06-17 16:34:14",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:14",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 571
},
{
"status": true,
"update_time": "2017-06-17 16:34:15",
"name": "广告主名称222",
"contact_tel": "13798765888",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:15",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人1",
"id": 572
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 571, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'ad_holder_id2': 572}
----------------------------------------------------------------------------------------------------
|
||||
test_069_Backend_营销管理--营销管理--获取广告主列表--正常 多个中其中一个对应 |
pass
pt1.69:
测试用例开始时间: 2017-06-17 16:34:15
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
1.75300002098
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:13",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.700000047684
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:19",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:19",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 573
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 573, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765888",
"contact_name": "联系人1",
"name": "Who am i",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.729000091553
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:20",
"name": "Who am i",
"contact_tel": "13798765888",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:20",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人1",
"id": 574
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 573, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'ad_holder_id2': 574}
期望检测的返回值:
{
"name": {
"eq": "Who am i"
},
"contact_tel": {
"eq": "13798765888"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人1"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :get
The request parameter is:
{
"search": "广告主",
"page_size": 5
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.882999897
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 1,
"data": [
{
"status": true,
"update_time": "2017-06-17 16:34:19",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:19",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 573
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 573, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'ad_holder_id2': 574}
----------------------------------------------------------------------------------------------------
|
||||
test_070_Backend_营销管理--营销管理--获取广告主列表--正常 多个对应 |
pass
pt1.70:
测试用例开始时间: 2017-06-17 16:34:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.503000020981
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:19",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.04200005531
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:26",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:26",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 575
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 575, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765888",
"contact_name": "联系人1",
"name": "广告主名称222",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.849999904633
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 16:34:26",
"name": "广告主名称222",
"contact_tel": "13798765888",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:26",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人1",
"id": 576
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 575, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'ad_holder_id2': 576}
期望检测的返回值:
{
"name": {
"eq": "广告主名称222"
},
"contact_tel": {
"eq": "13798765888"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人1"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :get
The request parameter is:
{
"search": "广告主",
"page_size": 5
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.0720000267
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 2,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 2,
"data": [
{
"status": true,
"update_time": "2017-06-17 16:34:26",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:26",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 575
},
{
"status": true,
"update_time": "2017-06-17 16:34:26",
"name": "广告主名称222",
"contact_tel": "13798765888",
"advertiser_type": 1,
"create_time": "2017-06-17 16:34:26",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人1",
"id": 576
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 575, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'ad_holder_id2': 576}
----------------------------------------------------------------------------------------------------
|
||||
test_071_Backend_营销管理--营销管理--获取默认广告--正常 |
pass
pt1.71:
测试用例开始时间: 2017-06-17 16:34:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.77799987793
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:24",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/default/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"position": 1,
"banner_type": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"title": "默认广告"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.840000152588
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:34:30",
"end_date": null,
"title": "默认广告",
"ad_type": 0,
"id": 308,
"advertiser_id": 1,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:34:30",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'adsId': 308, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/defaults/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.09000015259
接口请求返回值:
{
"msg": "成功",
"data": [
{
"positions": [
{
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:34:30",
"end_date": null,
"title": "默认广告",
"ad_type": 0,
"id": 308,
"advertiser_id": 1,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:34:30",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
{
"redirect": "url:",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 55,
"advertiser_id": 1,
"banner_type": 1,
"version": null,
"create_time": "2017-05-09 18:04:59",
"start_date": null,
"ad_weeks": [],
"position": 2,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/22f012397cf24749a49cdda429b9c526.png",
"display": true
},
{
"redirect": "",
"position": 3,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 4,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 5,
"img_url": "",
"title": ""
}
],
"banner_type": 1,
"banner_type_desc": "收银机客户屏幕闲时广告"
},
{
"positions": [
{
"redirect": "url://bug.hey900.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 15,
"advertiser_id": 1,
"banner_type": 2,
"version": null,
"create_time": "2017-04-27 14:54:40",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/3cd88ea34abd472c8573d9b4ab1ad9ee.png",
"display": true
}
],
"banner_type": 2,
"banner_type_desc": "收银机下单客户屏幕左部广告"
},
{
"positions": [
{
"redirect": "url://bug.hey900.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 16,
"advertiser_id": 1,
"banner_type": 3,
"version": null,
"create_time": "2017-04-27 14:57:04",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/df920026d1244dfe91f6c7c6a448347a.png",
"display": true
}
],
"banner_type": 3,
"banner_type_desc": "收银机APP启动页广告"
},
{
"positions": [
{
"redirect": "url:",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 49,
"advertiser_id": 1,
"banner_type": 4,
"version": null,
"create_time": "2017-05-09 17:49:30",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/b22c88ff608f4a028a24a34c5d5a0788.png",
"display": true
},
{
"redirect": "",
"position": 2,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 3,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 4,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 5,
"img_url": "",
"title": ""
}
],
"banner_type": 4,
"banner_type_desc": "商家版APP运营首页广告"
},
{
"positions": [
{
"redirect": "url:",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 35,
"advertiser_id": 1,
"banner_type": 5,
"version": null,
"create_time": "2017-05-03 15:45:58",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/059b73da668e477ab84b66cada7af1c2.png",
"display": true
},
{
"redirect": "",
"position": 2,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 3,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 4,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 5,
"img_url": "",
"title": ""
}
],
"banner_type": 5,
"banner_type_desc": "商家版APP进货首页广告"
},
{
"positions": [
{
"redirect": "url://bug.hey900.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 11,
"advertiser_id": 1,
"banner_type": 6,
"version": null,
"create_time": "2017-04-27 10:20:27",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/b4d92b9bd350420a86ebb3388e6b3d5d.png",
"display": true
}
],
"banner_type": 6,
"banner_type_desc": "商家版APP启动页广告"
},
{
"positions": [
{
"redirect": "url:",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 50,
"advertiser_id": 1,
"banner_type": 7,
"version": null,
"create_time": "2017-05-09 17:52:54",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/a64b7ff026934a6c8d8e6594b60a7b54.png",
"display": true
},
{
"redirect": "url:",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 53,
"advertiser_id": 1,
"banner_type": 7,
"version": null,
"create_time": "2017-05-09 18:03:30",
"start_date": null,
"ad_weeks": [],
"position": 2,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/17578cd717194083b2862a41dd663994.png",
"display": true
},
{
"redirect": "url:www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 216,
"advertiser_id": 1,
"banner_type": 7,
"version": null,
"create_time": "2017-06-14 15:56:31",
"start_date": null,
"ad_weeks": [],
"position": 3,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/35076c9c9a0a4254bbe3ecd2d8dac1eb.png",
"display": true
},
{
"redirect": "",
"position": 4,
"img_url": "",
"title": ""
},
{
"redirect": "",
"position": 5,
"img_url": "",
"title": ""
}
],
"banner_type": 7,
"banner_type_desc": "消费者小程序聚合首页广告"
},
{
"positions": [
{
"redirect": "url:https://cdn-jlsq-img.thy360.com//appidposvsdf2f/771ed7a244f34007ac84301efe252e4a.png",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "谢谢惠顾",
"ad_type": 0,
"id": 19,
"advertiser_id": 1,
"banner_type": 8,
"version": null,
"create_time": "2017-04-27 14:59:07",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "",
"display": true
}
],
"banner_type": 8,
"banner_type_desc": "扫码枪扫描支付后微信通知广告"
},
{
"positions": [
{
"redirect": "url:https://cdn-jlsq-img.thy360.com//appidposvsdf2f/fc87f795f6b84f4d98661cc5f2dc1609.png",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:00:00",
"end_date": null,
"title": "",
"ad_type": 0,
"id": 51,
"advertiser_id": 1,
"banner_type": 9,
"version": null,
"create_time": "2017-05-09 17:55:37",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/fc87f795f6b84f4d98661cc5f2dc1609.png",
"display": true
}
],
"banner_type": 9,
"banner_type_desc": "客户手机扫描支付完成页面广告"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'adsId': 308, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"position": {
"type": "int"
},
"banner_type": {
"type": "int"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: position的返回值通过
检查key: banner_type的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_072_Backend_营销管理--营销管理--默认广告设置--正常 |
pass
pt1.72:
测试用例开始时间: 2017-06-17 16:34:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.665000200272
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 16:34:29",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/default/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"position": 1,
"banner_type": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"title": "默认广告"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.849999904633
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-15 17:43:05",
"name": "深圳市大掌柜商业智能有限公司",
"contact_tel": "15000000123",
"advertiser_type": 0,
"create_time": "2017-04-24 16:38:02",
"address": null,
"contact_name": "默认联系人",
"id": 1
},
"update_time": "2017-06-17 16:34:34",
"end_date": null,
"title": "默认广告",
"ad_type": 0,
"id": 309,
"advertiser_id": 1,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 16:34:34",
"start_date": null,
"ad_weeks": [],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'adsId': 309, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_073_BOSS_优惠券规则 NEW--修改优惠券规则--异常 优惠券规则不存在 |
pass
pt1.73:
测试用例开始时间: 2017-06-17 16:34:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:34:33", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2287b70a-d942-4df8-b24a-1f5e52cf09bc","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2287b70a-d942-4df8-b24a-1f5e52cf09bc'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule/11111111
The request method is :PUT
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": true,
"productScheme": 0,
"couponAmount": "200.00",
"usedAmount": "200",
"selectedSpecs": [
2
],
"memberUsed": true,
"id": 11111111,
"couponScheme": 1
}
接口请求头文件为:
{u'token': u'2287b70a-d942-4df8-b24a-1f5e52cf09bc', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.61500000954
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2287b70a-d942-4df8-b24a-1f5e52cf09bc'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_074_BOSS_优惠券规则 NEW--修改优惠券规则--正常 |
pass
pt1.74:
测试用例开始时间: 2017-06-17 16:34:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:34:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3210cb57-9eee-4ba8-bfb8-41e1fa69f759","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18920,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19114}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', 'specId1': 19114, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18920, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19114
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.46300005913
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', 'specId1': 19114, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18920, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :GET
null
接口请求头文件为:
{u'token': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.6890001297
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"couponAmount": "150.00",
"storeNo": 10,
"usedAmount": "100.00",
"id": 400,
"couponScheme": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', 'specId1': 19114, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'couId': 400, 'pid1': 18920, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"activityName": {
"EQ": "DefineRule"
},
"couponAmount": {
"EQ": "150.00"
},
"msg": {
"EQ": "成功"
},
"usedAmount": {
"EQ": "100.00"
},
"statusCode": {
"EQ": 0
},
"couponScheme": {
"EQ": 0
}
}
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: activityName的返回值通过
检查key: couponAmount的返回值通过
检查key: msg的返回值通过
检查key: usedAmount的返回值通过
检查key: statusCode的返回值通过
检查key: couponScheme的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule/400
The request method is :PUT
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": true,
"productScheme": 0,
"couponAmount": "200.00",
"usedAmount": "200",
"selectedSpecs": [
3
],
"memberUsed": true,
"id": 400,
"couponScheme": 1
}
接口请求头文件为:
{u'token': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.763000011444
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', 'specId1': 19114, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'couId': 400, 'pid1': 18920, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :GET
null
接口请求头文件为:
{u'token': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.59500002861
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-03-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"couponAmount": "200.00",
"storeNo": 10,
"usedAmount": "200.00",
"id": 400,
"couponScheme": 1
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3210cb57-9eee-4ba8-bfb8-41e1fa69f759', 'specId1': 19114, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'couId': 400, 'pid1': 18920, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"activityName": {
"EQ": "DefineRule"
},
"couponAmount": {
"EQ": "200.00"
},
"msg": {
"EQ": "成功"
},
"usedAmount": {
"EQ": "200.00"
},
"id": {
"eq": 400
},
"statusCode": {
"EQ": 0
}
}
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: activityName的返回值通过
检查key: couponAmount的返回值通过
检查key: msg的返回值通过
检查key: usedAmount的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_075_BOSS_优惠券规则 NEW--新增优惠券规则--异常 couponAmount不带 |
pass
pt1.75:
测试用例开始时间: 2017-06-17 16:34:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:34:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dac9c57d-499b-4fe3-9f6b-9ac1405663ba","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dac9c57d-499b-4fe3-9f6b-9ac1405663ba'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"memberUsed": false,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"usedAmount": "100",
"selectedSpecs": [
2
],
"fetchRule": 0,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'dac9c57d-499b-4fe3-9f6b-9ac1405663ba', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.53299999237
接口请求返回值:
{
"msg": "优惠券额度不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dac9c57d-499b-4fe3-9f6b-9ac1405663ba'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_076_BOSS_优惠券规则 NEW--新增优惠券规则--异常 productScheme为0不带商品规格 |
pass
pt1.76:
测试用例开始时间: 2017-06-17 16:34:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:34:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"98ef9be6-f5d4-4e56-9f15-0ec94e4d1ebb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'98ef9be6-f5d4-4e56-9f15-0ec94e4d1ebb'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'98ef9be6-f5d4-4e56-9f15-0ec94e4d1ebb', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.680999994278
接口请求返回值:
{
"msg": "商品不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'98ef9be6-f5d4-4e56-9f15-0ec94e4d1ebb'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_077_BOSS_优惠券规则 NEW--新增优惠券规则--异常 productScheme为0选不存在商品规格 |
pass
pt1.77:
测试用例开始时间: 2017-06-17 16:35:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:34:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a2d22c6e-afaa-4c2f-aeee-fa3b4962c913","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a2d22c6e-afaa-4c2f-aeee-fa3b4962c913'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
1000000
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'a2d22c6e-afaa-4c2f-aeee-fa3b4962c913', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.56200003624
接口请求返回值:
{
"msg": "商品不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a2d22c6e-afaa-4c2f-aeee-fa3b4962c913'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_078_BOSS_优惠券规则 NEW--新增优惠券规则--异常 productScheme为1不带商品分类 |
pass
pt1.78:
测试用例开始时间: 2017-06-17 16:35:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"38868051-eb82-464e-87b5-a230f2293e60","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'38868051-eb82-464e-87b5-a230f2293e60'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 1,
"couponAmount": "150.00",
"usedAmount": "100",
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'38868051-eb82-464e-87b5-a230f2293e60', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.78099989891
接口请求返回值:
{
"msg": "商品分类不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'38868051-eb82-464e-87b5-a230f2293e60'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_079_BOSS_优惠券规则 NEW--新增优惠券规则--异常 productScheme选商品时传入分类 |
pass
pt1.79:
测试用例开始时间: 2017-06-17 16:35:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"44de34e6-7cd6-4732-941f-5520c153ad78","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'44de34e6-7cd6-4732-941f-5520c153ad78'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 1,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
2
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'44de34e6-7cd6-4732-941f-5520c153ad78', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.944999933243
接口请求返回值:
{
"msg": "商品分类不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'44de34e6-7cd6-4732-941f-5520c153ad78'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_080_BOSS_优惠券规则 NEW--新增优惠券规则--异常 productScheme选商品时传入商品分类 |
pass
pt1.80:
测试用例开始时间: 2017-06-17 16:35:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8023cc90-48ec-4408-82af-191c378cd4dd","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8023cc90-48ec-4408-82af-191c378cd4dd'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"selectedCategory": [
510
],
"couponAmount": "150.00",
"usedAmount": "100",
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'8023cc90-48ec-4408-82af-191c378cd4dd', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.819999933243
接口请求返回值:
{
"msg": "商品不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8023cc90-48ec-4408-82af-191c378cd4dd'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_081_BOSS_优惠券规则 NEW--新增优惠券规则--异常 会员_网店_门店可用不同状态 |
pass
pt1.81:
测试用例开始时间: 2017-06-17 16:35:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:20", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3984fa67-f7ae-46bb-b3c9-a268e9635059","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3984fa67-f7ae-46bb-b3c9-a268e9635059'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18921,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19115}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', 'specId1': 19115, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18921, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-03-01",
"fetchRule": 0,
"endDate": "2017-07-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19115
],
"memberUsed": true,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.388000011444
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', 'specId1': 19115, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18921, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-03-01",
"fetchRule": 0,
"endDate": "2017-07-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": true,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19115
],
"memberUsed": true,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.70900011063
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', 'specId1': 19115, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18921, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-03-01",
"fetchRule": 0,
"endDate": "2017-07-01",
"storeUsed": false,
"activityName": "DefineRule",
"netstoreUsed": true,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19115
],
"memberUsed": true,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.701999902725
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', 'specId1': 19115, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18921, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-03-01",
"fetchRule": 0,
"endDate": "2017-07-01",
"storeUsed": false,
"activityName": "DefineRule",
"netstoreUsed": true,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19115
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.775000095367
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3984fa67-f7ae-46bb-b3c9-a268e9635059', 'specId1': 19115, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18921, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_082_BOSS_优惠券规则 NEW--新增优惠券规则--异常 开始时间大于结束时间 |
pass
pt1.82:
测试用例开始时间: 2017-06-17 16:35:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:25", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dda9109c-135b-44d0-8cbf-22aedb739386","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dda9109c-135b-44d0-8cbf-22aedb739386'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'dda9109c-135b-44d0-8cbf-22aedb739386', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18922,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19116}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'dda9109c-135b-44d0-8cbf-22aedb739386', 'specId1': 19116, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18922, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-07-01",
"fetchRule": 0,
"endDate": "2017-03-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19116
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'dda9109c-135b-44d0-8cbf-22aedb739386', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.774999856949
接口请求返回值:
{
"msg": "优惠券失效时间不能小于生效时间!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'dda9109c-135b-44d0-8cbf-22aedb739386', 'specId1': 19116, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18922, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_083_BOSS_优惠券规则 NEW--新增优惠券规则--正常 多商品规格 |
pass
pt1.83:
测试用例开始时间: 2017-06-17 16:35:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b6920c46-eb47-4a74-9e1c-5912d68db060","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b6920c46-eb47-4a74-9e1c-5912d68db060'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'b6920c46-eb47-4a74-9e1c-5912d68db060', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18923,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19117}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18923, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'b6920c46-eb47-4a74-9e1c-5912d68db060', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19117, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19117,
4
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'b6920c46-eb47-4a74-9e1c-5912d68db060', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.212000131607
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18923, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'b6920c46-eb47-4a74-9e1c-5912d68db060', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19117, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_084_BOSS_优惠券规则 NEW--新增优惠券规则--正常 选分类 |
pass
pt1.84:
测试用例开始时间: 2017-06-17 16:35:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e7fa6ae2-a5e0-4e1f-bd35-68dc922b91d4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e7fa6ae2-a5e0-4e1f-bd35-68dc922b91d4'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 1,
"selectedCategory": [
510
],
"couponAmount": "150.00",
"usedAmount": "100",
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'e7fa6ae2-a5e0-4e1f-bd35-68dc922b91d4', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.81200003624
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e7fa6ae2-a5e0-4e1f-bd35-68dc922b91d4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_085_BOSS_优惠券规则 NEW--新增优惠券规则--正常 选商品 |
pass
pt1.85:
测试用例开始时间: 2017-06-17 16:35:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:49", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dfedd67d-a8ee-4b87-8283-08ebd4193e15","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dfedd67d-a8ee-4b87-8283-08ebd4193e15'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'dfedd67d-a8ee-4b87-8283-08ebd4193e15', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18924,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19118}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'dfedd67d-a8ee-4b87-8283-08ebd4193e15', 'specId1': 19118, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18924, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19118
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'dfedd67d-a8ee-4b87-8283-08ebd4193e15', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.02699995041
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'dfedd67d-a8ee-4b87-8283-08ebd4193e15', 'specId1': 19118, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18924, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_086_BOSS_优惠券规则 NEW--新增优惠券规则--正常 选多个分类 |
pass
pt1.86:
测试用例开始时间: 2017-06-17 16:35:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:35:54", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"cb787c23-b853-497c-be1d-3dc637194e94","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'cb787c23-b853-497c-be1d-3dc637194e94'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 1,
"selectedCategory": [
510,
482
],
"couponAmount": "150.00",
"usedAmount": "100",
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'cb787c23-b853-497c-be1d-3dc637194e94', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.46700000763
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'cb787c23-b853-497c-be1d-3dc637194e94'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_087_BOSS_优惠券规则 NEW--新增优惠券规则--正常 配送费满减 |
pass
pt1.87:
测试用例开始时间: 2017-06-17 16:36:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c240b73e-525c-4809-9050-66574a7dacfb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c240b73e-525c-4809-9050-66574a7dacfb'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'c240b73e-525c-4809-9050-66574a7dacfb', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18925,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19119}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'c240b73e-525c-4809-9050-66574a7dacfb', 'specId1': 19119, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18925, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19119
],
"memberUsed": false,
"couponScheme": 1
}
接口请求头文件为:
{u'token': u'c240b73e-525c-4809-9050-66574a7dacfb', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.4509999752
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'c240b73e-525c-4809-9050-66574a7dacfb', 'specId1': 19119, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18925, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_088_BOSS_优惠券规则 NEW--新增优惠券规则--正常 重复添加相同优惠券 |
pass
pt1.88:
测试用例开始时间: 2017-06-17 16:36:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"24fede0f-b40f-404d-b67d-59284f1838c5","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'24fede0f-b40f-404d-b67d-59284f1838c5'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'24fede0f-b40f-404d-b67d-59284f1838c5', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18926,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19120}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'24fede0f-b40f-404d-b67d-59284f1838c5', 'specId1': 19120, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18926, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19120
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'24fede0f-b40f-404d-b67d-59284f1838c5', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.161000013351
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'24fede0f-b40f-404d-b67d-59284f1838c5', 'specId1': 19120, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18926, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19120
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'24fede0f-b40f-404d-b67d-59284f1838c5', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.789999961853
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'24fede0f-b40f-404d-b67d-59284f1838c5', 'specId1': 19120, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18926, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_089_BOSS_优惠券规则 NEW--查询优惠券规则列表--正常 |
pass
pt1.89:
测试用例开始时间: 2017-06-17 16:36:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"fa83591a-8955-4935-bb8a-7ce6cee6104e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'fa83591a-8955-4935-bb8a-7ce6cee6104e'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'fa83591a-8955-4935-bb8a-7ce6cee6104e', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18927,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19121}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'fa83591a-8955-4935-bb8a-7ce6cee6104e', 'specId1': 19121, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18927, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19121
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'fa83591a-8955-4935-bb8a-7ce6cee6104e', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.72699999809
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'fa83591a-8955-4935-bb8a-7ce6cee6104e', 'specId1': 19121, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18927, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :GET
null
接口请求头文件为:
{u'token': u'fa83591a-8955-4935-bb8a-7ce6cee6104e', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.536999940872
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"couponAmount": "150.00",
"storeNo": 10,
"usedAmount": "100.00",
"id": 412,
"couponScheme": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'fa83591a-8955-4935-bb8a-7ce6cee6104e', 'specId1': 19121, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18927, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"status": {
"eq": 3
},
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"productNum": {
"eq": 1
},
"activityName": {
"EQ": "DefineRule"
},
"couponAmount": {
"EQ": "150.00"
},
"storeNo": {
"type": "int"
},
"msg": {
"EQ": "成功"
},
"usedAmount": {
"EQ": "100.00"
},
"statusCode": {
"EQ": 0
},
"id": {
"type": "int"
},
"couponScheme": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: productNum的返回值通过
检查key: activityName的返回值通过
检查key: couponAmount的返回值通过
检查key: storeNo的返回值通过
检查key: msg的返回值通过
检查key: usedAmount的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: couponScheme的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_090_BOSS_优惠券规则 NEW--查询优惠券规则列表--正常 添加多个后在列表中显示 |
pass
pt1.90:
测试用例开始时间: 2017-06-17 16:36:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:24", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a2fd1d00-4293-4f51-be71-7598817fef63","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a2fd1d00-4293-4f51-be71-7598817fef63'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'a2fd1d00-4293-4f51-be71-7598817fef63', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18928,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19122}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a2fd1d00-4293-4f51-be71-7598817fef63', 'specId1': 19122, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18928, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19122
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'a2fd1d00-4293-4f51-be71-7598817fef63', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.336999893188
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a2fd1d00-4293-4f51-be71-7598817fef63', 'specId1': 19122, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18928, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule2",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19122
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'a2fd1d00-4293-4f51-be71-7598817fef63', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.929000139236
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a2fd1d00-4293-4f51-be71-7598817fef63', 'specId1': 19122, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18928, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :GET
null
接口请求头文件为:
{u'token': u'a2fd1d00-4293-4f51-be71-7598817fef63', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.59299993515
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule2",
"couponAmount": "150.00",
"storeNo": 10,
"usedAmount": "100.00",
"id": 414,
"couponScheme": 0
},
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"couponAmount": "150.00",
"storeNo": 10,
"usedAmount": "100.00",
"id": 413,
"couponScheme": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a2fd1d00-4293-4f51-be71-7598817fef63', 'specId1': 19122, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18928, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"activityName": {
"ALLIN": [
"DefineRule",
"DefineRule2"
]
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: activityName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_091_BOSS_会员促销--查询充值促销规则--正常 |
pass
pt1.91:
测试用例开始时间: 2017-06-17 16:36:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f4896107-6fbb-4935-9520-38364a322acb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f4896107-6fbb-4935-9520-38364a322acb'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "20.00",
"rechargeAmount": "100",
"activityName": "DefineRule222"
}
接口请求头文件为:
{u'token': u'f4896107-6fbb-4935-9520-38364a322acb', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.40700006485
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f4896107-6fbb-4935-9520-38364a322acb'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule
The request method is :GET
null
接口请求头文件为:
{u'token': u'f4896107-6fbb-4935-9520-38364a322acb', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.22300004959
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:36:45",
"activityName": "DefineRule222",
"rechargeAmount": "100.00",
"id": 990,
"version": 1,
"giftAmount": "20.00",
"storeNo": 10,
"createTime": "2017-06-17 16:36:45"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f4896107-6fbb-4935-9520-38364a322acb'}
期望检测的返回值:
{
"activityName": {
"EQ": "DefineRule222"
},
"rechargeAmount": {
"EQ": "100.00"
},
"giftAmount": {
"EQ": "20.00"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: activityName的返回值通过
检查key: rechargeAmount的返回值通过
检查key: giftAmount的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_092_BOSS_会员促销--添加充值促销规则--异常 rechargeAmount不带 |
pass
pt1.92:
测试用例开始时间: 2017-06-17 16:36:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0143d4a6-3ca5-44a6-9aef-3cf6935f402c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0143d4a6-3ca5-44a6-9aef-3cf6935f402c'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "20.00",
"activityName": "DefineRule222"
}
接口请求头文件为:
{u'token': u'0143d4a6-3ca5-44a6-9aef-3cf6935f402c', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.72300004959
接口请求返回值:
{
"msg": "充值金额不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0143d4a6-3ca5-44a6-9aef-3cf6935f402c'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_093_BOSS_会员促销--添加充值促销规则--正常 |
pass
pt1.93:
测试用例开始时间: 2017-06-17 16:36:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:49", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"bb372748-d1a3-4c0d-9cd8-2bae060e9f37","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bb372748-d1a3-4c0d-9cd8-2bae060e9f37'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "20.00",
"rechargeAmount": "100",
"activityName": "DefineRule222"
}
接口请求头文件为:
{u'token': u'bb372748-d1a3-4c0d-9cd8-2bae060e9f37', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.32699990273
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bb372748-d1a3-4c0d-9cd8-2bae060e9f37'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_094_BOSS_会员促销--编辑充值促销规则--异常 id不存在 |
pass
pt1.94:
测试用例开始时间: 2017-06-17 16:36:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:36:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e1d9d0d5-3383-46fe-9da0-90093cae1e8f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e1d9d0d5-3383-46fe-9da0-90093cae1e8f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/mod
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"activityName": "DefineRule222",
"rechargeAmount": 100,
"giftpoints": 100,
"giftAmount": "30.00",
"id": 535124
}
接口请求头文件为:
{u'token': u'e1d9d0d5-3383-46fe-9da0-90093cae1e8f', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.835999965668
接口请求返回值:
{
"msg": "失败",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e1d9d0d5-3383-46fe-9da0-90093cae1e8f'}
----------------------------------------------------------------------------------------------------
|
||||
test_095_BOSS_会员促销--编辑充值促销规则--正常 |
pass
pt1.95:
测试用例开始时间: 2017-06-17 16:37:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:01", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"71bb582f-f1a0-47ad-98ba-5de7e56c665a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'71bb582f-f1a0-47ad-98ba-5de7e56c665a'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "20.00",
"rechargeAmount": "100",
"activityName": "DefineRule222"
}
接口请求头文件为:
{u'token': u'71bb582f-f1a0-47ad-98ba-5de7e56c665a', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.628000020981
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'71bb582f-f1a0-47ad-98ba-5de7e56c665a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule
The request method is :GET
null
接口请求头文件为:
{u'token': u'71bb582f-f1a0-47ad-98ba-5de7e56c665a', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.67299985886
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:37:10",
"activityName": "DefineRule222",
"rechargeAmount": "100.00",
"id": 992,
"version": 1,
"giftAmount": "20.00",
"storeNo": 10,
"createTime": "2017-06-17 16:37:10"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'ruleId': 992, 'password': '123456', 'token_boss': u'71bb582f-f1a0-47ad-98ba-5de7e56c665a'}
期望检测的返回值:
{
"activityName": {
"EQ": "DefineRule222"
},
"rechargeAmount": {
"EQ": "100.00"
},
"giftAmount": {
"EQ": "20.00"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: activityName的返回值通过
检查key: rechargeAmount的返回值通过
检查key: giftAmount的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/mod
The request method is :POST
The request parameter is:
{
"giftAmount": "30.00",
"rechargeAmount": "100",
"activityName": "DefineRule222",
"id": 992
}
接口请求头文件为:
{u'token': u'71bb582f-f1a0-47ad-98ba-5de7e56c665a', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.822999954224
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'ruleId': 992, 'password': '123456', 'token_boss': u'71bb582f-f1a0-47ad-98ba-5de7e56c665a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_096_BOSS_会员等级--修改会员等级NEW--异常 等级ID不存在 |
pass
pt1.96:
测试用例开始时间: 2017-06-17 16:37:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.36500000954
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.43700003624
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:37:19",
"point": 0,
"sex": 0,
"member_id": 1692,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:19', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1692, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ec97f6a8-e1b4-4c4c-96fd-e60526536fa5","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:37:19', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1692, 'token_boss': u'ec97f6a8-e1b4-4c4c-96fd-e60526536fa5', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/membergrade
The request method is :GET
null
接口请求头文件为:
{u'token': u'ec97f6a8-e1b4-4c4c-96fd-e60526536fa5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.37599992752
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "普通会员",
"growthValue": 0,
"id": 116,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "100.0",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "铜卡会员",
"growthValue": 1000,
"id": 117,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "99.5",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "银卡会员",
"growthValue": 2500,
"id": 118,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "99.0",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": false,
"gradeName": "金卡会员",
"growthValue": 5000,
"id": 119,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "98.5",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": false,
"gradeName": "钻石会员",
"growthValue": 10000,
"id": 120,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "98.0",
"createTime": "2017-04-24 11:13:05"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:19', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1692, 'token_boss': u'ec97f6a8-e1b4-4c4c-96fd-e60526536fa5', 'password': '123456', u'id': 116, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"enable": {
"type": "bool"
},
"gradeName": {
"type": "str"
},
"growthValue": {
"type": "int"
},
"storeNo": {
"EQ": 10
},
"promotionType": {
"type": "int"
},
"discountRate": {
"type": "str"
},
"id": {
"type": "int"
}
}
检查key: enable的返回值通过
检查key: gradeName的返回值通过
检查key: growthValue的返回值通过
检查key: storeNo的返回值通过
检查key: promotionType的返回值通过
检查key: discountRate的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/membergrade/1000
The request method is :PUT
The request parameter is:
{
"enable": false,
"nextGradeId": 100,
"gradeName": "超级VIP",
"discountRate": 90.0,
"promotionType": 1,
"growthValue": 100000
}
接口请求头文件为:
{u'token': u'ec97f6a8-e1b4-4c4c-96fd-e60526536fa5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.672999858856
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:19', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1692, 'token_boss': u'ec97f6a8-e1b4-4c4c-96fd-e60526536fa5', 'password': '123456', u'id': 116, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_097_BOSS_会员等级--修改会员等级NEW--正常 不可修改 |
pass
pt1.97:
测试用例开始时间: 2017-06-17 16:37:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:15", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.496000051498
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.01999998093
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:37:29",
"point": 0,
"sex": 0,
"member_id": 1693,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:29', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1693, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"917a7e9c-e5b2-45df-95b7-52d94b73582a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:37:29', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1693, 'token_boss': u'917a7e9c-e5b2-45df-95b7-52d94b73582a', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/membergrade
The request method is :GET
null
接口请求头文件为:
{u'token': u'917a7e9c-e5b2-45df-95b7-52d94b73582a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.62900018692
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "普通会员",
"growthValue": 0,
"id": 116,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "100.0",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "铜卡会员",
"growthValue": 1000,
"id": 117,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "99.5",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "银卡会员",
"growthValue": 2500,
"id": 118,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "99.0",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": false,
"gradeName": "金卡会员",
"growthValue": 5000,
"id": 119,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "98.5",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": false,
"gradeName": "钻石会员",
"growthValue": 10000,
"id": 120,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "98.0",
"createTime": "2017-04-24 11:13:05"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:29', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1693, 'token_boss': u'917a7e9c-e5b2-45df-95b7-52d94b73582a', 'password': '123456', u'id': 116, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"enable": {
"type": "bool"
},
"gradeName": {
"type": "str"
},
"growthValue": {
"type": "int"
},
"storeNo": {
"EQ": 10
},
"promotionType": {
"type": "int"
},
"discountRate": {
"type": "str"
},
"id": {
"type": "int"
}
}
检查key: enable的返回值通过
检查key: gradeName的返回值通过
检查key: growthValue的返回值通过
检查key: storeNo的返回值通过
检查key: promotionType的返回值通过
检查key: discountRate的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/membergrade/116
The request method is :PUT
The request parameter is:
{
"enable": false,
"nextGradeId": 100,
"gradeName": "超级VIP",
"growthValue": 0,
"promotionType": 1,
"discountRate": 90.0,
"id": 116
}
接口请求头文件为:
{u'token': u'917a7e9c-e5b2-45df-95b7-52d94b73582a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.93499994278
接口请求返回值:
{
"msg": "普通会员不可编辑",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:29', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1693, 'token_boss': u'917a7e9c-e5b2-45df-95b7-52d94b73582a', 'password': '123456', u'id': 116, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_098_BOSS_会员等级--查询会员等级NEW--正常 |
pass
pt1.98:
测试用例开始时间: 2017-06-17 16:37:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2e8edd2b-414a-42aa-a248-be9c5127104f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2e8edd2b-414a-42aa-a248-be9c5127104f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/membergrade
The request method is :GET
null
接口请求头文件为:
{u'token': u'2e8edd2b-414a-42aa-a248-be9c5127104f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.44900012016
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "普通会员",
"growthValue": 0,
"id": 116,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "100.0",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "铜卡会员",
"growthValue": 1000,
"id": 117,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "99.5",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": true,
"gradeName": "银卡会员",
"growthValue": 2500,
"id": 118,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "99.0",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": false,
"gradeName": "金卡会员",
"growthValue": 5000,
"id": 119,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "98.5",
"createTime": "2017-04-24 11:13:05"
},
{
"updateTime": "2017-04-24 11:13:05",
"enable": false,
"gradeName": "钻石会员",
"growthValue": 10000,
"id": 120,
"version": 1,
"storeNo": 10,
"promotionType": 0,
"discountRate": "98.0",
"createTime": "2017-04-24 11:13:05"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2e8edd2b-414a-42aa-a248-be9c5127104f'}
期望检测的返回值:
{
"enable": {
"type": "bool"
},
"gradeName": {
"type": "str"
},
"growthValue": {
"type": "int"
},
"storeNo": {
"EQ": 10
},
"promotionType": {
"type": "int"
},
"discountRate": {
"type": "str"
},
"id": {
"type": "int"
}
}
检查key: enable的返回值通过
检查key: gradeName的返回值通过
检查key: growthValue的返回值通过
检查key: storeNo的返回值通过
检查key: promotionType的返回值通过
检查key: discountRate的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_099_BOSS_会员管理NEW--会员搜索--正常 |
pass
pt1.99:
测试用例开始时间: 2017-06-17 16:37:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.705000162125
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.24399995804
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:37:44",
"point": 0,
"sex": 0,
"member_id": 1694,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:44', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1694, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7e066112-fdf6-4fc3-884a-0f2f66695325","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:37:44', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1694, 'token_boss': u'7e066112-fdf6-4fc3-884a-0f2f66695325', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "13798765888"
}
接口请求头文件为:
{u'token': u'7e066112-fdf6-4fc3-884a-0f2f66695325', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.15199995041
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"registerDate": "2017-06-17 16:37:44",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1694,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:44', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1694, 'token_boss': u'7e066112-fdf6-4fc3-884a-0f2f66695325', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"totalAmount": {
"type": "str"
},
"storeOrderCount": {
"type": "int"
},
"memberId": {
"eq": 1694
},
"telephone": {
"eq": "13798765888"
},
"source": {
"eq": 0
},
"storeAmount": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"firstOrderDate": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"registerDate": {
"type": "str"
},
"netAmount": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalAmount的返回值通过
检查key: storeOrderCount的返回值通过
检查key: memberId的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: storeAmount的返回值通过
检查key: lastOrderDate的返回值通过
检查key: firstOrderDate的返回值通过
检查key: netOrderCount的返回值通过
检查key: registerDate的返回值通过
检查key: netAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_100_BOSS_会员管理NEW--会员搜索--正常 前半部分电话匹配 |
pass
pt1.100:
测试用例开始时间: 2017-06-17 16:37:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.869000196457
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.860999822617
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:37:54",
"point": 0,
"sex": 0,
"member_id": 1695,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:54', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1695, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a16c553d-80a6-4b69-9f21-93e7e76878ef","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:37:54', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1695, 'token_boss': u'a16c553d-80a6-4b69-9f21-93e7e76878ef', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "13798565412"
}
接口请求头文件为:
{u'token': u'a16c553d-80a6-4b69-9f21-93e7e76878ef', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.611000061035
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:37:54', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1695, 'token_boss': u'a16c553d-80a6-4b69-9f21-93e7e76878ef', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"data.data": {
"LL": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_101_BOSS_会员管理NEW--会员搜索--正常 名称 |
pass
pt1.101:
测试用例开始时间: 2017-06-17 16:37:57
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.572000026703
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
2.02500009537
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:38:03",
"point": 0,
"sex": 0,
"member_id": 1696,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:03', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1696, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"803f05a7-83d9-4123-9515-497ce64b3ee8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:38:03', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1696, 'token_boss': u'803f05a7-83d9-4123-9515-497ce64b3ee8', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "Member1"
}
接口请求头文件为:
{u'token': u'803f05a7-83d9-4123-9515-497ce64b3ee8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.72200012207
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"registerDate": "2017-06-17 16:38:03",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1696,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:03', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1696, 'token_boss': u'803f05a7-83d9-4123-9515-497ce64b3ee8', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"totalAmount": {
"type": "str"
},
"storeOrderCount": {
"type": "int"
},
"memberId": {
"eq": 1696
},
"telephone": {
"eq": "13798765888"
},
"source": {
"eq": 0
},
"storeAmount": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"firstOrderDate": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"registerDate": {
"type": "str"
},
"netAmount": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalAmount的返回值通过
检查key: storeOrderCount的返回值通过
检查key: memberId的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: storeAmount的返回值通过
检查key: lastOrderDate的返回值通过
检查key: firstOrderDate的返回值通过
检查key: netOrderCount的返回值通过
检查key: registerDate的返回值通过
检查key: netAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_102_BOSS_会员管理NEW--会员搜索--正常 名称大于用户名称 |
pass
pt1.102:
测试用例开始时间: 2017-06-17 16:38:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:37:59", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.58299994469
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.08899998665
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:38:12",
"point": 0,
"sex": 0,
"member_id": 1697,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:12', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1697, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f28a450a-e11c-4c01-8920-4cf28ef98ba0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:38:12', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1697, 'token_boss': u'f28a450a-e11c-4c01-8920-4cf28ef98ba0', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "1234"
}
接口请求头文件为:
{u'token': u'f28a450a-e11c-4c01-8920-4cf28ef98ba0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.611000061035
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:12', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1697, 'token_boss': u'f28a450a-e11c-4c01-8920-4cf28ef98ba0', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"data.data": {
"LL": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_103_BOSS_会员管理NEW--会员搜索--正常 名称(一半) |
pass
pt1.103:
测试用例开始时间: 2017-06-17 16:38:16
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:38:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.56299996376
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.96499991417
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:38:21",
"point": 0,
"sex": 0,
"member_id": 1698,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:21', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1698, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"29405ee1-975b-499f-b8e5-410e9dd99483","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:38:21', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1698, 'token_boss': u'29405ee1-975b-499f-b8e5-410e9dd99483', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "Memb"
}
接口请求头文件为:
{u'token': u'29405ee1-975b-499f-b8e5-410e9dd99483', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.660000085831
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"registerDate": "2017-06-17 16:38:21",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1698,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:21', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'name': u'Member1', u'member_id': 1698, 'token_boss': u'29405ee1-975b-499f-b8e5-410e9dd99483', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"totalAmount": {
"type": "str"
},
"storeOrderCount": {
"type": "int"
},
"memberId": {
"eq": 1698
},
"telephone": {
"eq": "13798765888"
},
"source": {
"eq": 0
},
"storeAmount": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"firstOrderDate": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"registerDate": {
"type": "str"
},
"netAmount": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalAmount的返回值通过
检查key: storeOrderCount的返回值通过
检查key: memberId的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: storeAmount的返回值通过
检查key: lastOrderDate的返回值通过
检查key: firstOrderDate的返回值通过
检查key: netOrderCount的返回值通过
检查key: registerDate的返回值通过
检查key: netAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_104_BOSS_会员管理NEW--会员搜索--正常 多个会员匹配 |
pass
pt1.104:
测试用例开始时间: 2017-06-17 16:38:24
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:38:18", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.728999853134
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.878999948502
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:38:29",
"point": 0,
"sex": 0,
"member_id": 1699,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:29', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1699, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765777",
"sex": 0,
"member_name": "Member2"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.92600011826
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765777",
"reg_date": "2017-06-17 16:38:31",
"point": 0,
"sex": 0,
"member_id": 1700,
"discount": "100.0",
"member_name": "Member2",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:31', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1699, 'password': '123456', u'member_id2': 1700, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765777"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member2"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e815167e-8262-4676-a30d-869a053e8466","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:38:31', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1699, 'token_boss': u'e815167e-8262-4676-a30d-869a053e8466', 'password': '123456', u'member_id2': 1700, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "13798765"
}
接口请求头文件为:
{u'token': u'e815167e-8262-4676-a30d-869a053e8466', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.740000009537
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 2,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 2,
"data": [
{
"registerDate": "2017-06-17 16:38:29",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1699,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
},
{
"registerDate": "2017-06-17 16:38:31",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member2",
"memberPoints": 0,
"telephone": "13798765777",
"memberId": 1700,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:31', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1699, 'token_boss': u'e815167e-8262-4676-a30d-869a053e8466', 'password': '123456', u'member_id2': 1700, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"registerDate": {
"type": "str"
},
"totalAmount": {
"type": "str"
},
"storeOrderCount": {
"type": "int"
},
"memberId": {
"ALLIN": [
1699,
1700
]
},
"telephone": {
"ALLIN": [
"13798765888",
"13798765777"
]
},
"source": {
"eq": 0
},
"storeAmount": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"firstOrderDate": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"statusCode": {
"EQ": 0
},
"netAmount": {
"type": "str"
},
"data.data": {
"LL": 2
}
}
检查key: registerDate的返回值通过
检查key: totalAmount的返回值通过
检查key: storeOrderCount的返回值通过
检查key: memberId的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: storeAmount的返回值通过
检查key: lastOrderDate的返回值通过
检查key: firstOrderDate的返回值通过
检查key: netOrderCount的返回值通过
检查key: statusCode的返回值通过
检查key: netAmount的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_105_BOSS_会员管理NEW--会员搜索--正常 电话号码 |
pass
pt1.105:
测试用例开始时间: 2017-06-17 16:38:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:38:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.6930000782
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.921000003815
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:38:41",
"point": 0,
"sex": 0,
"member_id": 1701,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:41', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1701, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2504933d-c520-4955-adfa-7ccc4350cdc6","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:38:41', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1701, 'token_boss': u'2504933d-c520-4955-adfa-7ccc4350cdc6', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "13798765888"
}
接口请求头文件为:
{u'token': u'2504933d-c520-4955-adfa-7ccc4350cdc6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.732000112534
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"registerDate": "2017-06-17 16:38:41",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1701,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:41', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1701, 'token_boss': u'2504933d-c520-4955-adfa-7ccc4350cdc6', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"totalAmount": {
"type": "str"
},
"storeOrderCount": {
"type": "int"
},
"memberId": {
"eq": 1701
},
"telephone": {
"eq": "13798765888"
},
"source": {
"eq": 0
},
"storeAmount": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"firstOrderDate": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"registerDate": {
"type": "str"
},
"netAmount": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalAmount的返回值通过
检查key: storeOrderCount的返回值通过
检查key: memberId的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: storeAmount的返回值通过
检查key: lastOrderDate的返回值通过
检查key: firstOrderDate的返回值通过
检查key: netOrderCount的返回值通过
检查key: registerDate的返回值通过
检查key: netAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_106_BOSS_会员管理NEW--会员搜索--正常 电话号码找不到对应数据 |
pass
pt1.106:
测试用例开始时间: 2017-06-17 16:38:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:38:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.57499980927
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.662000179291
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:38:50",
"point": 0,
"sex": 0,
"member_id": 1702,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:50', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1702, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765888"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ba6fef22-b2cd-4d2a-95af-37ec551e1f19","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:38:50', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1702, 'token_boss': u'ba6fef22-b2cd-4d2a-95af-37ec551e1f19', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "15641254521"
}
接口请求头文件为:
{u'token': u'ba6fef22-b2cd-4d2a-95af-37ec551e1f19', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.42299985886
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:50', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1702, 'token_boss': u'ba6fef22-b2cd-4d2a-95af-37ec551e1f19', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"data.data": {
"LL": 0,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_107_BOSS_会员管理NEW--会员搜索--正常 电话号码(模糊匹配,号码一半) |
pass
pt1.107:
测试用例开始时间: 2017-06-17 16:38:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:38:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.842000007629
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.13499999046
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:38:58",
"point": 0,
"sex": 0,
"member_id": 1703,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:58', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1703, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765888"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6b3b0383-e29f-4fdd-8fb4-5bd252afa491","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:38:58', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1703, 'token_boss': u'6b3b0383-e29f-4fdd-8fb4-5bd252afa491', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/search
The request method is :GET
The request parameter is:
{
"keyword": "1379876"
}
接口请求头文件为:
{u'token': u'6b3b0383-e29f-4fdd-8fb4-5bd252afa491', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.83000016212
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"registerDate": "2017-06-17 16:38:58",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1703,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:38:58', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1703, 'token_boss': u'6b3b0383-e29f-4fdd-8fb4-5bd252afa491', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"totalAmount": {
"type": "str"
},
"storeOrderCount": {
"type": "int"
},
"memberId": {
"eq": 1703
},
"telephone": {
"eq": "13798765888"
},
"source": {
"eq": 0
},
"storeAmount": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"firstOrderDate": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"registerDate": {
"type": "str"
},
"netAmount": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalAmount的返回值通过
检查key: storeOrderCount的返回值通过
检查key: memberId的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: storeAmount的返回值通过
检查key: lastOrderDate的返回值通过
检查key: firstOrderDate的返回值通过
检查key: netOrderCount的返回值通过
检查key: registerDate的返回值通过
检查key: netAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_108_BOSS_会员管理NEW--会员简要统计信息 NEW--正常 |
pass
pt1.108:
测试用例开始时间: 2017-06-17 16:39:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:38:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
{u'db': u'posdb', u'command': u'select count(*) from store_member where store_id = 10'}
{u'count': 4, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.553999900818
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'count': 4, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.6400001049
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:39:08",
"point": 0,
"sex": 0,
"member_id": 1704,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'count': 4, u'reg_date': u'2017-06-17 16:39:08', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1704, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765888"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765777",
"sex": 0,
"member_name": "Member2"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.77899980545
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765777",
"reg_date": "2017-06-17 16:39:09",
"point": 0,
"sex": 0,
"member_id": 1705,
"discount": "100.0",
"member_name": "Member2",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'count': 4, u'reg_date': u'2017-06-17 16:39:09', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1704, 'password': '123456', u'member_id2': 1705, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765777"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member2"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"973c627f-5eef-42ec-96b7-19dc28a6ef16","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'count': 4, u'reg_date': u'2017-06-17 16:39:09', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1704, 'token_boss': u'973c627f-5eef-42ec-96b7-19dc28a6ef16', 'password': '123456', u'member_id2': 1705, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/storestat
The request method is :GET
null
接口请求头文件为:
{u'token': u'973c627f-5eef-42ec-96b7-19dc28a6ef16', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.74399995804
接口请求返回值:
{
"msg": "成功",
"data": {
"totalMemberCount": 6,
"yesterdayRegNum": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'count': 4, u'reg_date': u'2017-06-17 16:39:09', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1704, 'token_boss': u'973c627f-5eef-42ec-96b7-19dc28a6ef16', 'password': '123456', u'member_id2': 1705, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"totalMemberCount": {
"EQ": "4 + 2"
},
"yesterdayRegNum": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalMemberCount的返回值通过
检查key: yesterdayRegNum的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_109_BOSS_会员管理NEW--会员详情--异常 会员ID不存在 |
pass
pt1.109:
测试用例开始时间: 2017-06-17 16:39:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:39:04", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1f2ec2b7-97e1-4783-b584-32fb5248c231","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1f2ec2b7-97e1-4783-b584-32fb5248c231'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/memberdetail/11111111/
The request method is :GET
null
接口请求头文件为:
{u'token': u'1f2ec2b7-97e1-4783-b584-32fb5248c231', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.77099990845
接口请求返回值:
{
"msg": "没有此用户",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1f2ec2b7-97e1-4783-b584-32fb5248c231'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_110_BOSS_会员管理NEW--会员详情--正常 |
pass
pt1.110:
测试用例开始时间: 2017-06-17 16:39:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:39:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.461999893188
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.756999969482
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 16:39:25",
"point": 0,
"sex": 0,
"member_id": 1706,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:39:25', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1706, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765888"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"faed7aae-55e1-4298-9027-f9b949638b5f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 16:39:25', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1706, 'token_boss': u'faed7aae-55e1-4298-9027-f9b949638b5f', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/memberdetail/1706/
The request method is :GET
null
接口请求头文件为:
{u'token': u'faed7aae-55e1-4298-9027-f9b949638b5f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.786000013351
接口请求返回值:
{
"msg": "成功",
"data": {
"registerDate": "2017-06-17 16:39:25",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1706,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 16:39:25', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1706, 'token_boss': u'faed7aae-55e1-4298-9027-f9b949638b5f', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"registerDate": {
"type": "str"
},
"totalAmount": {
"type": "str"
},
"memberName": {
"EQ": "Member1"
},
"memberId": {
"eq": 1706
},
"memberGradeName": {
"type": "str"
},
"telephone": {
"EQ": "13798765888"
},
"source": {
"eq": 0
},
"storeAmount": {
"type": "str"
},
"storeOrderCount": {
"type": "int"
},
"firstOrderDate": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"memberPoints": {
"type": "int"
},
"netAmount": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: registerDate的返回值通过
检查key: totalAmount的返回值通过
检查key: memberName的返回值通过
检查key: memberId的返回值通过
检查key: memberGradeName的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: storeAmount的返回值通过
检查key: storeOrderCount的返回值通过
检查key: firstOrderDate的返回值通过
检查key: netOrderCount的返回值通过
检查key: memberPoints的返回值通过
检查key: netAmount的返回值通过
检查key: lastOrderDate的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_111_BOSS_做法--做法修改--异常 ID不存在 |
pass
pt1.111:
测试用例开始时间: 2017-06-17 16:39:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:39:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f0eb59f9-32f8-4ef6-99aa-661f453c4427","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f0eb59f9-32f8-4ef6-99aa-661f453c4427'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/111111
The request method is :put
The request parameter is:
{
"modusoperandi": "New Operation for product22.",
"tags": [
"Hello World3",
"Hello World4"
]
}
接口请求头文件为:
{u'token': u'f0eb59f9-32f8-4ef6-99aa-661f453c4427', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.53099989891
接口请求返回值:
{
"msg": "做法名称不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f0eb59f9-32f8-4ef6-99aa-661f453c4427'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_112_BOSS_做法--做法修改--正常 |
pass
pt1.112:
测试用例开始时间: 2017-06-17 16:39:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:39:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ad872ea4-ba58-447e-9b32-2f0bc9005f30","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ad872ea4-ba58-447e-9b32-2f0bc9005f30'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :post
The request parameter is:
{
"modusOperandi": "New Operation for product.",
"tags": [
"Hello World",
"Hello World2"
]
}
接口请求头文件为:
{u'token': u'ad872ea4-ba58-447e-9b32-2f0bc9005f30', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.04699993134
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ad872ea4-ba58-447e-9b32-2f0bc9005f30'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :get
null
接口请求头文件为:
{u'token': u'ad872ea4-ba58-447e-9b32-2f0bc9005f30', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.658999919891
接口请求返回值:
{
"msg": "成功",
"data": [
{
"modusOperandi": "甜",
"id": 1,
"tags": [
"微甜"
]
},
{
"modusOperandi": "New Operation for product.",
"id": 228,
"tags": [
"Hello World",
"Hello World2"
]
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 228, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'ad872ea4-ba58-447e-9b32-2f0bc9005f30'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/228
The request method is :put
The request parameter is:
{
"modusOperandi": "New Operation for product22.",
"tags": [
"Hello World3",
"Hello World4"
]
}
接口请求头文件为:
{u'token': u'ad872ea4-ba58-447e-9b32-2f0bc9005f30', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.746000051498
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 228, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'ad872ea4-ba58-447e-9b32-2f0bc9005f30'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_113_BOSS_做法--做法删除--异常ID不存在 |
pass
pt1.113:
测试用例开始时间: 2017-06-17 16:39:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:39:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b39abc7d-35f7-4221-bedd-ece4d96dd687","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b39abc7d-35f7-4221-bedd-ece4d96dd687'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/11111111
The request method is :delete
null
接口请求头文件为:
{u'token': u'b39abc7d-35f7-4221-bedd-ece4d96dd687', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.736999988556
接口请求返回值:
{
"msg": "该做法id不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b39abc7d-35f7-4221-bedd-ece4d96dd687'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_114_BOSS_做法--做法删除--正常 |
pass
pt1.114:
测试用例开始时间: 2017-06-17 16:39:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:39:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5ef06e3d-b04b-43f8-8f88-d803baa6b07d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5ef06e3d-b04b-43f8-8f88-d803baa6b07d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :post
The request parameter is:
{
"modusOperandi": "New Operation for product.",
"tags": [
"Hello World",
"Hello World2"
]
}
接口请求头文件为:
{u'token': u'5ef06e3d-b04b-43f8-8f88-d803baa6b07d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.671000003815
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5ef06e3d-b04b-43f8-8f88-d803baa6b07d'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :get
null
接口请求头文件为:
{u'token': u'5ef06e3d-b04b-43f8-8f88-d803baa6b07d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.853000164032
接口请求返回值:
{
"msg": "成功",
"data": [
{
"modusOperandi": "甜",
"id": 1,
"tags": [
"微甜"
]
},
{
"modusOperandi": "New Operation for product.",
"id": 229,
"tags": [
"Hello World",
"Hello World2"
]
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 229, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'5ef06e3d-b04b-43f8-8f88-d803baa6b07d'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/229
The request method is :delete
null
接口请求头文件为:
{u'token': u'5ef06e3d-b04b-43f8-8f88-d803baa6b07d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.05100011826
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 229, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'5ef06e3d-b04b-43f8-8f88-d803baa6b07d'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_115_BOSS_做法--做法删除--重复删除 |
pass
pt1.115:
测试用例开始时间: 2017-06-17 16:39:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:39:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"4db45c4a-1372-4b77-97e5-a63f92ac34c9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :post
The request parameter is:
{
"modusOperandi": "New Operation for product.",
"tags": [
"Hello World",
"Hello World2"
]
}
接口请求头文件为:
{u'token': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.24100017548
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :get
null
接口请求头文件为:
{u'token': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.42700004578
接口请求返回值:
{
"msg": "成功",
"data": [
{
"modusOperandi": "甜",
"id": 1,
"tags": [
"微甜"
]
},
{
"modusOperandi": "New Operation for product.",
"id": 230,
"tags": [
"Hello World",
"Hello World2"
]
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 230, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/230
The request method is :delete
null
接口请求头文件为:
{u'token': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.881999969482
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 230, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/230
The request method is :delete
null
接口请求头文件为:
{u'token': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.00400018692
接口请求返回值:
{
"msg": "该做法id不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 230, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'4db45c4a-1372-4b77-97e5-a63f92ac34c9'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_116_BOSS_做法--做法查询-列表--正常 |
pass
pt1.116:
测试用例开始时间: 2017-06-17 16:40:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b2065c4a-a19a-4ec2-82f4-8bbf5c4c2be6","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b2065c4a-a19a-4ec2-82f4-8bbf5c4c2be6'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :post
The request parameter is:
{
"modusOperandi": "New Operation for product.",
"tags": [
"Hello World",
"Hello World2"
]
}
接口请求头文件为:
{u'token': u'b2065c4a-a19a-4ec2-82f4-8bbf5c4c2be6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.71000003815
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b2065c4a-a19a-4ec2-82f4-8bbf5c4c2be6'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :get
null
接口请求头文件为:
{u'token': u'b2065c4a-a19a-4ec2-82f4-8bbf5c4c2be6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.641000032425
接口请求返回值:
{
"msg": "成功",
"data": [
{
"modusOperandi": "甜",
"id": 1,
"tags": [
"微甜"
]
},
{
"modusOperandi": "New Operation for product.",
"id": 231,
"tags": [
"Hello World",
"Hello World2"
]
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 231, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'b2065c4a-a19a-4ec2-82f4-8bbf5c4c2be6'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_117_BOSS_做法--做法添加--正常 |
pass
pt1.117:
测试用例开始时间: 2017-06-17 16:40:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6769ed46-430f-4b2b-aff3-f073ef442120","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6769ed46-430f-4b2b-aff3-f073ef442120'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :post
The request parameter is:
{
"modusOperandi": "New Operation for product.",
"tags": [
"Hello World",
"Hello World2"
]
}
接口请求头文件为:
{u'token': u'6769ed46-430f-4b2b-aff3-f073ef442120', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.90400004387
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6769ed46-430f-4b2b-aff3-f073ef442120'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/modusoperandi/
The request method is :get
null
接口请求头文件为:
{u'token': u'6769ed46-430f-4b2b-aff3-f073ef442120', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.787999868393
接口请求返回值:
{
"msg": "成功",
"data": [
{
"modusOperandi": "甜",
"id": 1,
"tags": [
"微甜"
]
},
{
"modusOperandi": "New Operation for product.",
"id": 232,
"tags": [
"Hello World",
"Hello World2"
]
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'makeId': 232, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'6769ed46-430f-4b2b-aff3-f073ef442120'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_118_BOSS_发布网店--发布网店公告--异常 notice长度限制(需求是0-20) |
pass
pt1.118:
测试用例开始时间: 2017-06-17 16:40:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3acc55f9-101c-438b-9e82-8069c0f6c2b9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3acc55f9-101c-438b-9e82-8069c0f6c2b9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/notice/pub
The request method is :POST
The request parameter is:
{
"notice": "核力量合理额撒地方三大大苏打似的士大夫大师傅"
}
接口请求头文件为:
{u'token': u'3acc55f9-101c-438b-9e82-8069c0f6c2b9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.02900004387
接口请求返回值:
{
"msg": "公告内容过多,最多不超过20个汉字",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3acc55f9-101c-438b-9e82-8069c0f6c2b9'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_119_BOSS_发布网店--发布网店公告--正常 |
pass
pt1.119:
测试用例开始时间: 2017-06-17 16:40:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0e7486a9-b3ba-4382-9144-00bc50af1361","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e7486a9-b3ba-4382-9144-00bc50af1361'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/notice/pub
The request method is :POST
The request parameter is:
{
"notice": "This is the test."
}
接口请求头文件为:
{u'token': u'0e7486a9-b3ba-4382-9144-00bc50af1361', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.15300011635
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e7486a9-b3ba-4382-9144-00bc50af1361'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_120_BOSS_发布网店--网店公告查询--正常 |
pass
pt1.120:
测试用例开始时间: 2017-06-17 16:40:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"78f295c2-bbe1-4d0e-afd2-3999bb7b7fc8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'78f295c2-bbe1-4d0e-afd2-3999bb7b7fc8'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/notice/pub
The request method is :POST
The request parameter is:
{
"notice": "This is the test."
}
接口请求头文件为:
{u'token': u'78f295c2-bbe1-4d0e-afd2-3999bb7b7fc8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.63899993896
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'78f295c2-bbe1-4d0e-afd2-3999bb7b7fc8'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/notice
The request method is :get
null
接口请求头文件为:
{u'token': u'78f295c2-bbe1-4d0e-afd2-3999bb7b7fc8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.824000120163
接口请求返回值:
{
"msg": "成功",
"data": "This is the test.",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'78f295c2-bbe1-4d0e-afd2-3999bb7b7fc8'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"eq": "This is the test.",
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_121_BOSS_商品拆分 NEW--修改拆分规则--异常 id不存在 |
pass
pt1.121:
测试用例开始时间: 2017-06-17 16:40:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"878b90bb-47f8-49a3-9b54-bc25db125a79","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'878b90bb-47f8-49a3-9b54-bc25db125a79'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'878b90bb-47f8-49a3-9b54-bc25db125a79', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18929,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19123}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'878b90bb-47f8-49a3-9b54-bc25db125a79', 'specId1': 19123, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18929, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'878b90bb-47f8-49a3-9b54-bc25db125a79', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18930,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19124}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18930, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'878b90bb-47f8-49a3-9b54-bc25db125a79', 'specId1': 19123, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19124, 'pid1': 18929, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/mod/11111111
The request method is :PUT
The request parameter is:
{
"smallProductSpec": "smallSpecMM",
"smallProductName": "smallProductMM",
"largeProductName": "largeNameMM",
"splitNumber": 3,
"largeProductBarcode": "12345687454213",
"largeProductSpec": "testMM",
"smallPurchasePrice": "100",
"smallProductId": 18929,
"smallProductBarcode": "12345678909876",
"largeProductId": 18930,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'878b90bb-47f8-49a3-9b54-bc25db125a79', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.56300020218
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18930, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'878b90bb-47f8-49a3-9b54-bc25db125a79', 'specId1': 19123, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19124, 'pid1': 18929, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_122_BOSS_商品拆分 NEW--修改拆分规则--异常 商品ID不存在 |
pass
pt1.122:
测试用例开始时间: 2017-06-17 16:40:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:49", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"deee395a-6ddf-4cc9-8357-6607fa2529ed","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'deee395a-6ddf-4cc9-8357-6607fa2529ed'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18931,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19125}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', 'specId1': 19125, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18931, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18932,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19126}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18932, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', 'specId1': 19125, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19126, 'pid1': 18931, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18932,
"smallProductBarcode": "12345687454213",
"largeProductId": 18931,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.248999834061
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18932, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', 'specId1': 19125, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19126, 'pid1': 18931, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.90499997139
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:41:05",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 579,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18932,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18931,
"createTime": "2017-06-17 16:41:05",
"smallPurchasePrice": "333.33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18932, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 579, 'barcode': '12345678904321', 'token_boss': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', 'specId1': 19125, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19126, 'pid1': 18931, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18931
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18932
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/mod/579
The request method is :PUT
The request parameter is:
{
"smallProductSpec": "smallSpecMM",
"smallProductName": "smallProductMM",
"largeProductName": "largeNameMM",
"splitNumber": 3,
"largeProductBarcode": "12345687454213",
"largeProductSpec": "testMM",
"smallPurchasePrice": "100",
"smallProductId": 155555,
"smallProductBarcode": "12345678909876",
"largeProductId": 10000,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.989999771118
接口请求返回值:
{
"msg": "商品不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18932, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 579, 'barcode': '12345678904321', 'token_boss': u'deee395a-6ddf-4cc9-8357-6607fa2529ed', 'specId1': 19125, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19126, 'pid1': 18931, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_123_BOSS_商品拆分 NEW--修改拆分规则--正常 |
pass
pt1.123:
测试用例开始时间: 2017-06-17 16:41:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:40:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"034d1aaa-9014-455f-95a7-0817ed2332fd","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'034d1aaa-9014-455f-95a7-0817ed2332fd'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18933,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19127}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'specId1': 19127, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18933, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18934,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19128}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18934, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'specId1': 19127, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19128, 'pid1': 18933, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18934,
"smallProductBarcode": "12345687454213",
"largeProductId": 18933,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'034d1aaa-9014-455f-95a7-0817ed2332fd', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.214999914169
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18934, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'specId1': 19127, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19128, 'pid1': 18933, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'034d1aaa-9014-455f-95a7-0817ed2332fd', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.720999956131
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:41:20",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 580,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18934,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18933,
"createTime": "2017-06-17 16:41:20",
"smallPurchasePrice": "333.33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18934, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 580, 'barcode': '12345678904321', 'token_boss': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'specId1': 19127, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19128, 'pid1': 18933, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18933
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18934
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/mod/580
The request method is :PUT
The request parameter is:
{
"smallProductSpec": "smallSpecMM",
"smallProductName": "smallProductMM",
"largeProductName": "largeNameMM",
"splitNumber": 3,
"largeProductBarcode": "12345687454213",
"largeProductSpec": "testMM",
"smallPurchasePrice": "100",
"smallProductId": 18933,
"smallProductBarcode": "12345678909876",
"largeProductId": 18934,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'034d1aaa-9014-455f-95a7-0817ed2332fd', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.78399991989
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18934, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 580, 'barcode': '12345678904321', 'token_boss': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'specId1': 19127, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19128, 'pid1': 18933, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/detail/580
The request method is :GET
null
接口请求头文件为:
{u'token': u'034d1aaa-9014-455f-95a7-0817ed2332fd', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.977999925613
接口请求返回值:
{
"msg": "成功",
"data": {
"updateTime": "2017-06-17 16:41:23",
"largeProductSpec": "testMM",
"smallProductStock": "100",
"largeProductStock": "100",
"smallProductSpec": "smallSpecMM",
"ruleType": 1,
"id": 580,
"splitNumber": 3,
"largeProductBarcode": "12345687454213",
"version": 2,
"storeNo": 10,
"smallProductId": 18933,
"smallProductName": "smallProductMM",
"smallProductBarcode": "12345678909876",
"largePurchasePrice": "1000",
"largeProductName": "largeNameMM",
"largeProductId": 18934,
"createTime": "2017-06-17 16:41:20",
"smallPurchasePrice": "333.33"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18934, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 580, 'barcode': '12345678904321', 'token_boss': u'034d1aaa-9014-455f-95a7-0817ed2332fd', 'specId1': 19127, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19128, 'pid1': 18933, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpecMM"
},
"smallProductName": {
"EQ": "smallProductMM"
},
"largeProductId": {
"EQ": 18934
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345687454213"
},
"largeProductSpec": {
"EQ": "testMM"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18933
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345678909876"
},
"largeProductName": {
"EQ": "largeNameMM"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_124_BOSS_商品拆分 NEW--删除拆分规则--正常 |
pass
pt1.124:
测试用例开始时间: 2017-06-17 16:41:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:41:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a53b34d5-86e3-4d37-bef6-9ba971c04ff8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18935,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19129}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'specId1': 19129, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18935, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18936,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19130}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18936, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'specId1': 19129, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19130, 'pid1': 18935, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18936,
"smallProductBarcode": "12345687454213",
"largeProductId": 18935,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.20499992371
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18936, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'specId1': 19129, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19130, 'pid1': 18935, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.719000101089
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:41:35",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 581,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18936,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18935,
"createTime": "2017-06-17 16:41:35",
"smallPurchasePrice": "333.33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18936, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 581, 'barcode': '12345678904321', 'token_boss': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'specId1': 19129, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19130, 'pid1': 18935, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18935
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18936
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/del/581
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.78299999237
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18936, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 581, 'barcode': '12345678904321', 'token_boss': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'specId1': 19129, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19130, 'pid1': 18935, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.741999864578
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18936, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 581, 'barcode': '12345678904321', 'token_boss': u'a53b34d5-86e3-4d37-bef6-9ba971c04ff8', 'specId1': 19129, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19130, 'pid1': 18935, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"LL": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_125_BOSS_商品拆分 NEW--删除拆分规则--正常 id不存在 不做操作 |
pass
pt1.125:
测试用例开始时间: 2017-06-17 16:41:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:41:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"66114ceb-d5fd-4914-b880-e6d82155f8d2","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'66114ceb-d5fd-4914-b880-e6d82155f8d2'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'66114ceb-d5fd-4914-b880-e6d82155f8d2', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18937,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19131}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'66114ceb-d5fd-4914-b880-e6d82155f8d2', 'specId1': 19131, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18937, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/del/10000
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'66114ceb-d5fd-4914-b880-e6d82155f8d2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.08599996567
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'66114ceb-d5fd-4914-b880-e6d82155f8d2', 'specId1': 19131, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18937, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_126_BOSS_商品拆分 NEW--执行拆分规则--异常 ruleId不存在 |
pass
pt1.126:
测试用例开始时间: 2017-06-17 16:41:47
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:41:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"daeab22d-e1b2-4e02-9f8a-777ec81e5119","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18938,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19132}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', 'specId1': 19132, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18938, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18939,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19133}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18939, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', 'specId1': 19132, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19133, 'pid1': 18938, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18939,
"smallProductBarcode": "12345687454213",
"largeProductId": 18938,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.22500014305
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18939, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', 'specId1': 19132, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19133, 'pid1': 18938, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.645999908447
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:41:56",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 582,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18939,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18938,
"createTime": "2017-06-17 16:41:56",
"smallPurchasePrice": "333.33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18939, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 582, 'barcode': '12345678904321', 'token_boss': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', 'specId1': 19132, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19133, 'pid1': 18938, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18938
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18939
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/1000000/10
The request method is :GET
null
接口请求头文件为:
{u'token': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.888000011444
接口请求返回值:
{
"msg": "规则不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18939, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 582, 'barcode': '12345678904321', 'token_boss': u'daeab22d-e1b2-4e02-9f8a-777ec81e5119', 'specId1': 19132, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19133, 'pid1': 18938, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_127_BOSS_商品拆分 NEW--执行拆分规则--异常 库存数量不足 |
pass
pt1.127:
测试用例开始时间: 2017-06-17 16:41:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:41:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8ff0b8ac-49b3-4af6-847b-e783c8094124","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8ff0b8ac-49b3-4af6-847b-e783c8094124'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18940,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19134}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'specId1': 19134, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18940, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
{u'db': u'product', u'command': u'UPDATE product_spec SET stock = 5 WHERE product_id = 18940'}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'specId1': 19134, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18940, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18941,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19135}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18941, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'specId1': 19134, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19135, 'pid1': 18940, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18941,
"smallProductBarcode": "12345687454213",
"largeProductId": 18940,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.473999977112
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18941, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'specId1': 19134, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19135, 'pid1': 18940, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.43200016022
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:42:09",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 583,
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18941,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18940,
"createTime": "2017-06-17 16:42:09",
"smallPurchasePrice": "200.0"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18941, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 583, 'barcode': '12345678904321', 'token_boss': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'specId1': 19134, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19135, 'pid1': 18940, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18940
},
"splitNumber": {
"EQ": 5
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "200.0"
},
"smallProductId": {
"EQ": 18941
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/583/30
The request method is :GET
null
接口请求头文件为:
{u'token': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.703999996185
接口请求返回值:
{
"msg": "库存数量不足,请修改后再拆分",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18941, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 583, 'barcode': '12345678904321', 'token_boss': u'8ff0b8ac-49b3-4af6-847b-e783c8094124', 'specId1': 19134, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19135, 'pid1': 18940, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_128_BOSS_商品拆分 NEW--执行拆分规则--正常 |
pass
pt1.128:
测试用例开始时间: 2017-06-17 16:42:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:42:01", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7442a76b-19a0-4839-a08c-f82e9660788e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7442a76b-19a0-4839-a08c-f82e9660788e'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18942,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19136}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'specId1': 19136, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18942, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18943,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19137}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18943, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'specId1': 19136, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19137, 'pid1': 18942, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
{u'db': u'product', u'command': [u'UPDATE product_spec SET stock = 100 WHERE product_id = 18942', u'UPDATE product_spec SET stock = 100 WHERE product_id = 18943']}
{'pid2': 18943, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'specId1': 19136, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19137, 'pid1': 18942, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18943,
"smallProductBarcode": "12345687454213",
"largeProductId": 18942,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'7442a76b-19a0-4839-a08c-f82e9660788e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.203000068665
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18943, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'specId1': 19136, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19137, 'pid1': 18942, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'7442a76b-19a0-4839-a08c-f82e9660788e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.79200005531
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:42:23",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 584,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18943,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18942,
"createTime": "2017-06-17 16:42:23",
"smallPurchasePrice": "333.33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18943, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 584, 'barcode': '12345678904321', 'token_boss': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'specId1': 19136, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19137, 'pid1': 18942, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18942
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18943
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/584/10
The request method is :GET
null
接口请求头文件为:
{u'token': u'7442a76b-19a0-4839-a08c-f82e9660788e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.868000030518
接口请求返回值:
{
"msg": "成功",
"data": {
"smallProductStock": "130",
"smallProductName": "smallProduct",
"largeProductNum": 10,
"largeProductName": "largeName",
"largeProductBarcode": "12345678909876",
"largeProductSpec": "smallSpec",
"smallProductNum": 30,
"smallProductBarcode": "12345687454213",
"largeProductStock": "90",
"smallProductSpec": "smallSpec"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18943, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 584, 'barcode': '12345678904321', 'token_boss': u'7442a76b-19a0-4839-a08c-f82e9660788e', 'specId1': 19136, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19137, 'pid1': 18942, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductStock": {
"EQ": "130",
"TYPE": "str"
},
"smallProductName": {
"TYPE": "str"
},
"largeProductNum": {
"TYPE": "int"
},
"largeProductName": {
"TYPE": "str"
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"TYPE": "str"
},
"smallProductNum": {
"TYPE": "int"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"msg": {
"EQ": "成功"
},
"largeProductStock": {
"EQ": "90",
"TYPE": "str"
},
"smallProductSpec": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductStock的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductNum的返回值通过
检查key: largeProductName的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallProductNum的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: msg的返回值通过
检查key: largeProductStock的返回值通过
检查key: smallProductSpec的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_129_BOSS_商品拆分 NEW--新增拆分规则--异常 不带商品 |
pass
pt1.129:
测试用例开始时间: 2017-06-17 16:42:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:42:15", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ed9719c2-5609-48e5-a473-2214ed591218","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ed9719c2-5609-48e5-a473-2214ed591218'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductName": "smallProduct",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"smallPurchasePrice": "100",
"smallProductId": 33,
"smallProductBarcode": "12345687454213",
"smallProductSpec": "smallSpec"
}
接口请求头文件为:
{u'token': u'ed9719c2-5609-48e5-a473-2214ed591218', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.9509999752
接口请求返回值:
{
"msg": "商品id不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ed9719c2-5609-48e5-a473-2214ed591218'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"largeProductId": 34,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'ed9719c2-5609-48e5-a473-2214ed591218', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.06299996376
接口请求返回值:
{
"msg": "商品id不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ed9719c2-5609-48e5-a473-2214ed591218'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_130_BOSS_商品拆分 NEW--新增拆分规则--正常 |
pass
pt1.130:
测试用例开始时间: 2017-06-17 16:42:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:42:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"49e5bac9-6dbd-4b6f-9729-cb7775dc09ae","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'49e5bac9-6dbd-4b6f-9729-cb7775dc09ae'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'49e5bac9-6dbd-4b6f-9729-cb7775dc09ae', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18944,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19138}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'49e5bac9-6dbd-4b6f-9729-cb7775dc09ae', 'specId1': 19138, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18944, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'49e5bac9-6dbd-4b6f-9729-cb7775dc09ae', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18945,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19139}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18945, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'49e5bac9-6dbd-4b6f-9729-cb7775dc09ae', 'specId1': 19138, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19139, 'pid1': 18944, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18945,
"smallProductBarcode": "12345687454213",
"largeProductId": 18944,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'49e5bac9-6dbd-4b6f-9729-cb7775dc09ae', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.58099985123
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18945, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'49e5bac9-6dbd-4b6f-9729-cb7775dc09ae', 'specId1': 19138, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19139, 'pid1': 18944, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_131_BOSS_商品拆分 NEW--查询拆分规则--正常 |
pass
pt1.131:
测试用例开始时间: 2017-06-17 16:42:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:42:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2096c936-61ae-474c-b155-c0bdd2159b98","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2096c936-61ae-474c-b155-c0bdd2159b98'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'2096c936-61ae-474c-b155-c0bdd2159b98', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18946,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19140}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'2096c936-61ae-474c-b155-c0bdd2159b98', 'specId1': 19140, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18946, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'2096c936-61ae-474c-b155-c0bdd2159b98', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18947,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19141}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18947, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'2096c936-61ae-474c-b155-c0bdd2159b98', 'specId1': 19140, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19141, 'pid1': 18946, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18947,
"smallProductBarcode": "12345687454213",
"largeProductId": 18946,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'2096c936-61ae-474c-b155-c0bdd2159b98', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.286999940872
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18947, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'2096c936-61ae-474c-b155-c0bdd2159b98', 'specId1': 19140, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19141, 'pid1': 18946, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'2096c936-61ae-474c-b155-c0bdd2159b98', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.47000002861
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:42:56",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 586,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18947,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18946,
"createTime": "2017-06-17 16:42:56",
"smallPurchasePrice": "333.33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18947, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 586, 'barcode': '12345678904321', 'token_boss': u'2096c936-61ae-474c-b155-c0bdd2159b98', 'specId1': 19140, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19141, 'pid1': 18946, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18946
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18947
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/detail/586
The request method is :GET
null
接口请求头文件为:
{u'token': u'2096c936-61ae-474c-b155-c0bdd2159b98', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.762000083923
接口请求返回值:
{
"msg": "成功",
"data": {
"updateTime": "2017-06-17 16:42:56",
"largeProductSpec": "test",
"smallProductStock": "100",
"largeProductStock": "100",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 586,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18947,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18946,
"createTime": "2017-06-17 16:42:56",
"smallPurchasePrice": "333.33"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18947, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 586, 'barcode': '12345678904321', 'token_boss': u'2096c936-61ae-474c-b155-c0bdd2159b98', 'specId1': 19140, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19141, 'pid1': 18946, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18946
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18947
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_132_BOSS_商品拆分 NEW--查询拆分规则列表--正常 |
pass
pt1.132:
测试用例开始时间: 2017-06-17 16:42:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:42:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"140212f5-d2d7-4ff6-90ed-fa075c70ffff","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18948,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19142}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', 'specId1': 19142, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18948, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18949,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19143}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18949, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', 'specId1': 19142, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19143, 'pid1': 18948, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"smallProductId": 18949,
"smallProductBarcode": "12345687454213",
"largeProductId": 18948,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.283000230789
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18949, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', 'specId1': 19142, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19143, 'pid1': 18948, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/splitrule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.48699998856
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:43:08",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 1,
"id": 587,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"smallProductId": 18949,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000",
"largeProductName": "largeName",
"largeProductId": 18948,
"createTime": "2017-06-17 16:43:08",
"smallPurchasePrice": "333.33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18949, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'140212f5-d2d7-4ff6-90ed-fa075c70ffff', 'specId1': 19142, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19143, 'pid1': 18948, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18948
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "333.33"
},
"smallProductId": {
"EQ": 18949
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_133_BOSS_商品特价规则 NEW--修改商品特价规则--异常 规则不存在 |
pass
pt1.133:
测试用例开始时间: 2017-06-17 16:43:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"85e6559b-a139-431e-b145-3a2c25f1f6f9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'85e6559b-a139-431e-b145-3a2c25f1f6f9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer/111111
The request method is :put
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-06",
"storeUsed": true,
"activityName": "DefineRule2",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"selectedSpecs": [
2
],
"memberUsed": false,
"specialOfferType": 0
}
接口请求头文件为:
{u'token': u'85e6559b-a139-431e-b145-3a2c25f1f6f9', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.40799999237
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'85e6559b-a139-431e-b145-3a2c25f1f6f9'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_134_BOSS_商品特价规则 NEW--修改商品特价规则--正常 |
pass
pt1.134:
测试用例开始时间: 2017-06-17 16:43:15
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18950,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19144}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', 'specId1': 19144, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18950, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"selectedSpecs": [
2
],
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.193000078201
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', 'specId1': 19144, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18950, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :GET
null
接口请求头文件为:
{u'token': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.871000051498
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"productScheme": 0,
"storeNo": 10,
"id": 273
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', 'specId1': 19144, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'couId': 273, 'pid1': 18950, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-06",
"storeUsed": true,
"activityName": "DefineRule2",
"netstoreUsed": false,
"productScheme": 0,
"specialOfferType": 0,
"discountRate": "0.9",
"selectedSpecs": [
2
],
"memberUsed": false,
"id": 273
}
接口请求头文件为:
{u'token': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.96500015259
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'bdf6cd5f-59ad-46d3-b99b-0ae0a1818bbd', 'specId1': 19144, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'couId': 273, 'pid1': 18950, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_135_BOSS_商品特价规则 NEW--商品特价规则列表--正常 |
pass
pt1.135:
测试用例开始时间: 2017-06-17 16:43:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6b4239af-151a-4ea5-96a5-c3324bacd572","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6b4239af-151a-4ea5-96a5-c3324bacd572'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'6b4239af-151a-4ea5-96a5-c3324bacd572', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18951,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19145}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6b4239af-151a-4ea5-96a5-c3324bacd572', 'specId1': 19145, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18951, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"selectedSpecs": [
2
],
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'6b4239af-151a-4ea5-96a5-c3324bacd572', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.25600004196
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6b4239af-151a-4ea5-96a5-c3324bacd572', 'specId1': 19145, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18951, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :GET
null
接口请求头文件为:
{u'token': u'6b4239af-151a-4ea5-96a5-c3324bacd572', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.02200007439
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"productScheme": 0,
"storeNo": 10,
"id": 275
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6b4239af-151a-4ea5-96a5-c3324bacd572', 'specId1': 19145, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'couId': 275, 'pid1': 18951, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"status": {
"eq": 3
},
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"productNum": {
"type": "int"
},
"activityName": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: productNum的返回值通过
检查key: activityName的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_136_BOSS_商品特价规则 NEW--新增商品特价规则--异常 不带category |
pass
pt1.136:
测试用例开始时间: 2017-06-17 16:43:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:27", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8c4106f8-4517-460a-b535-66c2ccc555c1","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8c4106f8-4517-460a-b535-66c2ccc555c1'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 1,
"discountRate": "0.9",
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'8c4106f8-4517-460a-b535-66c2ccc555c1', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.661999940872
接口请求返回值:
{
"msg": "商品或者分类不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8c4106f8-4517-460a-b535-66c2ccc555c1'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_137_BOSS_商品特价规则 NEW--新增商品特价规则--异常 不带商品Specs |
pass
pt1.137:
测试用例开始时间: 2017-06-17 16:43:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6a71dbc2-d16d-4aa3-abe2-e34e14062aa7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6a71dbc2-d16d-4aa3-abe2-e34e14062aa7'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'6a71dbc2-d16d-4aa3-abe2-e34e14062aa7', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.78200006485
接口请求返回值:
{
"msg": "商品或者分类不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6a71dbc2-d16d-4aa3-abe2-e34e14062aa7'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_138_BOSS_商品特价规则 NEW--新增商品特价规则--异常 带不存在的category |
pass
pt1.138:
测试用例开始时间: 2017-06-17 16:43:47
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7d43192f-83ab-4a95-8cf7-0678ca051d75","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7d43192f-83ab-4a95-8cf7-0678ca051d75'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 1,
"selectedCategory": [
1000000
],
"discountRate": "0.9",
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'7d43192f-83ab-4a95-8cf7-0678ca051d75', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.98099994659
接口请求返回值:
{
"msg": "特价商品分类不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7d43192f-83ab-4a95-8cf7-0678ca051d75'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_139_BOSS_商品特价规则 NEW--新增商品特价规则--异常 带不存在的商品spec |
pass
pt1.139:
测试用例开始时间: 2017-06-17 16:43:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:51", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e28c4128-bb97-40ae-9b61-c6309507de0c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e28c4128-bb97-40ae-9b61-c6309507de0c'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"selectedSpecs": [
1000000
],
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'e28c4128-bb97-40ae-9b61-c6309507de0c', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.90899991989
接口请求返回值:
{
"msg": "商品不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e28c4128-bb97-40ae-9b61-c6309507de0c'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_140_BOSS_商品特价规则 NEW--新增商品特价规则--异常 结束日期小于开始日期 |
pass
pt1.140:
测试用例开始时间: 2017-06-17 16:44:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:43:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"4d3812b6-6a1e-41f3-a085-d31faacced9b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4d3812b6-6a1e-41f3-a085-d31faacced9b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"status": 0,
"startDate": "2017-6-13",
"endDate": "2017-5-13",
"productNum": 0,
"activityName": "DefineRule",
"netstoreUsed": true,
"productScheme": 1,
"selectedCategory": [
145
],
"discountRate": "0.9",
"memberUsed": true,
"specialOfferType": 0,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'4d3812b6-6a1e-41f3-a085-d31faacced9b', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.631999969482
接口请求返回值:
{
"msg": "结束日期不能小于开始时间!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4d3812b6-6a1e-41f3-a085-d31faacced9b'}
期望检测的返回值:
{
"msg": {
"EQ": "结束日期不能小于开始时间!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_141_BOSS_商品特价规则 NEW--新增商品特价规则--异常 适用门店与网店都不选 |
pass
pt1.141:
测试用例开始时间: 2017-06-17 16:44:07
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:44:05", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1ac0ca17-2213-4588-96a2-3163e6b67640","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1ac0ca17-2213-4588-96a2-3163e6b67640'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": false,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"selectedSpecs": [
2,
3
],
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'1ac0ca17-2213-4588-96a2-3163e6b67640', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.44799995422
接口请求返回值:
{
"msg": "适用门店和适用网店不能同时关掉!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1ac0ca17-2213-4588-96a2-3163e6b67640'}
期望检测的返回值:
{
"msg": {
"EQ": "适用门店和适用网店不能同时关掉!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_142_BOSS_商品特价规则 NEW--新增商品特价规则--正常 productScheme为0 |
pass
pt1.142:
测试用例开始时间: 2017-06-17 16:44:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:44:10", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"27cf04cc-d82b-4a53-a2e8-06261ddb5811","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'27cf04cc-d82b-4a53-a2e8-06261ddb5811'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'27cf04cc-d82b-4a53-a2e8-06261ddb5811', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18952,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19146}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'27cf04cc-d82b-4a53-a2e8-06261ddb5811', 'specId1': 19146, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18952, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"selectedSpecs": [
19146
],
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'27cf04cc-d82b-4a53-a2e8-06261ddb5811', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.384999990463
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'27cf04cc-d82b-4a53-a2e8-06261ddb5811', 'specId1': 19146, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18952, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_143_BOSS_商品特价规则 NEW--新增商品特价规则--正常 productScheme为1 |
pass
pt1.143:
测试用例开始时间: 2017-06-17 16:44:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:44:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a12bf2e7-235d-45b0-a9ff-c3ea3300d331","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a12bf2e7-235d-45b0-a9ff-c3ea3300d331'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'a12bf2e7-235d-45b0-a9ff-c3ea3300d331', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18953,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19147}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a12bf2e7-235d-45b0-a9ff-c3ea3300d331', 'specId1': 19147, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18953, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 1,
"selectedCategory": [
510
],
"discountRate": "0.9",
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'a12bf2e7-235d-45b0-a9ff-c3ea3300d331', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.300999879837
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a12bf2e7-235d-45b0-a9ff-c3ea3300d331', 'specId1': 19147, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18953, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_144_BOSS_商品特价规则 NEW--新增商品特价规则--正常 多个category |
error
ft1.144:
测试用例开始时间: 2017-06-17 16:44:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:44:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c3245b91-dada-47cd-ab7c-f9f3d9a8cc61","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c3245b91-dada-47cd-ab7c-f9f3d9a8cc61'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"isSelect": false,
"is_standard": false,
"id": 0,
"parent": 0,
"name": "ABC"
}
接口请求头文件为:
{u'token': u'c3245b91-dada-47cd-ab7c-f9f3d9a8cc61', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.37800002098
接口请求返回值:
{
"msg": "成功",
"data": {
"is_standard": false,
"id": 905,
"name": "ABC"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'categoryId1': 905, 'password': '123456', 'token_boss': u'c3245b91-dada-47cd-ab7c-f9f3d9a8cc61'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"isSelect": false,
"is_standard": false,
"id": 0,
"parent": 0,
"name": "EFG"
}
接口请求头文件为:
{u'token': u'c3245b91-dada-47cd-ab7c-f9f3d9a8cc61', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.915999889374
接口请求返回值:
{
"msg": "该分类已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'id'
|
||||
test_145_BOSS_商品特价规则 NEW--新增商品特价规则--正常 多个商品规格 |
pass
pt1.145:
测试用例开始时间: 2017-06-17 16:44:36
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:44:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"876f87b7-5df2-4b30-888c-df4e29abb04f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'876f87b7-5df2-4b30-888c-df4e29abb04f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer
The request method is :POST
The request parameter is:
{
"specialPrice": 100,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"discountRate": "0.9",
"selectedSpecs": [
2,
3
],
"memberUsed": false,
"specialOfferType": 1
}
接口请求头文件为:
{u'token': u'876f87b7-5df2-4b30-888c-df4e29abb04f', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
4.92300009727
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'876f87b7-5df2-4b30-888c-df4e29abb04f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_146_BOSS_商品特价规则 NEW--查询商品特价规则--异常 ID不存在 |
pass
pt1.146:
测试用例开始时间: 2017-06-17 16:44:50
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:44:40", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6b03900f-5cd8-45e7-bfb5-a6486a646348","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6b03900f-5cd8-45e7-bfb5-a6486a646348'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/specialoffer/1000000
The request method is :get
null
接口请求头文件为:
{u'token': u'6b03900f-5cd8-45e7-bfb5-a6486a646348', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.86899995804
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6b03900f-5cd8-45e7-bfb5-a6486a646348'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_147_BOSS_商品特价规则 NEW--查询商品特价规则--正常 |
error
ft1.147:
测试用例开始时间: 2017-06-17 16:44:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:44:54", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ecc017af-66ec-441a-8765-bf8e18c7a311","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ecc017af-66ec-441a-8765-bf8e18c7a311'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"isSelect": false,
"is_standard": false,
"id": 0,
"parent": 0,
"name": "EFG"
}
接口请求头文件为:
{u'token': u'ecc017af-66ec-441a-8765-bf8e18c7a311', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
4.59400010109
接口请求返回值:
{
"msg": "该分类已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'id'
|
||||
test_148_BOSS_商品盘点 NEW--历史盘点记录--正常 |
pass
pt1.148:
测试用例开始时间: 2017-06-17 16:45:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:45:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f668e3c1-9c94-4140-b239-7edf87b50b09","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f668e3c1-9c94-4140-b239-7edf87b50b09'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'f668e3c1-9c94-4140-b239-7edf87b50b09', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"99","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"100","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'f668e3c1-9c94-4140-b239-7edf87b50b09', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'99', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/product/6923830302608
The request method is :get
null
接口请求头文件为:
{u'token': u'f668e3c1-9c94-4140-b239-7edf87b50b09', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.68499994278
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"image": "",
"barcode": "6923830302608",
"unit_display": "--",
"inventoryStatus": false,
"beforeStock": "0",
"category_display": "未分类",
"productId": 18880,
"purchase_price": 5.0,
"afterStock": "0",
"stock": "99"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'f668e3c1-9c94-4140-b239-7edf87b50b09', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'99', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"productId": {
"eq": 18880
},
"data": {
"type": "dict"
},
"inventoryStatus": {
"eq": false
},
"statusCode": {
"EQ": 0
}
}
检查key: productId的返回值通过
检查key: data的返回值通过
检查key: inventoryStatus的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory
The request method is :post
The request parameter is:
{
"category": 557,
"name": "test",
"image": "",
"barcode": "6923830302608",
"beforeStock": 100,
"category_display": "未分类",
"inventoryId": "",
"stock": 100,
"unit_display": "test",
"afterStock": 110,
"productId": "18880"
}
接口请求头文件为:
{u'token': u'f668e3c1-9c94-4140-b239-7edf87b50b09', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.03699994087
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"stockCalculation": 10.0,
"updateTime": "2017-06-17 16:45:23",
"specId": 19074,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"profit": "50.000",
"image": "",
"barcode": "6923830302608",
"id": 395,
"unit_display": "--",
"purchase_price": 5.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 304,
"productId": 18880,
"createTime": "2017-06-17 16:45:23",
"afterStock": "110",
"stock": "110"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 304, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'f668e3c1-9c94-4140-b239-7edf87b50b09', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'99', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"specId": {
"eq": 19074
},
"barcode": {
"eq": "6923830302608"
},
"inventoryStatus": {
"eq": true
},
"beforeStock": {
"eq": "100"
},
"id": {
"type": "int"
},
"afterStock": {
"eq": "110"
},
"statusCode": {
"EQ": 0
}
}
检查key: specId的返回值通过
检查key: barcode的返回值通过
检查key: inventoryStatus的返回值通过
检查key: beforeStock的返回值通过
检查key: id的返回值通过
检查key: afterStock的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/finish/304
The request method is :get
null
接口请求头文件为:
{u'token': u'f668e3c1-9c94-4140-b239-7edf87b50b09', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.16599988937
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 304, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'f668e3c1-9c94-4140-b239-7edf87b50b09', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'99', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/history/list
The request method is :get
null
接口请求头文件为:
{u'token': u'f668e3c1-9c94-4140-b239-7edf87b50b09', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.13300013542
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 1,
"updateTime": "2017-06-17 16:45:25",
"damagedAmount": "0.00",
"damagedNum": 0,
"addToStockAmount": 50.0,
"id": 304,
"inventoryNum": 1,
"version": 3,
"storeNo": 10,
"inventorySKUNum": 3,
"addToStockNum": 10,
"createTime": "2017-06-17 16:45:23",
"totalInventorySKUNum": 4
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 304, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'f668e3c1-9c94-4140-b239-7edf87b50b09', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'99', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"status": {
"eq": 1
},
"update_time": {
"type": "str"
},
"damagedAmount": {
"type": "str"
},
"damagedNum": {
"eq": 0,
"type": "int"
},
"addToStockAmount": {
"type": "float"
},
"create_time": {
"type": "str"
},
"addToStockNum": {
"eq": 10,
"type": "int"
},
"inventorySKUNum": {
"type": "int"
},
"totalInventorySKUNum": {
"type": "int"
},
"data.0.id": {
"eq": "304",
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: update_time的返回值通过
检查key: damagedAmount的返回值通过
检查key: damagedNum的返回值通过
检查key: addToStockAmount的返回值通过
检查key: create_time的返回值通过
检查key: addToStockNum的返回值通过
检查key: inventorySKUNum的返回值通过
检查key: totalInventorySKUNum的返回值通过
检查key: data.0.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_149_BOSS_商品盘点 NEW--按分类搜索盘点记录--正常 |
pass
pt1.149:
测试用例开始时间: 2017-06-17 16:45:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:45:15", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0dd03487-9910-4c7d-b9c6-47654bd30ade","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0dd03487-9910-4c7d-b9c6-47654bd30ade'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"109","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"100","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'109', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/product/6923830302608
The request method is :get
null
接口请求头文件为:
{u'token': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
3.117000103
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"image": "",
"barcode": "6923830302608",
"unit_display": "--",
"inventoryStatus": false,
"beforeStock": "0",
"category_display": "未分类",
"productId": 18880,
"purchase_price": 5.0,
"afterStock": "0",
"stock": "109"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'109', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"productId": {
"eq": 18880
},
"data": {
"type": "dict"
},
"inventoryStatus": {
"eq": false
},
"statusCode": {
"EQ": 0
}
}
检查key: productId的返回值通过
检查key: data的返回值通过
检查key: inventoryStatus的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory
The request method is :post
The request parameter is:
{
"category": 557,
"name": "test",
"image": "",
"barcode": "6923830302608",
"beforeStock": 100,
"category_display": "test",
"inventoryId": "",
"stock": 100,
"unit_display": "test",
"afterStock": 110,
"productId": "18880"
}
接口请求头文件为:
{u'token': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.821000099182
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"stockCalculation": 10.0,
"updateTime": "2017-06-17 16:45:39",
"specId": 19074,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"profit": "50.000",
"image": "",
"barcode": "6923830302608",
"id": 396,
"unit_display": "--",
"purchase_price": 5.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 305,
"productId": 18880,
"createTime": "2017-06-17 16:45:39",
"afterStock": "110",
"stock": "110"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 305, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'109', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"specId": {
"eq": 19074
},
"barcode": {
"eq": "6923830302608"
},
"inventoryStatus": {
"eq": true
},
"beforeStock": {
"eq": "100"
},
"id": {
"type": "int"
},
"afterStock": {
"eq": "110"
},
"statusCode": {
"EQ": 0
}
}
检查key: specId的返回值通过
检查key: barcode的返回值通过
检查key: inventoryStatus的返回值通过
检查key: beforeStock的返回值通过
检查key: id的返回值通过
检查key: afterStock的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/finish/305
The request method is :get
null
接口请求头文件为:
{u'token': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.47000002861
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 305, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'109', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/history/list
The request method is :get
null
接口请求头文件为:
{u'token': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.713000059128
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 1,
"updateTime": "2017-06-17 16:45:40",
"damagedAmount": "0.00",
"damagedNum": 0,
"addToStockAmount": 50.0,
"id": 305,
"inventoryNum": 1,
"version": 3,
"storeNo": 10,
"inventorySKUNum": 3,
"addToStockNum": 10,
"createTime": "2017-06-17 16:45:39",
"totalInventorySKUNum": 4
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 305, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'109', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"status": {
"eq": 1
},
"update_time": {
"type": "str"
},
"damagedAmount": {
"type": "str"
},
"damagedNum": {
"eq": 0,
"type": "int"
},
"addToStockAmount": {
"type": "float"
},
"create_time": {
"type": "str"
},
"addToStockNum": {
"eq": 10,
"type": "int"
},
"inventorySKUNum": {
"type": "int"
},
"totalInventorySKUNum": {
"type": "int"
},
"data.0.id": {
"eq": "305",
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: update_time的返回值通过
检查key: damagedAmount的返回值通过
检查key: damagedNum的返回值通过
检查key: addToStockAmount的返回值通过
检查key: create_time的返回值通过
检查key: addToStockNum的返回值通过
检查key: inventorySKUNum的返回值通过
检查key: totalInventorySKUNum的返回值通过
检查key: data.0.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/search/305
The request method is :get
The request parameter is:
{
"categoryId": 557
}
接口请求头文件为:
{u'token': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.21199989319
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"category": 557,
"stockCalculation": 10,
"updateTime": "2017-06-17 16:45:39",
"specId": 19074,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"profit": "50.00",
"image": "",
"barcode": "6923830302608",
"id": 396,
"unit_display": "--",
"purchase_price": 5.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 305,
"productId": 18880,
"createTime": "2017-06-17 16:45:39",
"afterStock": "110",
"stock": "110"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 305, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'0dd03487-9910-4c7d-b9c6-47654bd30ade', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'109', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"category": {
"EQ": "557"
},
"image": {
"type": "str"
},
"barcode": {
"EQ": "6923830302608"
},
"data.data": {
"ll": 1,
"type": "list"
},
"stock": {
"EQ": "110"
},
"beforeStock": {
"EQ": "100"
},
"category_display": {
"type": "str"
},
"productId": {
"EQ": 18880
},
"id": {
"type": "int"
},
"afterStock": {
"EQ": "110"
},
"statusCode": {
"EQ": 0
}
}
检查key: category的返回值通过
检查key: image的返回值通过
检查key: barcode的返回值通过
检查key: data.data的返回值通过
检查key: stock的返回值通过
检查key: beforeStock的返回值通过
检查key: category_display的返回值通过
检查key: productId的返回值通过
检查key: id的返回值通过
检查key: afterStock的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_150_BOSS_商品盘点 NEW--提交单件商品盘点--正常 |
pass
pt1.150:
测试用例开始时间: 2017-06-17 16:45:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:45:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3daef59f-33e6-4994-bee3-b841441cf7b4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3daef59f-33e6-4994-bee3-b841441cf7b4'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'3daef59f-33e6-4994-bee3-b841441cf7b4', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"119","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"100","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'3daef59f-33e6-4994-bee3-b841441cf7b4', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'119', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/product/6923830302608
The request method is :get
null
接口请求头文件为:
{u'token': u'3daef59f-33e6-4994-bee3-b841441cf7b4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.50200009346
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"image": "",
"barcode": "6923830302608",
"unit_display": "--",
"inventoryStatus": false,
"beforeStock": "0",
"category_display": "未分类",
"productId": 18880,
"purchase_price": 5.0,
"afterStock": "0",
"stock": "119"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'3daef59f-33e6-4994-bee3-b841441cf7b4', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'119', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"productId": {
"eq": 18880
},
"data": {
"type": "dict"
},
"inventoryStatus": {
"eq": false
},
"statusCode": {
"EQ": 0
}
}
检查key: productId的返回值通过
检查key: data的返回值通过
检查key: inventoryStatus的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory
The request method is :post
The request parameter is:
{
"category": 557,
"name": "test",
"image": "",
"barcode": "6923830302608",
"beforeStock": 100,
"category_display": "未分类",
"inventoryId": "",
"stock": 100,
"unit_display": "test",
"afterStock": 110,
"productId": "18880"
}
接口请求头文件为:
{u'token': u'3daef59f-33e6-4994-bee3-b841441cf7b4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.855000019073
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"stockCalculation": 10.0,
"updateTime": "2017-06-17 16:45:50",
"specId": 19074,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"profit": "50.000",
"image": "",
"barcode": "6923830302608",
"id": 397,
"unit_display": "--",
"purchase_price": 5.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 306,
"productId": 18880,
"createTime": "2017-06-17 16:45:50",
"afterStock": "110",
"stock": "110"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 306, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'3daef59f-33e6-4994-bee3-b841441cf7b4', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'119', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"specId": {
"eq": 19074
},
"barcode": {
"eq": "6923830302608"
},
"inventoryStatus": {
"eq": true
},
"beforeStock": {
"eq": "100"
},
"id": {
"type": "int"
},
"afterStock": {
"eq": "110"
},
"statusCode": {
"EQ": 0
}
}
检查key: specId的返回值通过
检查key: barcode的返回值通过
检查key: inventoryStatus的返回值通过
检查key: beforeStock的返回值通过
检查key: id的返回值通过
检查key: afterStock的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_151_BOSS_商品盘点 NEW--新建盘点--正常 |
pass
pt1.151:
测试用例开始时间: 2017-06-17 16:45:50
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:45:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ea244ea4-6351-4577-b418-10f2851d258d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ea244ea4-6351-4577-b418-10f2851d258d'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'ea244ea4-6351-4577-b418-10f2851d258d', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"100","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'ea244ea4-6351-4577-b418-10f2851d258d', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/product/6923830302608
The request method is :get
null
接口请求头文件为:
{u'token': u'ea244ea4-6351-4577-b418-10f2851d258d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.7009999752
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"image": "",
"barcode": "6923830302608",
"unit_display": "--",
"inventoryStatus": false,
"beforeStock": "0",
"category_display": "未分类",
"productId": 18880,
"purchase_price": 5.0,
"afterStock": "0",
"stock": "129"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'ea244ea4-6351-4577-b418-10f2851d258d', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"productId": {
"eq": 18880
},
"data": {
"type": "dict"
},
"inventoryStatus": {
"eq": false
},
"statusCode": {
"EQ": 0
}
}
检查key: productId的返回值通过
检查key: data的返回值通过
检查key: inventoryStatus的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_152_BOSS_商品盘点 NEW--查询单件商品盘点记录--异常 barcode不存在 |
pass
pt1.152:
测试用例开始时间: 2017-06-17 16:45:56
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:45:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e28f3fc5-70a5-44ba-8264-46f8c42d40b0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e28f3fc5-70a5-44ba-8264-46f8c42d40b0'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/product/12345678098765
The request method is :get
null
接口请求头文件为:
{u'token': u'e28f3fc5-70a5-44ba-8264-46f8c42d40b0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.37600016594
接口请求返回值:
{
"msg": "本店不存在此商品",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e28f3fc5-70a5-44ba-8264-46f8c42d40b0'}
期望检测的返回值:
{
"msg": {
"eq": "本店不存在此商品"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_153_BOSS_商品盘点 NEW--查询当前盘点汇总信息--正常 |
pass
pt1.153:
测试用例开始时间: 2017-06-17 16:46:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:45:59", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"86bd208d-905a-4c76-8370-02f404d87986","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'86bd208d-905a-4c76-8370-02f404d87986'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'86bd208d-905a-4c76-8370-02f404d87986', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"100","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'86bd208d-905a-4c76-8370-02f404d87986', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'100', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory
The request method is :GET
null
接口请求头文件为:
{u'token': u'86bd208d-905a-4c76-8370-02f404d87986', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.92600011826
接口请求返回值:
{
"msg": "成功",
"data": {
"status": 0,
"updateTime": "2017-06-17 16:46:10",
"damagedAmount": "0",
"damagedNum": 0,
"addToStockAmount": 0,
"id": 307,
"inventoryNum": 0,
"version": 1,
"storeNo": 10,
"inventorySKUNum": 0,
"addToStockNum": 0,
"createTime": "2017-06-17 16:46:10",
"totalInventorySKUNum": 4
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 307, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'86bd208d-905a-4c76-8370-02f404d87986', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'100', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"damagedAmount": {
"type": "str"
},
"addToStockAmount": {
"type": "int"
},
"addToStockNum": {
"type": "int"
},
"inventorySKUNum": {
"type": "int"
},
"totalInventorySKUNum": {
"type": "int"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: damagedAmount的返回值通过
检查key: addToStockAmount的返回值通过
检查key: addToStockNum的返回值通过
检查key: inventorySKUNum的返回值通过
检查key: totalInventorySKUNum的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/
The request method is :post
The request parameter is:
{
"category": 557,
"name": "忍者",
"image": "",
"barcode": "12345678909876",
"beforeStock": 100,
"category_display": "testhhh",
"stock": 100,
"unit_display": "test",
"afterStock": 110,
"productId": "18882"
}
接口请求头文件为:
{u'token': u'86bd208d-905a-4c76-8370-02f404d87986', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.858000040054
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"stockCalculation": 10.0,
"updateTime": "2017-06-17 16:46:11",
"specId": 19076,
"name": "激浪柠檬味可乐型汽水",
"profit": "20.000",
"image": "",
"barcode": "12345678909876",
"id": 398,
"unit_display": "--",
"purchase_price": 2.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 307,
"productId": 18882,
"createTime": "2017-06-17 16:46:11",
"afterStock": "110",
"stock": "110"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 307, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'86bd208d-905a-4c76-8370-02f404d87986', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'100', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/current
The request method is :get
null
接口请求头文件为:
{u'token': u'86bd208d-905a-4c76-8370-02f404d87986', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.521000146866
接口请求返回值:
{
"msg": "成功",
"data": {
"status": 0,
"updateTime": "2017-06-17 16:46:11",
"damagedAmount": "0.00",
"damagedNum": 0,
"addToStockAmount": 20.0,
"id": 307,
"inventoryNum": 1,
"version": 2,
"storeNo": 10,
"inventorySKUNum": 3,
"addToStockNum": 10,
"createTime": "2017-06-17 16:46:10",
"totalInventorySKUNum": 4
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 307, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'86bd208d-905a-4c76-8370-02f404d87986', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'100', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"update_time": {
"type": "str"
},
"damagedAmount": {
"type": "str"
},
"damagedNum": {
"type": "int"
},
"addToStockAmount": {
"type": "float"
},
"create_time": {
"type": "str"
},
"addToStockNum": {
"type": "int"
},
"inventorySKUNum": {
"type": "int"
},
"totalInventorySKUNum": {
"type": "int"
},
"storeNo": {
"type": "int"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: update_time的返回值通过
检查key: damagedAmount的返回值通过
检查key: damagedNum的返回值通过
检查key: addToStockAmount的返回值通过
检查key: create_time的返回值通过
检查key: addToStockNum的返回值通过
检查key: inventorySKUNum的返回值通过
检查key: totalInventorySKUNum的返回值通过
检查key: storeNo的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/finish/307
The request method is :get
null
接口请求头文件为:
{u'token': u'86bd208d-905a-4c76-8370-02f404d87986', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.78299999237
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 307, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'86bd208d-905a-4c76-8370-02f404d87986', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'100', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_154_BOSS_商品盘点 NEW--查询盘点详情--正常 |
pass
pt1.154:
测试用例开始时间: 2017-06-17 16:46:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:46:05", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f76b2d97-1f81-426c-a175-041ecdd791d1","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f76b2d97-1f81-426c-a175-041ecdd791d1'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'f76b2d97-1f81-426c-a175-041ecdd791d1', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"110","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'f76b2d97-1f81-426c-a175-041ecdd791d1', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'110', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory
The request method is :GET
null
接口请求头文件为:
{u'token': u'f76b2d97-1f81-426c-a175-041ecdd791d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.639999866486
接口请求返回值:
{
"msg": "成功",
"data": {
"status": 0,
"updateTime": "2017-06-17 16:46:20",
"damagedAmount": "0",
"damagedNum": 0,
"addToStockAmount": 0,
"id": 308,
"inventoryNum": 0,
"version": 1,
"storeNo": 10,
"inventorySKUNum": 0,
"addToStockNum": 0,
"createTime": "2017-06-17 16:46:20",
"totalInventorySKUNum": 4
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 308, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'f76b2d97-1f81-426c-a175-041ecdd791d1', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'110', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"damagedAmount": {
"type": "str"
},
"addToStockAmount": {
"type": "int"
},
"addToStockNum": {
"type": "int"
},
"inventorySKUNum": {
"type": "int"
},
"totalInventorySKUNum": {
"type": "int"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: damagedAmount的返回值通过
检查key: addToStockAmount的返回值通过
检查key: addToStockNum的返回值通过
检查key: inventorySKUNum的返回值通过
检查key: totalInventorySKUNum的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/
The request method is :post
The request parameter is:
{
"category": 557,
"name": "忍者",
"image": "",
"barcode": "6908946287063",
"beforeStock": 100,
"category_display": "testhhh",
"stock": 100,
"unit_display": "test",
"afterStock": 110,
"productId": "18882"
}
接口请求头文件为:
{u'token': u'f76b2d97-1f81-426c-a175-041ecdd791d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.818000078201
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"stockCalculation": 10.0,
"updateTime": "2017-06-17 16:46:21",
"specId": 19076,
"name": "激浪柠檬味可乐型汽水",
"profit": "20.000",
"image": "",
"barcode": "6908946287063",
"id": 399,
"unit_display": "--",
"purchase_price": 2.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 308,
"productId": 18882,
"createTime": "2017-06-17 16:46:21",
"afterStock": "110",
"stock": "110"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 308, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'f76b2d97-1f81-426c-a175-041ecdd791d1', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'110', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/finish/308
The request method is :get
null
接口请求头文件为:
{u'token': u'f76b2d97-1f81-426c-a175-041ecdd791d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.00600004196
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 308, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'f76b2d97-1f81-426c-a175-041ecdd791d1', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'110', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/detail/308
The request method is :get
null
接口请求头文件为:
{u'token': u'f76b2d97-1f81-426c-a175-041ecdd791d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.68799996376
接口请求返回值:
{
"msg": "成功",
"data": [
{
"category": 557,
"stockCalculation": 10,
"updateTime": "2017-06-17 16:46:21",
"specId": 19076,
"name": "激浪柠檬味可乐型汽水",
"profit": "20.00",
"image": "",
"barcode": "6908946287063",
"id": 399,
"unit_display": "--",
"purchase_price": 2.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 308,
"productId": 18882,
"createTime": "2017-06-17 16:46:21",
"afterStock": "110",
"stock": "110"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 308, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'f76b2d97-1f81-426c-a175-041ecdd791d1', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'110', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"category": {
"EQ": 557
},
"image": {
"type": "str"
},
"barcode": {
"EQ": "6908946287063"
},
"stock": {
"EQ": "110"
},
"category_display": {
"type": "str"
},
"productId": {
"EQ": 18882
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"afterStock": {
"EQ": 110
},
"statusCode": {
"EQ": 0
}
}
检查key: category的返回值通过
检查key: image的返回值通过
检查key: barcode的返回值通过
检查key: stock的返回值通过
检查key: category_display的返回值通过
检查key: productId的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: afterStock的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_155_BOSS_商品盘点 NEW--查询盘点详情--盘点ID不存在 |
pass
pt1.155:
测试用例开始时间: 2017-06-17 16:46:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:46:15", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"48e76629-f1da-453d-a3bb-38cbc049c1c3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'48e76629-f1da-453d-a3bb-38cbc049c1c3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/detail/1111111111/
The request method is :get
null
接口请求头文件为:
{u'token': u'48e76629-f1da-453d-a3bb-38cbc049c1c3', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.61299991608
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'48e76629-f1da-453d-a3bb-38cbc049c1c3'}
期望检测的返回值:
{
"data": {
"ll": 0
}
}
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_156_BOSS_商品盘点 NEW--结束盘点--异常 盘点ID不存在 |
pass
pt1.156:
测试用例开始时间: 2017-06-17 16:46:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:46:27", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"242d4b84-2ae8-4c64-aabf-bb55b9dd4534","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'242d4b84-2ae8-4c64-aabf-bb55b9dd4534'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/finish/32323232
The request method is :get
null
接口请求头文件为:
{u'token': u'242d4b84-2ae8-4c64-aabf-bb55b9dd4534', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.95799994469
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'242d4b84-2ae8-4c64-aabf-bb55b9dd4534'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_157_BOSS_商品盘点 NEW--结束盘点--正常 |
pass
pt1.157:
测试用例开始时间: 2017-06-17 16:46:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:46:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"93339250-ec49-4276-9562-fbf793327d74","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'93339250-ec49-4276-9562-fbf793327d74'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'93339250-ec49-4276-9562-fbf793327d74', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"120","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'93339250-ec49-4276-9562-fbf793327d74', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'120', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory
The request method is :GET
null
接口请求头文件为:
{u'token': u'93339250-ec49-4276-9562-fbf793327d74', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.76699995995
接口请求返回值:
{
"msg": "成功",
"data": {
"status": 0,
"updateTime": "2017-06-17 16:46:43",
"damagedAmount": "0",
"damagedNum": 0,
"addToStockAmount": 0,
"id": 309,
"inventoryNum": 0,
"version": 1,
"storeNo": 10,
"inventorySKUNum": 0,
"addToStockNum": 0,
"createTime": "2017-06-17 16:46:43",
"totalInventorySKUNum": 4
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 309, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'93339250-ec49-4276-9562-fbf793327d74', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'120', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"damagedAmount": {
"type": "str"
},
"addToStockAmount": {
"type": "int"
},
"addToStockNum": {
"type": "int"
},
"inventorySKUNum": {
"type": "int"
},
"totalInventorySKUNum": {
"type": "int"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: damagedAmount的返回值通过
检查key: addToStockAmount的返回值通过
检查key: addToStockNum的返回值通过
检查key: inventorySKUNum的返回值通过
检查key: totalInventorySKUNum的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/
The request method is :post
The request parameter is:
{
"category": 557,
"name": "忍者",
"image": "",
"barcode": "12345678909876",
"beforeStock": 100,
"category_display": "testhhh",
"stock": 100,
"unit_display": "test",
"afterStock": 110,
"productId": "18882"
}
接口请求头文件为:
{u'token': u'93339250-ec49-4276-9562-fbf793327d74', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.947999954224
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"stockCalculation": 10.0,
"updateTime": "2017-06-17 16:46:44",
"specId": 19076,
"name": "激浪柠檬味可乐型汽水",
"profit": "20.000",
"image": "",
"barcode": "12345678909876",
"id": 400,
"unit_display": "--",
"purchase_price": 2.0,
"version": 1,
"inventoryStatus": true,
"beforeStock": "100",
"category_display": "未分类",
"inventoryId": 309,
"productId": 18882,
"createTime": "2017-06-17 16:46:44",
"afterStock": "110",
"stock": "110"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 309, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'93339250-ec49-4276-9562-fbf793327d74', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'120', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/inventory/finish/309
The request method is :get
null
接口请求头文件为:
{u'token': u'93339250-ec49-4276-9562-fbf793327d74', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.46000003815
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'inventId': 309, 'barcode': u'6908946287063', 'pid': 18882, 'token_boss': u'93339250-ec49-4276-9562-fbf793327d74', 'purchase_price': u'2.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'120', 'sale_price': u'3.00', 'specId': 19076, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_158_BOSS_商品组装规则 NEW--修改组装规则--异常 id不存在 |
pass
pt1.158:
测试用例开始时间: 2017-06-17 16:46:45
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:46:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c4d9b534-9a20-4592-999e-d340b83071ce","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c4d9b534-9a20-4592-999e-d340b83071ce'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/mod/11111111
The request method is :PUT
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 12,
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 15,
"smallProductId": 12,
"smallProductBarcode": "12345687454213",
"largeProductId": 15,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'c4d9b534-9a20-4592-999e-d340b83071ce', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.802999973297
接口请求返回值:
{
"msg": "商品不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c4d9b534-9a20-4592-999e-d340b83071ce'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_159_BOSS_商品组装规则 NEW--修改组装规则--异常 商品ID不存在 |
pass
pt1.159:
测试用例开始时间: 2017-06-17 16:46:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:46:48", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"213ccf9f-dece-4969-ab3a-a05b34d48d25","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'213ccf9f-dece-4969-ab3a-a05b34d48d25'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18954,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19148}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', 'specId1': 19148, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18954, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18955,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19149}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18955, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', 'specId1': 19148, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19149, 'pid1': 18954, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19149,
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19148,
"smallProductId": 18955,
"smallProductBarcode": "12345687454213",
"largeProductId": 18954,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.363999843597
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18955, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', 'specId1': 19148, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19149, 'pid1': 18954, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.61400008202
接口请求返回值:
{
"msg": "成功",
"data": [
{
"smallProductId": 18955,
"updateTime": "2017-06-17 16:46:58",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19149,
"id": 588,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19148,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "300.0",
"largeProductName": "largeName",
"largeProductId": 18954,
"createTime": "2017-06-17 16:46:58",
"smallPurchasePrice": "100"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18955, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 588, 'barcode': '12345678904321', 'token_boss': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', 'specId1': 19148, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19149, 'pid1': 18954, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18954
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18955
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "300.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/mod/588
The request method is :PUT
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 12121212,
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 11111111,
"smallProductId": 12121212,
"smallProductBarcode": "12345687454213",
"largeProductId": 11111111,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.990999937057
接口请求返回值:
{
"msg": "商品不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18955, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 588, 'barcode': '12345678904321', 'token_boss': u'213ccf9f-dece-4969-ab3a-a05b34d48d25', 'specId1': 19148, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19149, 'pid1': 18954, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_160_BOSS_商品组装规则 NEW--修改组装规则--正常 |
pass
pt1.160:
测试用例开始时间: 2017-06-17 16:47:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:46:53", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6216acba-85ae-46c2-bfef-56bb876d7829","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6216acba-85ae-46c2-bfef-56bb876d7829'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18956,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19150}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'specId1': 19150, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18956, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18957,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19151}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18957, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'specId1': 19150, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19151, 'pid1': 18956, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19151,
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19150,
"smallProductId": 18957,
"smallProductBarcode": "12345687454213",
"largeProductId": 18956,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'6216acba-85ae-46c2-bfef-56bb876d7829', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.286000013351
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18957, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'specId1': 19150, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19151, 'pid1': 18956, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'6216acba-85ae-46c2-bfef-56bb876d7829', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.71799993515
接口请求返回值:
{
"msg": "成功",
"data": [
{
"smallProductId": 18957,
"updateTime": "2017-06-17 16:47:11",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19151,
"id": 589,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19150,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "300.0",
"largeProductName": "largeName",
"largeProductId": 18956,
"createTime": "2017-06-17 16:47:11",
"smallPurchasePrice": "100"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18957, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 589, 'barcode': '12345678904321', 'token_boss': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'specId1': 19150, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19151, 'pid1': 18956, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18956
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18957
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "300.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/mod/589
The request method is :PUT
The request parameter is:
{
"smallProductSpec": "smallSpecMM",
"smallProductName": "smallProductMM",
"smallProductSpecId": 19151,
"largeProductName": "largeNameMM",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "largeSpecMM",
"smallPurchasePrice": "100",
"largeProductSpecId": 19150,
"smallProductId": 18957,
"smallProductBarcode": "12345687454213",
"largeProductId": 18956,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'6216acba-85ae-46c2-bfef-56bb876d7829', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.10400009155
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18957, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 589, 'barcode': '12345678904321', 'token_boss': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'specId1': 19150, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19151, 'pid1': 18956, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/detail/589
The request method is :GET
null
接口请求头文件为:
{u'token': u'6216acba-85ae-46c2-bfef-56bb876d7829', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.764999866486
接口请求返回值:
{
"msg": "成功",
"data": {
"smallProductId": 18957,
"updateTime": "2017-06-17 16:47:13",
"largeProductSpec": "largeSpecMM",
"smallProductStock": "100",
"largeProductStock": "100",
"smallProductSpec": "smallSpecMM",
"ruleType": 2,
"smallProductSpecId": 19151,
"id": 589,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 2,
"storeNo": 10,
"largeProductSpecId": 19150,
"smallProductName": "smallProductMM",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "300.0",
"largeProductName": "largeNameMM",
"largeProductId": 18956,
"createTime": "2017-06-17 16:47:11",
"smallPurchasePrice": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18957, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 589, 'barcode': '12345678904321', 'token_boss': u'6216acba-85ae-46c2-bfef-56bb876d7829', 'specId1': 19150, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19151, 'pid1': 18956, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpecMM"
},
"smallProductName": {
"EQ": "smallProductMM"
},
"largeProductId": {
"EQ": 18956
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "largeSpecMM"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18957
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeNameMM"
},
"largePurchasePrice": {
"EQ": "300.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_161_BOSS_商品组装规则 NEW--删除组装规则--正常 |
pass
pt1.161:
测试用例开始时间: 2017-06-17 16:47:15
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:47:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f6e01953-6af7-424c-ba0a-f86aba9a741f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f6e01953-6af7-424c-ba0a-f86aba9a741f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18958,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19152}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'specId1': 19152, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18958, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18959,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19153}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18959, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'specId1': 19152, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19153, 'pid1': 18958, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19153,
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19152,
"smallProductId": 18959,
"smallProductBarcode": "12345687454213",
"largeProductId": 18958,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.2009999752
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18959, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'specId1': 19152, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19153, 'pid1': 18958, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.84700012207
接口请求返回值:
{
"msg": "成功",
"data": [
{
"smallProductId": 18959,
"updateTime": "2017-06-17 16:47:29",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19153,
"id": 590,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19152,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "300.0",
"largeProductName": "largeName",
"largeProductId": 18958,
"createTime": "2017-06-17 16:47:29",
"smallPurchasePrice": "100"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18959, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 590, 'barcode': '12345678904321', 'token_boss': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'specId1': 19152, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19153, 'pid1': 18958, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18958
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18959
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "300.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/del/590
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.76399993896
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18959, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 590, 'barcode': '12345678904321', 'token_boss': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'specId1': 19152, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19153, 'pid1': 18958, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.742000102997
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18959, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 590, 'barcode': '12345678904321', 'token_boss': u'f6e01953-6af7-424c-ba0a-f86aba9a741f', 'specId1': 19152, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19153, 'pid1': 18958, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"LL": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_162_BOSS_商品组装规则 NEW--删除组装规则--正常 id不存在 不做操作 |
pass
pt1.162:
测试用例开始时间: 2017-06-17 16:47:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:47:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ac43b0aa-e031-476c-a794-024103763c77","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ac43b0aa-e031-476c-a794-024103763c77'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/del/10000
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'ac43b0aa-e031-476c-a794-024103763c77', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.822999954224
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ac43b0aa-e031-476c-a794-024103763c77'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_163_BOSS_商品组装规则 NEW--执行组装规则--异常 ruleId不存在 |
pass
pt1.163:
测试用例开始时间: 2017-06-17 16:47:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:47:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0e3b37bd-8f6f-4052-b97d-ecbbe46afff4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e3b37bd-8f6f-4052-b97d-ecbbe46afff4'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/1000000/10
The request method is :GET
null
接口请求头文件为:
{u'token': u'0e3b37bd-8f6f-4052-b97d-ecbbe46afff4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.72699999809
接口请求返回值:
{
"msg": "规则不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e3b37bd-8f6f-4052-b97d-ecbbe46afff4'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_164_BOSS_商品组装规则 NEW--执行组装规则--异常 库存数量不足 |
pass
pt1.164:
测试用例开始时间: 2017-06-17 16:47:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:47:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"4e1b5381-e890-415b-8628-d4c108c88381","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4e1b5381-e890-415b-8628-d4c108c88381'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'4e1b5381-e890-415b-8628-d4c108c88381', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18960,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19154}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'4e1b5381-e890-415b-8628-d4c108c88381', 'specId1': 19154, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18960, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
{u'db': u'product', u'command': u'UPDATE product_spec SET stock = 5 WHERE product_id = 18960'}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'4e1b5381-e890-415b-8628-d4c108c88381', 'specId1': 19154, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18960, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'4e1b5381-e890-415b-8628-d4c108c88381', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18961,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19155}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18961, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'4e1b5381-e890-415b-8628-d4c108c88381', 'specId1': 19154, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19155, 'pid1': 18960, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19155,
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19154,
"smallProductId": 18961,
"smallProductBarcode": "12345687454213",
"largeProductId": 18960,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'4e1b5381-e890-415b-8628-d4c108c88381', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.521000146866
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18961, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'4e1b5381-e890-415b-8628-d4c108c88381', 'specId1': 19154, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19155, 'pid1': 18960, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'4e1b5381-e890-415b-8628-d4c108c88381', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.62099981308
接口请求返回值:
{
"msg": "成功",
"data": [
{
"smallProductId": 18961,
"updateTime": "2017-06-17 16:47:55",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19155,
"id": 591,
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19154,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "500.0",
"largeProductName": "largeName",
"largeProductId": 18960,
"createTime": "2017-06-17 16:47:55",
"smallPurchasePrice": "100"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18961, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 591, 'barcode': '12345678904321', 'token_boss': u'4e1b5381-e890-415b-8628-d4c108c88381', 'specId1': 19154, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19155, 'pid1': 18960, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18960
},
"splitNumber": {
"EQ": 5
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18961
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "500.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/591/130
The request method is :GET
null
接口请求头文件为:
{u'token': u'4e1b5381-e890-415b-8628-d4c108c88381', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.835000038147
接口请求返回值:
{
"msg": "库存数量不足,请修改后再组装",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18961, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 591, 'barcode': '12345678904321', 'token_boss': u'4e1b5381-e890-415b-8628-d4c108c88381', 'specId1': 19154, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19155, 'pid1': 18960, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_165_BOSS_商品组装规则 NEW--执行组装规则--正常 |
pass
pt1.165:
测试用例开始时间: 2017-06-17 16:47:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:47:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"471b8649-d98c-4d8d-9ae0-597d59205bf0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'471b8649-d98c-4d8d-9ae0-597d59205bf0'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18962,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19156}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'specId1': 19156, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18962, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
{u'db': u'product', u'command': u'UPDATE product_spec SET stock = 30 WHERE product_id = 18962'}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'specId1': 19156, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18962, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18963,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19157}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18963, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'specId1': 19156, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19157, 'pid1': 18962, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19157,
"largeProductName": "largeName",
"splitNumber": 10,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19156,
"smallProductId": 18963,
"smallProductBarcode": "12345687454213",
"largeProductId": 18962,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.520000219345
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18963, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'specId1': 19156, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19157, 'pid1': 18962, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.08100008965
接口请求返回值:
{
"msg": "成功",
"data": [
{
"smallProductId": 18963,
"updateTime": "2017-06-17 16:48:08",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19157,
"id": 592,
"splitNumber": 10,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19156,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "1000.0",
"largeProductName": "largeName",
"largeProductId": 18962,
"createTime": "2017-06-17 16:48:08",
"smallPurchasePrice": "100"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18963, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 592, 'barcode': '12345678904321', 'token_boss': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'specId1': 19156, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19157, 'pid1': 18962, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18962
},
"splitNumber": {
"EQ": 10
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18963
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "1000.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/592/10
The request method is :GET
null
接口请求头文件为:
{u'token': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.88499999046
接口请求返回值:
{
"msg": "成功",
"data": {
"smallProductStock": "0",
"smallProductName": "smallProduct",
"largeProductNum": 10,
"largeProductName": "largeName",
"largeProductBarcode": "12345678909876",
"largeProductSpec": "smallSpec",
"smallProductNum": 100,
"smallProductBarcode": "12345687454213",
"largeProductStock": "40",
"smallProductSpec": "smallSpec"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18963, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 592, 'barcode': '12345678904321', 'token_boss': u'471b8649-d98c-4d8d-9ae0-597d59205bf0', 'specId1': 19156, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19157, 'pid1': 18962, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductStock": {
"EQ": "0"
},
"smallProductName": {
"TYPE": "str"
},
"largeProductNum": {
"TYPE": "int"
},
"largeProductName": {
"TYPE": "str"
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"TYPE": "str"
},
"smallProductNum": {
"TYPE": "int"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"msg": {
"EQ": "成功"
},
"largeProductStock": {
"EQ": "40"
},
"smallProductSpec": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductStock的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductNum的返回值通过
检查key: largeProductName的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallProductNum的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: msg的返回值通过
检查key: largeProductStock的返回值通过
检查key: smallProductSpec的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_166_BOSS_商品组装规则 NEW--新增组装规则--异常 不带商品 |
pass
pt1.166:
测试用例开始时间: 2017-06-17 16:48:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:48:00", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"28ffa199-4d15-4c0f-a785-bf9dc2de672e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'28ffa199-4d15-4c0f-a785-bf9dc2de672e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductName": "smallProduct",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"smallPurchasePrice": "100",
"smallProductId": 33,
"smallProductBarcode": "12345687454213",
"smallProductSpec": "smallSpec"
}
接口请求头文件为:
{u'token': u'28ffa199-4d15-4c0f-a785-bf9dc2de672e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.89400005341
接口请求返回值:
{
"msg": "商品id不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'28ffa199-4d15-4c0f-a785-bf9dc2de672e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"largeProductId": 34,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'28ffa199-4d15-4c0f-a785-bf9dc2de672e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.709000110626
接口请求返回值:
{
"msg": "商品id不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'28ffa199-4d15-4c0f-a785-bf9dc2de672e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_167_BOSS_商品组装规则 NEW--新增组装规则--异常 商品id不存在 |
pass
pt1.167:
测试用例开始时间: 2017-06-17 16:48:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:48:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"aca3b7f5-0e70-4530-b995-4f170d527857","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'aca3b7f5-0e70-4530-b995-4f170d527857'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'aca3b7f5-0e70-4530-b995-4f170d527857', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18964,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19158}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'aca3b7f5-0e70-4530-b995-4f170d527857', 'specId1': 19158, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18964, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'aca3b7f5-0e70-4530-b995-4f170d527857', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18965,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19159}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18965, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'aca3b7f5-0e70-4530-b995-4f170d527857', 'specId1': 19158, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19159, 'pid1': 18964, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19159,
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19158,
"smallProductId": 18965,
"smallProductBarcode": "12345687454213",
"largeProductId": 10000000,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'aca3b7f5-0e70-4530-b995-4f170d527857', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.341000080109
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18965, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'aca3b7f5-0e70-4530-b995-4f170d527857', 'specId1': 19158, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19159, 'pid1': 18964, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19159,
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19158,
"smallProductId": 111111111,
"smallProductBarcode": "12345687454213",
"largeProductId": 18964,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'aca3b7f5-0e70-4530-b995-4f170d527857', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.76799988747
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18965, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'aca3b7f5-0e70-4530-b995-4f170d527857', 'specId1': 19158, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19159, 'pid1': 18964, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_168_BOSS_商品组装规则 NEW--新增组装规则--异常 商品specId不存在 |
fail
ft1.168:
测试用例开始时间: 2017-06-17 16:48:31
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:48:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3b4ef8fc-e8e1-4817-883f-52c5b58498e7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3b4ef8fc-e8e1-4817-883f-52c5b58498e7'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'3b4ef8fc-e8e1-4817-883f-52c5b58498e7', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18966,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19160}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'3b4ef8fc-e8e1-4817-883f-52c5b58498e7', 'specId1': 19160, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18966, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'3b4ef8fc-e8e1-4817-883f-52c5b58498e7', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18967,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19161}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18967, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'3b4ef8fc-e8e1-4817-883f-52c5b58498e7', 'specId1': 19160, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19161, 'pid1': 18966, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19161,
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 11111111,
"smallProductId": 18967,
"smallProductBarcode": "12345687454213",
"largeProductId": 18966,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'3b4ef8fc-e8e1-4817-883f-52c5b58498e7', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.510999917984
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18967, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'3b4ef8fc-e8e1-4817-883f-52c5b58498e7', 'specId1': 19160, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19161, 'pid1': 18966, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode返回值失败。
测试步骤5失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_169_BOSS_商品组装规则 NEW--新增组装规则--异常 大小件商品ID一样 |
pass
pt1.169:
测试用例开始时间: 2017-06-17 16:48:45
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:48:34", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e88f786c-7b23-43b4-8db4-b7ee04a5a20d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e88f786c-7b23-43b4-8db4-b7ee04a5a20d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'e88f786c-7b23-43b4-8db4-b7ee04a5a20d', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18968,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19162}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e88f786c-7b23-43b4-8db4-b7ee04a5a20d', 'specId1': 19162, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18968, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'e88f786c-7b23-43b4-8db4-b7ee04a5a20d', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18969,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19163}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18969, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'e88f786c-7b23-43b4-8db4-b7ee04a5a20d', 'specId1': 19162, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19163, 'pid1': 18968, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19162,
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19162,
"smallProductId": 18968,
"smallProductBarcode": "12345687454213",
"largeProductId": 18968,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'e88f786c-7b23-43b4-8db4-b7ee04a5a20d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.946000099182
接口请求返回值:
{
"msg": "不能组装相同的商品",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18969, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'e88f786c-7b23-43b4-8db4-b7ee04a5a20d', 'specId1': 19162, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19163, 'pid1': 18968, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_170_BOSS_商品组装规则 NEW--新增组装规则--正常 |
pass
pt1.170:
测试用例开始时间: 2017-06-17 16:48:54
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:48:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"29a15548-9dc7-411b-93c3-2f2da226ef16","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'29a15548-9dc7-411b-93c3-2f2da226ef16'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'29a15548-9dc7-411b-93c3-2f2da226ef16', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18970,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19164}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'29a15548-9dc7-411b-93c3-2f2da226ef16', 'specId1': 19164, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18970, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'29a15548-9dc7-411b-93c3-2f2da226ef16', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18971,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19165}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18971, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'29a15548-9dc7-411b-93c3-2f2da226ef16', 'specId1': 19164, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19165, 'pid1': 18970, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19165,
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19164,
"smallProductId": 18971,
"smallProductBarcode": "12345687454213",
"largeProductId": 18970,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'29a15548-9dc7-411b-93c3-2f2da226ef16', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.82800006866
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18971, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'29a15548-9dc7-411b-93c3-2f2da226ef16', 'specId1': 19164, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19165, 'pid1': 18970, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_171_BOSS_商品组装规则 NEW--查询组装规则--异常 规则ID不存在 |
pass
pt1.171:
测试用例开始时间: 2017-06-17 16:49:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:48:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a8c34ba9-22ae-4606-aafc-31f49bd83316","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a8c34ba9-22ae-4606-aafc-31f49bd83316'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/detail/1111111111
The request method is :GET
null
接口请求头文件为:
{u'token': u'a8c34ba9-22ae-4606-aafc-31f49bd83316', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.54799985886
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a8c34ba9-22ae-4606-aafc-31f49bd83316'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_172_BOSS_商品组装规则 NEW--查询组装规则--正常 |
pass
pt1.172:
测试用例开始时间: 2017-06-17 16:49:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:49:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"314e7be2-6e39-417b-96ca-6902c91f82b4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'314e7be2-6e39-417b-96ca-6902c91f82b4'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'314e7be2-6e39-417b-96ca-6902c91f82b4', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18972,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19166}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'314e7be2-6e39-417b-96ca-6902c91f82b4', 'specId1': 19166, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18972, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'314e7be2-6e39-417b-96ca-6902c91f82b4', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18973,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19167}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18973, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'314e7be2-6e39-417b-96ca-6902c91f82b4', 'specId1': 19166, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19167, 'pid1': 18972, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19167,
"largeProductName": "largeName",
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19166,
"smallProductId": 18973,
"smallProductBarcode": "12345687454213",
"largeProductId": 18972,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'314e7be2-6e39-417b-96ca-6902c91f82b4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.881000041962
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18973, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'314e7be2-6e39-417b-96ca-6902c91f82b4', 'specId1': 19166, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19167, 'pid1': 18972, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'314e7be2-6e39-417b-96ca-6902c91f82b4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.599999904633
接口请求返回值:
{
"msg": "成功",
"data": [
{
"smallProductId": 18973,
"updateTime": "2017-06-17 16:49:24",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19167,
"id": 595,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19166,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "300.0",
"largeProductName": "largeName",
"largeProductId": 18972,
"createTime": "2017-06-17 16:49:24",
"smallPurchasePrice": "100"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18973, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 595, 'barcode': '12345678904321', 'token_boss': u'314e7be2-6e39-417b-96ca-6902c91f82b4', 'specId1': 19166, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19167, 'pid1': 18972, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18972
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18973
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "300.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/detail/595
The request method is :GET
null
接口请求头文件为:
{u'token': u'314e7be2-6e39-417b-96ca-6902c91f82b4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.928999900818
接口请求返回值:
{
"msg": "成功",
"data": {
"smallProductId": 18973,
"updateTime": "2017-06-17 16:49:24",
"largeProductSpec": "test",
"smallProductStock": "100",
"largeProductStock": "100",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19167,
"id": 595,
"splitNumber": 3,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19166,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "300.0",
"largeProductName": "largeName",
"largeProductId": 18972,
"createTime": "2017-06-17 16:49:24",
"smallPurchasePrice": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18973, 'tel': u'15000000000', 'store_id': 10, u'ruleId': 595, 'barcode': '12345678904321', 'token_boss': u'314e7be2-6e39-417b-96ca-6902c91f82b4', 'specId1': 19166, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19167, 'pid1': 18972, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18972
},
"splitNumber": {
"EQ": 3
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18973
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "300.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_173_BOSS_商品组装规则 NEW--查询组装规则列表--正常 |
pass
pt1.173:
测试用例开始时间: 2017-06-17 16:49:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:49:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d41e3f50-ed53-4ddc-8399-7d49fb9aef79","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18974,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19168}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', 'specId1': 19168, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18974, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18975,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19169}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18975, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', 'specId1': 19168, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19169, 'pid1': 18974, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/add
The request method is :POST
The request parameter is:
{
"smallProductSpec": "smallSpec",
"smallProductName": "smallProduct",
"smallProductSpecId": 19169,
"largeProductName": "largeName",
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"largeProductSpec": "test",
"smallPurchasePrice": "100",
"largeProductSpecId": 19168,
"smallProductId": 18975,
"smallProductBarcode": "12345687454213",
"largeProductId": 18974,
"largePurchasePrice": "1000"
}
接口请求头文件为:
{u'token': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.532999992371
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18975, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', 'specId1': 19168, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19169, 'pid1': 18974, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/packageRule/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.6289999485
接口请求返回值:
{
"msg": "成功",
"data": [
{
"smallProductId": 18975,
"updateTime": "2017-06-17 16:49:36",
"largeProductSpec": "test",
"smallProductSpec": "smallSpec",
"ruleType": 2,
"smallProductSpecId": 19169,
"id": 596,
"splitNumber": 5,
"largeProductBarcode": "12345678909876",
"version": 1,
"storeNo": 10,
"largeProductSpecId": 19168,
"smallProductName": "smallProduct",
"smallProductBarcode": "12345687454213",
"largePurchasePrice": "500.0",
"largeProductName": "largeName",
"largeProductId": 18974,
"createTime": "2017-06-17 16:49:36",
"smallPurchasePrice": "100"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18975, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'd41e3f50-ed53-4ddc-8399-7d49fb9aef79', 'specId1': 19168, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19169, 'pid1': 18974, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"smallProductSpec": {
"EQ": "smallSpec"
},
"smallProductName": {
"EQ": "smallProduct"
},
"largeProductId": {
"EQ": 18974
},
"splitNumber": {
"EQ": 5
},
"largeProductBarcode": {
"EQ": "12345678909876"
},
"largeProductSpec": {
"EQ": "test"
},
"smallPurchasePrice": {
"EQ": "100"
},
"smallProductId": {
"EQ": 18975
},
"msg": {
"EQ": "成功"
},
"smallProductBarcode": {
"EQ": "12345687454213"
},
"largeProductName": {
"EQ": "largeName"
},
"largePurchasePrice": {
"EQ": "500.0"
},
"statusCode": {
"EQ": 0
}
}
检查key: smallProductSpec的返回值通过
检查key: smallProductName的返回值通过
检查key: largeProductId的返回值通过
检查key: splitNumber的返回值通过
检查key: largeProductBarcode的返回值通过
检查key: largeProductSpec的返回值通过
检查key: smallPurchasePrice的返回值通过
检查key: smallProductId的返回值通过
检查key: msg的返回值通过
检查key: smallProductBarcode的返回值通过
检查key: largeProductName的返回值通过
检查key: largePurchasePrice的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_174_BOSS_商品维护--删除商品分类--异常 ID不存在 |
pass
pt1.174:
测试用例开始时间: 2017-06-17 16:49:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:49:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"07688f42-6441-4895-b6ac-8e906950007d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'07688f42-6441-4895-b6ac-8e906950007d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/111111111
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'07688f42-6441-4895-b6ac-8e906950007d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.830000162125
接口请求返回值:
{
"msg": "商品分类不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'07688f42-6441-4895-b6ac-8e906950007d'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_175_BOSS_商品维护--删除商品分类--正常 |
error
ft1.175:
测试用例开始时间: 2017-06-17 16:49:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:49:40", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"993f5671-f7af-416c-a38b-0322e342ed15","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'993f5671-f7af-416c-a38b-0322e342ed15'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"name": "测试分类",
"parent": 2
}
接口请求头文件为:
{u'token': u'993f5671-f7af-416c-a38b-0322e342ed15', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.826000213623
接口请求返回值:
{
"msg": "该分类已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'id'
|
||||
test_176_BOSS_商品维护--商品列表--正常 |
pass
pt1.176:
测试用例开始时间: 2017-06-17 16:49:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:49:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e3c15d8c-7b7d-497b-813f-ce1ebacd38ac","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18976,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19170}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list/
The request method is :GET
null
接口请求头文件为:
{u'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.45000004768
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 5,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "5.00",
"unit": "--",
"stock": "129"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19170,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18976,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"category": {
"type": "int"
},
"name": {
"TYPE": "str"
},
"brand": {
"TYPE": "str"
},
"barcode": {
"TYPE": "str"
},
"weighable": {
"eq": false
},
"specs": {
"TYPE": "list"
},
"price": {
"TYPE": "str"
},
"source": {
"TYPE": "str"
},
"category_display": {
"TYPE": "str"
},
"image": {
"TYPE": "str"
},
"quality_period": {
"TYPE": "int"
},
"msg": {
"EQ": "成功"
},
"manufacturer": {
"TYPE": "str"
},
"supplierName": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: category的返回值通过
检查key: name的返回值通过
检查key: brand的返回值通过
检查key: barcode的返回值通过
检查key: weighable的返回值通过
检查key: specs的返回值通过
检查key: price的返回值通过
检查key: source的返回值通过
检查key: category_display的返回值通过
检查key: image的返回值通过
检查key: quality_period的返回值通过
检查key: msg的返回值通过
检查key: manufacturer的返回值通过
检查key: supplierName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 0,
"is_standard": false,
"limit": 10,
"categoryId": 510
}
接口请求头文件为:
{u'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.896000146866
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19170,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18976,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"category": {
"type": "int"
},
"name": {
"TYPE": "str"
},
"brand": {
"TYPE": "str"
},
"barcode": {
"TYPE": "str"
},
"weighable": {
"eq": false
},
"specs": {
"TYPE": "dict"
},
"price": {
"TYPE": "str"
},
"source": {
"TYPE": "str"
},
"is_standard": {
"eq": false
},
"category_display": {
"TYPE": "str"
},
"stock": {
"type": "str"
},
"image": {
"TYPE": "str"
},
"quality_period": {
"TYPE": "int"
},
"msg": {
"EQ": "成功"
},
"sale_price": {
"type": "str"
},
"manufacturer": {
"TYPE": "str"
},
"supplierName": {
"type": "str"
},
"unit": {
"eq": "100",
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: category的返回值通过
检查key: name的返回值通过
检查key: brand的返回值通过
检查key: barcode的返回值通过
检查key: weighable的返回值通过
检查key: specs的返回值通过
检查key: price的返回值通过
检查key: source的返回值通过
检查key: is_standard的返回值通过
检查key: category_display的返回值通过
检查key: stock的返回值通过
检查key: image的返回值通过
检查key: quality_period的返回值通过
检查key: msg的返回值通过
检查key: sale_price的返回值通过
检查key: manufacturer的返回值通过
检查key: supplierName的返回值通过
检查key: unit的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 1,
"is_standard": false,
"limit": 10,
"categoryId": 510
}
接口请求头文件为:
{u'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.15899991989
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"LL": 0,
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 0,
"is_standard": false,
"limit": 10,
"categoryId": 558
}
接口请求头文件为:
{u'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.764999866486
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"LL": 0,
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 0,
"is_standard": true,
"limit": 10,
"categoryId": 510
}
接口请求头文件为:
{u'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.933000087738
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"LL": 0,
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18977,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19171}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18977, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19171, 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 0,
"is_standard": false,
"limit": 1,
"categoryId": 510
}
接口请求头文件为:
{u'token': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.3109998703
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 2,
"hasNext": true,
"currPage": 1,
"total": 2,
"data": [
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19170,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18976,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18977, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'e3c15d8c-7b7d-497b-813f-ce1ebacd38ac', 'specId1': 19170, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19171, 'pid1': 18976, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"LL": 1,
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_177_BOSS_商品维护--商品列表--正常 status条件判断 |
pass
pt1.177:
测试用例开始时间: 2017-06-17 16:50:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:49:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dd795b57-d4eb-4cd8-b3c2-151783570d50","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dd795b57-d4eb-4cd8-b3c2-151783570d50'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
The request method is :POST
The request parameter is:
{
"status": 1,
"category": 510,
"name": "忍者222",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"productNumber": 1000,
"member_price": "110",
"discount_price": "110",
"purchase_price": "100",
"sale_price": "120",
"id": 2,
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"sale_net": false,
"moList": [],
"quality_period": 0,
"sale_price": "122",
"desc_common": "This is the test.",
"stock": 100,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
接口请求头文件为:
{u'token': u'dd795b57-d4eb-4cd8-b3c2-151783570d50', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
4.60699987411
接口请求返回值:
{
"msg": "成功",
"data": {
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19172,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18978,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 1,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者222",
"moList": [],
"supplierName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'pid1': 18978, 'password': '123456', 'token_boss': u'dd795b57-d4eb-4cd8-b3c2-151783570d50'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "dict"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
The request method is :POST
The request parameter is:
{
"status": 0,
"category": 510,
"name": "忍者222",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678904321",
"tag": [],
"shortcut": 1,
"specs": [
{
"productNumber": 1000,
"member_price": "110",
"discount_price": "110",
"purchase_price": "100",
"sale_price": "120",
"id": 2,
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"sale_net": false,
"moList": [],
"quality_period": 0,
"sale_price": "122",
"desc_common": "This is the test.",
"stock": 100,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
接口请求头文件为:
{u'token': u'dd795b57-d4eb-4cd8-b3c2-151783570d50', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
3.06600022316
接口请求返回值:
{
"msg": "成功",
"data": {
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19173,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18979,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者222",
"moList": [],
"supplierName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'pid1': 18979, 'password': '123456', 'token_boss': u'dd795b57-d4eb-4cd8-b3c2-151783570d50'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "dict"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 1,
"is_standard": false,
"limit": 10,
"categoryId": 510
}
接口请求头文件为:
{u'token': u'dd795b57-d4eb-4cd8-b3c2-151783570d50', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.77999997139
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19172,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18978,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 1,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者222",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'pid1': 18979, 'password': '123456', 'token_boss': u'dd795b57-d4eb-4cd8-b3c2-151783570d50'}
期望检测的返回值:
{
"status": {
"EQ": 1,
"TYPE": "int"
},
"manufacturer": {
"TYPE": "str"
},
"name": {
"TYPE": "str"
},
"brand": {
"eq": "test",
"TYPE": "str"
},
"barcode": {
"EQ": "12345678909876",
"TYPE": "str"
},
"weighable": {
"eq": false
},
"price": {
"TYPE": "str"
},
"source": {
"TYPE": "str"
},
"is_standard": {
"eq": false
},
"category_display": {
"TYPE": "str"
},
"stock": {
"eq": "100"
},
"image": {
"TYPE": "str"
},
"quality_period": {
"TYPE": "int"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"specs": {
"TYPE": "dict"
},
"unit": {
"eq": "100",
"TYPE": "str"
},
"data.data": {
"TYPE": "list"
}
}
检查key: status的返回值通过
检查key: manufacturer的返回值通过
检查key: name的返回值通过
检查key: brand的返回值通过
检查key: barcode的返回值通过
检查key: weighable的返回值通过
检查key: price的返回值通过
检查key: source的返回值通过
检查key: is_standard的返回值通过
检查key: category_display的返回值通过
检查key: stock的返回值通过
检查key: image的返回值通过
检查key: quality_period的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: specs的返回值通过
检查key: unit的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_178_BOSS_商品维护--商品列表--正常 返回多个 |
pass
pt1.178:
测试用例开始时间: 2017-06-17 16:50:22
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:50:10", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"011123d8-a7df-44d4-9a39-2b04e0fce3d0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18980,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19174}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', 'specId1': 19174, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18980, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product 2
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', 'storeNo': '10'}
请求参数:
{
"image": "http://www.baidu.com/",
"tag": [],
"sale_net": false,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": 10,
"desc_url": "http://www.baidu.com/",
"shortcut": 1,
"source": "面包",
"sale_price": "122",
"price": "122",
"stock": 100,
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"desc_common": "This is the test.",
"weighable": false,
"manufacturer": "manufacturer",
"name": "忍者222",
"moList": []
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678904321","brand":"test","category":510,"category_display":"数码","id":18981,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者222","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19175}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'pid2': 18981, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', 'specId1': 19174, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19175, 'pid1': 18980, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 0,
"is_standard": false,
"limit": 1,
"categoryId": 510
}
接口请求头文件为:
{u'token': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.410000085831
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 2,
"hasNext": true,
"currPage": 1,
"total": 2,
"data": [
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19174,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18980,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18981, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', 'specId1': 19174, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19175, 'pid1': 18980, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"LL": 1,
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :GET
The request parameter is:
{
"status": 0,
"is_standard": false,
"limit": 10,
"categoryId": 510
}
接口请求头文件为:
{u'token': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.79499983788
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 2,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 2,
"data": [
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19174,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18980,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19175,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18981,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678904321",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者222",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'pid2': 18981, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678904321', 'token_boss': u'011123d8-a7df-44d4-9a39-2b04e0fce3d0', 'specId1': 19174, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'specId2': 19175, 'pid1': 18980, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"GE": 1,
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_179_BOSS_商品维护--商品单位列表--正常 |
pass
pt1.179:
测试用例开始时间: 2017-06-17 16:50:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:50:25", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"cc2d4653-f87d-4351-938c-97462f5155e7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'cc2d4653-f87d-4351-938c-97462f5155e7'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/unit
The request method is :post
The request parameter is:
{
"name": "test"
}
接口请求头文件为:
{u'token': u'cc2d4653-f87d-4351-938c-97462f5155e7', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.64499998093
接口请求返回值:
{
"msg": "成功",
"data": {
"id": 328,
"name": "test"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'unit_id': 328, 'token_boss': u'cc2d4653-f87d-4351-938c-97462f5155e7'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "dict"
},
"id": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/unit
The request method is :GET
null
接口请求头文件为:
{u'token': u'cc2d4653-f87d-4351-938c-97462f5155e7', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.0569999218
接口请求返回值:
{
"msg": "成功",
"data": [
{
"id": 8,
"name": "面包"
},
{
"id": 9,
"name": "个"
},
{
"id": 30,
"name": "份"
},
{
"id": 206,
"name": "盒"
},
{
"id": 212,
"name": "100"
},
{
"id": 327,
"name": "你好吗"
},
{
"id": 328,
"name": "test"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'unit_id': 328, 'token_boss': u'cc2d4653-f87d-4351-938c-97462f5155e7'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "list"
},
"id": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_180_BOSS_商品维护--商品单位新建--正常 |
pass
pt1.180:
测试用例开始时间: 2017-06-17 16:50:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:50:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"62dfc1c2-8a5b-4f2a-ae7d-910c5c55f71a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'62dfc1c2-8a5b-4f2a-ae7d-910c5c55f71a'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/unit
The request method is :post
The request parameter is:
{
"name": "test"
}
接口请求头文件为:
{u'token': u'62dfc1c2-8a5b-4f2a-ae7d-910c5c55f71a', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.598000049591
接口请求返回值:
{
"msg": "成功",
"data": {
"id": 329,
"name": "test"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'62dfc1c2-8a5b-4f2a-ae7d-910c5c55f71a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "dict"
},
"id": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_181_BOSS_商品维护--商品单位新建--正常 中文字符 |
fail
ft1.181:
测试用例开始时间: 2017-06-17 16:50:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:50:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"51775d25-82d2-422b-871c-41694cebb127","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'51775d25-82d2-422b-871c-41694cebb127'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/unit
The request method is :post
The request parameter is:
{
"name": "你好吗"
}
接口请求头文件为:
{u'token': u'51775d25-82d2-422b-871c-41694cebb127', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.6130001545
接口请求返回值:
{
"msg": "该单位已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'51775d25-82d2-422b-871c-41694cebb127'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "dict"
},
"id": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg返回值失败。
测试步骤3失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_182_BOSS_商品维护--商品属性编辑--异常 id不存在 |
pass
pt1.182:
测试用例开始时间: 2017-06-17 16:50:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:50:51", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"4ed625cb-4ee4-451f-a335-2e4814a41f75","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4ed625cb-4ee4-451f-a335-2e4814a41f75'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/property/111111111
The request method is :PUT
The request parameter is:
{
"status": 0,
"tag_display": [],
"member_price": "110",
"discount_price": "110",
"server": "pos",
"tag": [],
"sale_net": false,
"product_profile": {
"category": 510,
"name": "测试更新商品",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"spec": "测试更新商品",
"source": "测试更新商品",
"quality_period": 0,
"keywords": "测试更新商品",
"desc_common": "This is the test.",
"price": "122",
"unit": 1,
"manufacturer": "测试更新商品"
},
"sale_price": "122",
"purchase_price": "100",
"stock": 100
}
接口请求头文件为:
{u'token': u'4ed625cb-4ee4-451f-a335-2e4814a41f75', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.58499979973
接口请求返回值:
{
"msg": "缺少商品规格定义",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4ed625cb-4ee4-451f-a335-2e4814a41f75'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
{u'db': u'product', u'command': u'delete from product where user_id=10'}
Mysql Error 1451: Cannot delete or update a parent row: a foreign key constraint fails (`product`.`product_flow`, CONSTRAINT `product_flow_product_id_8dcb7c36_fk_product_id` FOREIGN KEY (`product_id`) REFERENCES `product` (`id`))
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4ed625cb-4ee4-451f-a335-2e4814a41f75'}
----------------------------------------------------------------------------------------------------
|
||||
test_183_BOSS_商品维护--商品属性编辑--正常 |
pass
pt1.183:
测试用例开始时间: 2017-06-17 16:51:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:50:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8251cd75-d0e4-4ded-a2f1-157a80b9ab37","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8251cd75-d0e4-4ded-a2f1-157a80b9ab37'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'8251cd75-d0e4-4ded-a2f1-157a80b9ab37', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18982,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19176}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8251cd75-d0e4-4ded-a2f1-157a80b9ab37', 'specId1': 19176, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18982, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/property/18982
The request method is :PUT
The request parameter is:
{
"status": 0,
"category": 510,
"name": "测试更新商品",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"shortcut": 0,
"weighable": false,
"price": "122",
"source": "测试更新商品",
"quality_period": 0,
"keywords": "测试更新商品",
"specs": [
{
"productNumber": 10,
"member_price": "110",
"discount_price": "110",
"purchase_price": "100",
"sale_price": "120",
"id": 19176,
"unit": "100",
"stock": "100"
}
],
"desc_common": "This is the test.",
"id": 18982,
"unit": 1,
"manufacturer": "测试更新商品"
}
接口请求头文件为:
{u'token': u'8251cd75-d0e4-4ded-a2f1-157a80b9ab37', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.3259999752
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 510,
"status": 0,
"tag_display": [],
"name": "测试更新商品",
"mo_list": [],
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"product_type": 1,
"specs": [
{
"from_spec": [],
"member_price": "110.00",
"discount_price": "110.00",
"id": 19176,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"price": "122.00",
"source": "测试更新商品",
"quality_period": 0,
"is_standard": false,
"weighable": false,
"image": "http://www.baidu.com/",
"category_display": "数码",
"user_id": "10",
"id": 18982,
"manufacturer": "测试更新商品"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8251cd75-d0e4-4ded-a2f1-157a80b9ab37', 'specId1': 19176, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18982, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"product_type": {
"type": "int"
},
"name": {
"EQ": "测试更新商品",
"TYPE": "str"
},
"brand": {
"TYPE": "str"
},
"barcode": {
"TYPE": "str"
},
"weighable": {
"eq": false
},
"id": {
"TYPE": "int"
},
"source": {
"EQ": "测试更新商品",
"TYPE": "str"
},
"category_display": {
"TYPE": "str"
},
"stock": {
"type": "str"
},
"image": {
"TYPE": "str"
},
"quality_period": {
"TYPE": "int"
},
"msg": {
"EQ": "成功"
},
"sale_price": {
"eq": "120.00",
"TYPE": "str"
},
"manufacturer": {
"EQ": "测试更新商品",
"TYPE": "str"
},
"data": {
"TYPE": "dict"
},
"price": {
"TYPE": "str"
},
"unit": {
"eq": "100",
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: product_type的返回值通过
检查key: name的返回值通过
检查key: brand的返回值通过
检查key: barcode的返回值通过
检查key: weighable的返回值通过
检查key: id的返回值通过
检查key: source的返回值通过
检查key: category_display的返回值通过
检查key: stock的返回值通过
检查key: image的返回值通过
检查key: quality_period的返回值通过
检查key: msg的返回值通过
检查key: sale_price的返回值通过
检查key: manufacturer的返回值通过
检查key: data的返回值通过
检查key: price的返回值通过
检查key: unit的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_184_BOSS_商品维护--商品详情--异常 商品ID不存在 |
pass
pt1.184:
测试用例开始时间: 2017-06-17 16:51:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d825d40d-07e3-423d-ab81-733b16961a0f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd825d40d-07e3-423d-ab81-733b16961a0f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/detail/1111111
The request method is :GET
null
接口请求头文件为:
{u'token': u'd825d40d-07e3-423d-ab81-733b16961a0f', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.855999946594
接口请求返回值:
{
"msg": "商品未找到",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd825d40d-07e3-423d-ab81-733b16961a0f'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_185_BOSS_商品维护--商品详情--正常 |
pass
pt1.185:
测试用例开始时间: 2017-06-17 16:51:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"49bf970c-2ae1-469d-b052-5c7e33917f56","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'49bf970c-2ae1-469d-b052-5c7e33917f56'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'49bf970c-2ae1-469d-b052-5c7e33917f56', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18983,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19177}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'49bf970c-2ae1-469d-b052-5c7e33917f56', 'specId1': 19177, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18983, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/detail/18983
The request method is :GET
null
接口请求头文件为:
{u'token': u'49bf970c-2ae1-469d-b052-5c7e33917f56', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.469999790192
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 510,
"status": 0,
"tag_display": [],
"name": "忍者",
"mo_list": [],
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"product_type": 1,
"specs": [
{
"from_spec": [],
"member_price": "110.00",
"discount_price": "110.00",
"id": 19177,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"price": "122.00",
"source": "面包",
"quality_period": 0,
"is_standard": false,
"weighable": false,
"image": "http://www.baidu.com/",
"category_display": "数码",
"user_id": "10",
"id": 18983,
"manufacturer": "manufacturer"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'49bf970c-2ae1-469d-b052-5c7e33917f56', 'specId1': 19177, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18983, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"image": {
"eq": "http://www.baidu.com/",
"TYPE": "str"
},
"member_price": {
"eq": "110.00"
},
"discount_price": {
"eq": "110.00"
},
"price": {
"eq": "122.00",
"TYPE": "str"
},
"specs": {
"TYPE": "dict"
},
"unit": {
"eq": "100",
"TYPE": "str"
},
"source": {
"eq": "面包",
"TYPE": "str"
},
"category_display": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"sale_price": {
"eq": "120.00",
"TYPE": "str"
},
"purchase_price": {
"eq": "100.00"
},
"stock": {
"type": "str"
},
"status": {
"eq": 0,
"TYPE": "int"
},
"brand": {
"eq": "test",
"TYPE": "str"
},
"barcode": {
"EQ": "12345678909876",
"TYPE": "str"
},
"is_standard": {
"eq": false
},
"quality_period": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"weighable": {
"eq": false
},
"manufacturer": {
"TYPE": "str"
},
"name": {
"eq": "忍者",
"TYPE": "str"
},
"data.id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: image的返回值通过
检查key: member_price的返回值通过
检查key: discount_price的返回值通过
检查key: price的返回值通过
检查key: specs的返回值通过
检查key: unit的返回值通过
检查key: source的返回值通过
检查key: category_display的返回值通过
检查key: msg的返回值通过
检查key: sale_price的返回值通过
检查key: purchase_price的返回值通过
检查key: stock的返回值通过
检查key: status的返回值通过
检查key: brand的返回值通过
检查key: barcode的返回值通过
检查key: is_standard的返回值通过
检查key: quality_period的返回值通过
检查key: data的返回值通过
检查key: weighable的返回值通过
检查key: manufacturer的返回值通过
检查key: name的返回值通过
检查key: data.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_186_BOSS_商品维护--新增商品分类--正常 |
error
ft1.186:
测试用例开始时间: 2017-06-17 16:51:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:20", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5e9eab2b-cf96-4b1e-a488-7645fc4fc14a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5e9eab2b-cf96-4b1e-a488-7645fc4fc14a'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"name": "测试分类",
"parent": 2
}
接口请求头文件为:
{u'token': u'5e9eab2b-cf96-4b1e-a488-7645fc4fc14a', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.917999982834
接口请求返回值:
{
"msg": "该分类已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'id'
|
||||
test_187_BOSS_商品维护--新增商品分类--正常 重复添加商品分类 |
error
ft1.187:
测试用例开始时间: 2017-06-17 16:51:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"74fab4cb-8042-4a71-b987-250846e0c188","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'74fab4cb-8042-4a71-b987-250846e0c188'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"name": "测试分类",
"parent": 2
}
接口请求头文件为:
{u'token': u'74fab4cb-8042-4a71-b987-250846e0c188', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.25999999046
接口请求返回值:
{
"msg": "该分类已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'id'
|
||||
test_188_BOSS_商品维护--查询商品分类--正常 |
error
ft1.188:
测试用例开始时间: 2017-06-17 16:51:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d8bc7f2f-148e-476a-80d5-00343234dd3b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd8bc7f2f-148e-476a-80d5-00343234dd3b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"name": "测试分类",
"parent": 2
}
接口请求头文件为:
{u'token': u'd8bc7f2f-148e-476a-80d5-00343234dd3b', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.68700003624
接口请求返回值:
{
"msg": "该分类已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'id'
|
||||
test_189_BOSS_商品维护--添加商品--异常 category不存在 |
pass
pt1.189:
测试用例开始时间: 2017-06-17 16:51:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:43", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e10c6de9-b8d5-4b75-a342-b2284c7c4757","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e10c6de9-b8d5-4b75-a342-b2284c7c4757'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
The request method is :POST
The request parameter is:
{
"status": 0,
"category": 1000000,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
接口请求头文件为:
{u'token': u'e10c6de9-b8d5-4b75-a342-b2284c7c4757', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.802000045776
接口请求返回值:
{
"msg": "提交失败,请检查商品属性/价格是否正确",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e10c6de9-b8d5-4b75-a342-b2284c7c4757'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_190_BOSS_商品维护--添加商品--正常 |
pass
pt1.190:
测试用例开始时间: 2017-06-17 16:51:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6863bd43-bce2-41cd-9b13-bb1565e4b1a9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6863bd43-bce2-41cd-9b13-bb1565e4b1a9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
The request method is :POST
The request parameter is:
{
"status": 0,
"category": 510,
"user_id": "10",
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"productNumber": 1000,
"member_price": "110",
"discount_price": "110",
"id": 2,
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"sale_net": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
接口请求头文件为:
{u'token': u'6863bd43-bce2-41cd-9b13-bb1565e4b1a9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
3.35500001907
接口请求返回值:
{
"msg": "成功",
"data": {
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19178,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18984,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'pid1': 18984, 'password': '123456', 'token_boss': u'6863bd43-bce2-41cd-9b13-bb1565e4b1a9'}
期望检测的返回值:
{
"image": {
"eq": "http://www.baidu.com/",
"TYPE": "str"
},
"member_price": {
"eq": "110.00"
},
"discount_price": {
"eq": "110.00"
},
"price": {
"eq": "122.00",
"TYPE": "str"
},
"specs": {
"TYPE": "dict"
},
"unit": {
"eq": "100",
"TYPE": "str"
},
"source": {
"eq": "面包",
"TYPE": "str"
},
"category_display": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"sale_price": {
"eq": "120.00",
"TYPE": "str"
},
"purchase_price": {
"eq": "100.00"
},
"stock": {
"type": "str"
},
"status": {
"eq": 0,
"TYPE": "int"
},
"brand": {
"eq": "test",
"TYPE": "str"
},
"barcode": {
"EQ": "12345678909876",
"TYPE": "str"
},
"is_standard": {
"eq": false
},
"quality_period": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"weighable": {
"eq": false
},
"manufacturer": {
"TYPE": "str"
},
"name": {
"eq": "忍者",
"TYPE": "str"
},
"data.id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: image的返回值通过
检查key: member_price的返回值通过
检查key: discount_price的返回值通过
检查key: price的返回值通过
检查key: specs的返回值通过
检查key: unit的返回值通过
检查key: source的返回值通过
检查key: category_display的返回值通过
检查key: msg的返回值通过
检查key: sale_price的返回值通过
检查key: purchase_price的返回值通过
检查key: stock的返回值通过
检查key: status的返回值通过
检查key: brand的返回值通过
检查key: barcode的返回值通过
检查key: is_standard的返回值通过
检查key: quality_period的返回值通过
检查key: data的返回值通过
检查key: weighable的返回值通过
检查key: manufacturer的返回值通过
检查key: name的返回值通过
检查key: data.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_191_BOSS_商品维护--添加商品--正常 Barcode不带 |
pass
pt1.191:
测试用例开始时间: 2017-06-17 16:52:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:51:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1e91ba9f-f6b8-4993-b09e-52aa45dedc2d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1e91ba9f-f6b8-4993-b09e-52aa45dedc2d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
The request method is :POST
The request parameter is:
{
"status": 0,
"category": 510,
"user_id": "10",
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"id": 2,
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
接口请求头文件为:
{u'token': u'1e91ba9f-f6b8-4993-b09e-52aa45dedc2d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.706000089645
接口请求返回值:
{
"msg": "成功",
"data": {
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19179,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18985,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "762593",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'pid1': 18985, 'password': '123456', 'token_boss': u'1e91ba9f-f6b8-4993-b09e-52aa45dedc2d'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_192_BOSS_商品维护--添加商品--正常 标准品 |
pass
pt1.192:
测试用例开始时间: 2017-06-17 16:52:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:04", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"645e48ee-b3e0-4743-b6ad-ceb80aa5c10c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'645e48ee-b3e0-4743-b6ad-ceb80aa5c10c'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
The request method is :POST
The request parameter is:
{
"status": 0,
"category": 550,
"user_id": "10",
"name": "味全杀菌型乳酸菌饮品(原味)",
"desc_url": "http://www.anccnet.com/img/empty_90-90.8.png",
"brand": "test",
"barcode": "6921294354997",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "4.50",
"discount_price": "4.50",
"sale_price": "5.00",
"purchase_price": "4.00",
"unit": "100",
"stock": "100"
}
],
"source": "test",
"is_standard": true,
"weighable": false,
"sale_net": true,
"moList": [],
"quality_period": 730,
"image": "http://www.anccnet.com/img/empty_90-90.8.png",
"manufacturer": "广州顶津食品有限公司"
}
接口请求头文件为:
{u'token': u'645e48ee-b3e0-4743-b6ad-ceb80aa5c10c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.03399991989
接口请求返回值:
{
"msg": "成功",
"data": {
"tag_display": [],
"image": "http://www.anccnet.com/img/empty_90-90.8.png",
"tag": [],
"specs": [
{
"member_price": "4.50",
"discount_price": "4.50",
"id": 19180,
"sale_price": "5.00",
"purchase_price": "4.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18986,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "100.00",
"barcode": "6921294354997",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州顶津食品有限公司",
"product_type": 1,
"name": "味全杀菌型乳酸菌饮品(原味)",
"moList": [],
"supplierName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'pid1': 18986, 'password': '123456', 'token_boss': u'645e48ee-b3e0-4743-b6ad-ceb80aa5c10c'}
期望检测的返回值:
{
"status": {
"eq": 0,
"TYPE": "int"
},
"name": {
"eq": "味全杀菌型乳酸菌饮品(原味)",
"TYPE": "str"
},
"price": {
"TYPE": "str"
},
"barcode": {
"EQ": "6921294354997",
"TYPE": "str"
},
"member_price": {
"eq": "4.50"
},
"discount_price": {
"eq": "4.50"
},
"purchase_price": {
"eq": "4.00"
},
"weighable": {
"eq": false
},
"data.id": {
"TYPE": "int"
},
"is_standard": {
"eq": true
},
"category_display": {
"TYPE": "str"
},
"stock": {
"eq": "100",
"type": "str"
},
"image": {
"eq": "http://www.anccnet.com/img/empty_90-90.8.png",
"TYPE": "str"
},
"quality_period": {
"TYPE": "int"
},
"msg": {
"EQ": "成功"
},
"sale_price": {
"eq": "5.00",
"TYPE": "str"
},
"statusCode": {
"EQ": 0
},
"data": {
"TYPE": "dict"
},
"specs": {
"TYPE": "list"
},
"unit": {
"TYPE": "str"
},
"manufacturer": {
"eq": "广州顶津食品有限公司",
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: price的返回值通过
检查key: barcode的返回值通过
检查key: member_price的返回值通过
检查key: discount_price的返回值通过
检查key: purchase_price的返回值通过
检查key: weighable的返回值通过
检查key: data.id的返回值通过
检查key: is_standard的返回值通过
检查key: category_display的返回值通过
检查key: stock的返回值通过
检查key: image的返回值通过
检查key: quality_period的返回值通过
检查key: msg的返回值通过
检查key: sale_price的返回值通过
检查key: statusCode的返回值通过
检查key: data的返回值通过
检查key: specs的返回值通过
检查key: unit的返回值通过
检查key: manufacturer的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_193_BOSS_商品维护--编辑商品分类--异常 ID不存在 |
pass
pt1.193:
测试用例开始时间: 2017-06-17 16:52:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:10", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a796be7e-8fd4-4562-a15e-20fc4fdfca76","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a796be7e-8fd4-4562-a15e-20fc4fdfca76'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/11111111
The request method is :PUT
The request parameter is:
{
"name": "测试分类22",
"parent": 3
}
接口请求头文件为:
{u'token': u'a796be7e-8fd4-4562-a15e-20fc4fdfca76', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.75999999046
接口请求返回值:
{
"msg": "分类不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a796be7e-8fd4-4562-a15e-20fc4fdfca76'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_194_BOSS_商品维护--编辑商品分类--正常 |
error
ft1.194:
测试用例开始时间: 2017-06-17 16:52:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"89036c9b-aa3d-4317-8092-2a095f4e6f62","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'89036c9b-aa3d-4317-8092-2a095f4e6f62'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/category/add
The request method is :POST
The request parameter is:
{
"name": "测试分类",
"parent": 2
}
接口请求头文件为:
{u'token': u'89036c9b-aa3d-4317-8092-2a095f4e6f62', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.96799993515
接口请求返回值:
{
"msg": "该分类已存在",
"data": {},
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'id'
|
||||
test_195_BOSS_商品维护--通过条码查询商品--异常 条码找不到 |
pass
pt1.195:
测试用例开始时间: 2017-06-17 16:52:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"bd29d84e-71de-4c78-9285-6ea99050c497","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bd29d84e-71de-4c78-9285-6ea99050c497'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/barcod/1234567890987611111
The request method is :GET
null
接口请求头文件为:
{u'token': u'bd29d84e-71de-4c78-9285-6ea99050c497', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.703000068665
接口请求返回值:
{
"msg": "不是标准商品",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bd29d84e-71de-4c78-9285-6ea99050c497'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_196_BOSS_商品维护--通过条码查询商品--正常 |
pass
pt1.196:
测试用例开始时间: 2017-06-17 16:52:31
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"51772fab-0fbd-4198-8f31-e978d727832e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'51772fab-0fbd-4198-8f31-e978d727832e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'51772fab-0fbd-4198-8f31-e978d727832e', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18987,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19181}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'51772fab-0fbd-4198-8f31-e978d727832e', 'specId1': 19181, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18987, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/barcod/12345678909876
The request method is :GET
null
接口请求头文件为:
{u'token': u'51772fab-0fbd-4198-8f31-e978d727832e', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.61699986458
接口请求返回值:
{
"msg": "成功",
"data": {
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19181,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18987,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'51772fab-0fbd-4198-8f31-e978d727832e', 'specId1': 19181, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18987, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"image": {
"eq": "http://www.baidu.com/",
"TYPE": "str"
},
"member_price": {
"eq": "110.00"
},
"discount_price": {
"eq": "110.00"
},
"price": {
"eq": "122.00",
"TYPE": "str"
},
"specs": {
"TYPE": "dict"
},
"unit": {
"eq": "100",
"TYPE": "str"
},
"category": {
"eq": 510
},
"source": {
"eq": "面包",
"TYPE": "str"
},
"category_display": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"sale_price": {
"eq": "120.00",
"TYPE": "str"
},
"purchase_price": {
"eq": "100.00"
},
"stock": {
"type": "str"
},
"status": {
"eq": 0,
"TYPE": "int"
},
"brand": {
"eq": "test",
"TYPE": "str"
},
"barcode": {
"EQ": "12345678909876",
"TYPE": "str"
},
"is_standard": {
"eq": false
},
"quality_period": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"weighable": {
"eq": false
},
"manufacturer": {
"TYPE": "str"
},
"name": {
"eq": "忍者",
"TYPE": "str"
},
"data.id": {
"eq": 18987,
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: image的返回值通过
检查key: member_price的返回值通过
检查key: discount_price的返回值通过
检查key: price的返回值通过
检查key: specs的返回值通过
检查key: unit的返回值通过
检查key: category的返回值通过
检查key: source的返回值通过
检查key: category_display的返回值通过
检查key: msg的返回值通过
检查key: sale_price的返回值通过
检查key: purchase_price的返回值通过
检查key: stock的返回值通过
检查key: status的返回值通过
检查key: brand的返回值通过
检查key: barcode的返回值通过
检查key: is_standard的返回值通过
检查key: quality_period的返回值通过
检查key: data的返回值通过
检查key: weighable的返回值通过
检查key: manufacturer的返回值通过
检查key: name的返回值通过
检查key: data.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_197_BOSS_商户收银机--修改厨打--异常 厨打ID不存在 |
pass
pt1.197:
测试用例开始时间: 2017-06-17 16:52:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:34", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d84a7d12-cddf-48e7-aadd-e7f8f5537e99","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd84a7d12-cddf-48e7-aadd-e7f8f5537e99'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/111111/
The request method is :put
The request parameter is:
{
"printerName": "Printer222",
"printerIp": "172.16.0.111"
}
接口请求头文件为:
{u'token': u'd84a7d12-cddf-48e7-aadd-e7f8f5537e99', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.77999997139
接口请求返回值:
{
"msg": "修改的打印机不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd84a7d12-cddf-48e7-aadd-e7f8f5537e99'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_198_BOSS_商户收银机--修改厨打--正常 |
pass
pt1.198:
测试用例开始时间: 2017-06-17 16:52:45
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"227bdd0f-12da-4536-b79f-39f19ade0bc6","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'227bdd0f-12da-4536-b79f-39f19ade0bc6'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'227bdd0f-12da-4536-b79f-39f19ade0bc6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.739000082016
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'227bdd0f-12da-4536-b79f-39f19ade0bc6'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'227bdd0f-12da-4536-b79f-39f19ade0bc6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.861000061035
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:52:52",
"printerName": "Printer111",
"id": 352,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:52:52"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 352, 'token_boss': u'227bdd0f-12da-4536-b79f-39f19ade0bc6'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"printerName": {
"EQ": "Printer111"
},
"id": {
"type": "int"
},
"printerIp": {
"EQ": "172.16.0.100"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: printerName的返回值通过
检查key: id的返回值通过
检查key: printerIp的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/352/
The request method is :put
The request parameter is:
{
"printerName": "Printer222",
"printerIp": "172.16.0.111"
}
接口请求头文件为:
{u'token': u'227bdd0f-12da-4536-b79f-39f19ade0bc6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.86600017548
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 352, 'token_boss': u'227bdd0f-12da-4536-b79f-39f19ade0bc6'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'227bdd0f-12da-4536-b79f-39f19ade0bc6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.703999996185
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:52:54",
"printerName": "Printer222",
"id": 352,
"activeStatus": true,
"version": 2,
"storeNo": 10,
"printerIp": "172.16.0.111",
"createTime": "2017-06-17 16:52:52"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 352, 'token_boss': u'227bdd0f-12da-4536-b79f-39f19ade0bc6'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"printerName": {
"EQ": "Printer222"
},
"id": {
"type": "int"
},
"printerIp": {
"EQ": "172.16.0.111"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: printerName的返回值通过
检查key: id的返回值通过
检查key: printerIp的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_199_BOSS_商户收银机--修改商品分类厨打绑定关系--异常 printer ID不存在 |
pass
pt1.199:
测试用例开始时间: 2017-06-17 16:52:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:48", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8096d305-0a4a-46f0-8824-05093807e214","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8096d305-0a4a-46f0-8824-05093807e214'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'8096d305-0a4a-46f0-8824-05093807e214', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18988,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19182}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8096d305-0a4a-46f0-8824-05093807e214', 'specId1': 19182, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18988, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'8096d305-0a4a-46f0-8824-05093807e214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.364000082016
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8096d305-0a4a-46f0-8824-05093807e214', 'specId1': 19182, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18988, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'8096d305-0a4a-46f0-8824-05093807e214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.855000019073
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:53:04",
"printerName": "Printer111",
"id": 353,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:53:04"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 353, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8096d305-0a4a-46f0-8824-05093807e214', 'specId1': 19182, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18988, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"printerName": {
"EQ": "Printer111"
},
"id": {
"type": "int"
},
"printerIp": {
"EQ": "172.16.0.100"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: printerName的返回值通过
检查key: id的返回值通过
检查key: printerIp的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/binding
The request method is :get
null
接口请求头文件为:
{u'token': u'8096d305-0a4a-46f0-8824-05093807e214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.822999954224
接口请求返回值:
{
"msg": "成功",
"data": [
{
"printerId": 353,
"categoryId": 510,
"printerName": "Printer111",
"updateTime": "2017-06-17 16:53:04",
"id": 242,
"version": 1,
"storeNo": 10,
"createTime": "2017-06-17 16:53:04",
"categoryName": "数码"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 353, 'tel': u'15000000000', 'store_id': 10, u'bid': 242, 'barcode': '12345678909876', 'token_boss': u'8096d305-0a4a-46f0-8824-05093807e214', 'specId1': 19182, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18988, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.0.printerId": {
"eq": 353
},
"data": {
"type": "list"
},
"categoryId": {
"eq": 510
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.0.printerId的返回值通过
检查key: data的返回值通过
检查key: categoryId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/binding/242/
The request method is :put
The request parameter is:
{
"printerId": "1111",
"printerName": "Printer222"
}
接口请求头文件为:
{u'token': u'8096d305-0a4a-46f0-8824-05093807e214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.14899992943
接口请求返回值:
{
"msg": "该打印机不存在,请重新绑定!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 353, 'tel': u'15000000000', 'store_id': 10, u'bid': 242, 'barcode': '12345678909876', 'token_boss': u'8096d305-0a4a-46f0-8824-05093807e214', 'specId1': 19182, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18988, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_200_BOSS_商户收银机--修改商品分类厨打绑定关系--异常 绑定ID不存在 |
pass
pt1.200:
测试用例开始时间: 2017-06-17 16:53:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:52:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"293843c1-364c-470d-a50c-8386183a752c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'293843c1-364c-470d-a50c-8386183a752c'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'293843c1-364c-470d-a50c-8386183a752c', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18989,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19183}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'293843c1-364c-470d-a50c-8386183a752c', 'specId1': 19183, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18989, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'293843c1-364c-470d-a50c-8386183a752c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.901999950409
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'293843c1-364c-470d-a50c-8386183a752c', 'specId1': 19183, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18989, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'293843c1-364c-470d-a50c-8386183a752c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.953000068665
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:53:16",
"printerName": "Printer111",
"id": 354,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:53:16"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 354, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'293843c1-364c-470d-a50c-8386183a752c', 'specId1': 19183, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18989, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"printerName": {
"EQ": "Printer111"
},
"id": {
"type": "int"
},
"printerIp": {
"EQ": "172.16.0.100"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: printerName的返回值通过
检查key: id的返回值通过
检查key: printerIp的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/binding
The request method is :get
null
接口请求头文件为:
{u'token': u'293843c1-364c-470d-a50c-8386183a752c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.17599987984
接口请求返回值:
{
"msg": "成功",
"data": [
{
"printerId": 354,
"categoryId": 510,
"printerName": "Printer111",
"updateTime": "2017-06-17 16:53:16",
"id": 243,
"version": 1,
"storeNo": 10,
"createTime": "2017-06-17 16:53:16",
"categoryName": "数码"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 354, 'tel': u'15000000000', 'store_id': 10, u'bid': 243, 'barcode': '12345678909876', 'token_boss': u'293843c1-364c-470d-a50c-8386183a752c', 'specId1': 19183, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18989, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.0.printerId": {
"eq": 354
},
"data": {
"type": "list"
},
"categoryId": {
"eq": 510
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.0.printerId的返回值通过
检查key: data的返回值通过
检查key: categoryId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/binding/243/
The request method is :put
The request parameter is:
{
"printerId": 111111,
"printerName": "Printer222"
}
接口请求头文件为:
{u'token': u'293843c1-364c-470d-a50c-8386183a752c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.713999986649
接口请求返回值:
{
"msg": "该打印机不存在,请重新绑定!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 354, 'tel': u'15000000000', 'store_id': 10, u'bid': 243, 'barcode': '12345678909876', 'token_boss': u'293843c1-364c-470d-a50c-8386183a752c', 'specId1': 19183, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18989, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_201_BOSS_商户收银机--修改商品分类厨打绑定关系--正常 |
pass
pt1.201:
测试用例开始时间: 2017-06-17 16:53:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:53:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"caeb1b82-6682-492f-a197-2f6712a7bf00","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'caeb1b82-6682-492f-a197-2f6712a7bf00'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"62e4c592-dd2a-4231-9823-4c02dd67346f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'62e4c592-dd2a-4231-9823-4c02dd67346f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.976000070572
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'62e4c592-dd2a-4231-9823-4c02dd67346f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.27199983597
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:53:27",
"printerName": "Printer111",
"id": 355,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:53:27"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 355, 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"printerName": {
"EQ": "Printer111"
},
"id": {
"type": "int"
},
"printerIp": {
"EQ": "172.16.0.100"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: printerName的返回值通过
检查key: id的返回值通过
检查key: printerIp的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'62e4c592-dd2a-4231-9823-4c02dd67346f', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18990,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19184}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{u'printerId': 355, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f', 'specId1': 19184, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18990, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/binding
The request method is :get
null
接口请求头文件为:
{u'token': u'62e4c592-dd2a-4231-9823-4c02dd67346f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.390999794006
接口请求返回值:
{
"msg": "成功",
"data": [
{
"printerId": 355,
"categoryId": 510,
"printerName": "Printer111",
"updateTime": "2017-06-17 16:53:31",
"id": 244,
"version": 1,
"storeNo": 10,
"createTime": "2017-06-17 16:53:31"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 355, 'tel': u'15000000000', 'store_id': 10, u'bid': 244, 'barcode': '12345678909876', 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f', 'specId1': 19184, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18990, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.0.printerId": {
"eq": 355
},
"data": {
"type": "list"
},
"categoryId": {
"eq": 510
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.0.printerId的返回值通过
检查key: data的返回值通过
检查key: categoryId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer222",
"printerIp": "172.16.0.101"
}
接口请求头文件为:
{u'token': u'62e4c592-dd2a-4231-9823-4c02dd67346f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.30999994278
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 355, 'tel': u'15000000000', 'store_id': 10, u'bid': 244, 'barcode': '12345678909876', 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f', 'specId1': 19184, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18990, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'62e4c592-dd2a-4231-9823-4c02dd67346f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.822999954224
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:53:27",
"printerName": "Printer111",
"id": 355,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:53:27"
},
{
"updateTime": "2017-06-17 16:53:33",
"printerName": "Printer222",
"id": 356,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.101",
"createTime": "2017-06-17 16:53:33"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 355, 'tel': u'15000000000', 'store_id': 10, u'bid': 244, 'barcode': '12345678909876', 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f', 'specId1': 19184, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18990, u'printerId2': 356, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/binding/244/
The request method is :put
The request parameter is:
{
"printerId": "356",
"printerName": "Printer222"
}
接口请求头文件为:
{u'token': u'62e4c592-dd2a-4231-9823-4c02dd67346f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.967000007629
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 355, 'tel': u'15000000000', 'store_id': 10, u'bid': 244, 'barcode': '12345678909876', 'token_boss': u'62e4c592-dd2a-4231-9823-4c02dd67346f', 'specId1': 19184, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18990, u'printerId2': 356, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_202_BOSS_商户收银机--删除厨打--异常 厨打ID不存在 |
pass
pt1.202:
测试用例开始时间: 2017-06-17 16:53:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:53:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2b41df86-86d2-4890-b462-3615ca50a4bc","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2b41df86-86d2-4890-b462-3615ca50a4bc'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/11111111/
The request method is :delete
null
接口请求头文件为:
{u'token': u'2b41df86-86d2-4890-b462-3615ca50a4bc', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.784999847412
接口请求返回值:
{
"msg": "打印机不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2b41df86-86d2-4890-b462-3615ca50a4bc'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_203_BOSS_商户收银机--删除厨打--正常 |
pass
pt1.203:
测试用例开始时间: 2017-06-17 16:53:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:53:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5bb10139-b835-4669-8607-f060cada4d7a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5bb10139-b835-4669-8607-f060cada4d7a'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'5bb10139-b835-4669-8607-f060cada4d7a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.45600008965
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5bb10139-b835-4669-8607-f060cada4d7a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'5bb10139-b835-4669-8607-f060cada4d7a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.16599988937
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:53:49",
"printerName": "Printer111",
"id": 357,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:53:49"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 357, 'token_boss': u'5bb10139-b835-4669-8607-f060cada4d7a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"printerName": {
"EQ": "Printer111"
},
"id": {
"type": "int"
},
"printerIp": {
"EQ": "172.16.0.100"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: printerName的返回值通过
检查key: id的返回值通过
检查key: printerIp的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/357/
The request method is :delete
null
接口请求头文件为:
{u'token': u'5bb10139-b835-4669-8607-f060cada4d7a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.851999998093
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 357, 'token_boss': u'5bb10139-b835-4669-8607-f060cada4d7a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'5bb10139-b835-4669-8607-f060cada4d7a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.52799987793
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 357, 'token_boss': u'5bb10139-b835-4669-8607-f060cada4d7a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"ll": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_204_BOSS_商户收银机--删除厨打--正常 重复删除 |
pass
pt1.204:
测试用例开始时间: 2017-06-17 16:53:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:53:45", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b3737172-92ef-4549-a383-aed22e543587","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b3737172-92ef-4549-a383-aed22e543587'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'b3737172-92ef-4549-a383-aed22e543587', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.895999908447
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b3737172-92ef-4549-a383-aed22e543587'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'b3737172-92ef-4549-a383-aed22e543587', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.41700005531
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:53:59",
"printerName": "Printer111",
"id": 358,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:53:59"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 358, 'token_boss': u'b3737172-92ef-4549-a383-aed22e543587'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"printerName": {
"EQ": "Printer111"
},
"id": {
"type": "int"
},
"printerIp": {
"EQ": "172.16.0.100"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: printerName的返回值通过
检查key: id的返回值通过
检查key: printerIp的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/358/
The request method is :delete
null
接口请求头文件为:
{u'token': u'b3737172-92ef-4549-a383-aed22e543587', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.47399997711
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 358, 'token_boss': u'b3737172-92ef-4549-a383-aed22e543587'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/358/
The request method is :delete
null
接口请求头文件为:
{u'token': u'b3737172-92ef-4549-a383-aed22e543587', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.823999881744
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'printerId': 358, 'token_boss': u'b3737172-92ef-4549-a383-aed22e543587'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_205_BOSS_商户收银机--厨打列表--正常 |
pass
pt1.205:
测试用例开始时间: 2017-06-17 16:54:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:53:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"22e7e2bd-715e-4810-aa12-475cef58a314","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'22e7e2bd-715e-4810-aa12-475cef58a314'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'22e7e2bd-715e-4810-aa12-475cef58a314', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.663999795914
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'22e7e2bd-715e-4810-aa12-475cef58a314'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer//
The request method is :post
The request parameter is:
{
"printerName": "Printer222",
"printerIp": "172.16.0.111"
}
接口请求头文件为:
{u'token': u'22e7e2bd-715e-4810-aa12-475cef58a314', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.804000139236
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'22e7e2bd-715e-4810-aa12-475cef58a314'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'22e7e2bd-715e-4810-aa12-475cef58a314', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.69200015068
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:54:08",
"printerName": "Printer111",
"id": 359,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:54:08"
},
{
"updateTime": "2017-06-17 16:54:09",
"printerName": "Printer222",
"id": 360,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.111",
"createTime": "2017-06-17 16:54:09"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'printerId2': 360, 'password': '123456', u'printerId': 359, 'token_boss': u'22e7e2bd-715e-4810-aa12-475cef58a314'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"ll": 2,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_206_BOSS_商户收银机--新增厨打--异常 重复添加 |
pass
pt1.206:
测试用例开始时间: 2017-06-17 16:54:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:54:05", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"25d1b76e-dc52-46db-ae64-0dc443ba37ff","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'25d1b76e-dc52-46db-ae64-0dc443ba37ff'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'25d1b76e-dc52-46db-ae64-0dc443ba37ff', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.23300004005
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'25d1b76e-dc52-46db-ae64-0dc443ba37ff'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'25d1b76e-dc52-46db-ae64-0dc443ba37ff', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.744999885559
接口请求返回值:
{
"msg": "该厨打ip已经存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'25d1b76e-dc52-46db-ae64-0dc443ba37ff'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_207_BOSS_商户收银机--新增厨打--正常 |
pass
pt1.207:
测试用例开始时间: 2017-06-17 16:54:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:54:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b31d4a97-f6c1-4fd0-a5e9-ae8a2f328e71","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b31d4a97-f6c1-4fd0-a5e9-ae8a2f328e71'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'b31d4a97-f6c1-4fd0-a5e9-ae8a2f328e71', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.66799998283
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b31d4a97-f6c1-4fd0-a5e9-ae8a2f328e71'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_208_BOSS_商户收银机--条码秤修改--异常 条码秤ID不存在 |
pass
pt1.208:
测试用例开始时间: 2017-06-17 16:54:24
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:54:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3df02685-798a-44a3-8481-8a7ef15169ac","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3df02685-798a-44a3-8481-8a7ef15169ac'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale/111111
The request method is :PUT
The request parameter is:
{
"scaleName": "Scale122",
"scaleIp": "172.16.0.111",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'3df02685-798a-44a3-8481-8a7ef15169ac', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.1400001049
接口请求返回值:
{
"msg": "条码秤不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3df02685-798a-44a3-8481-8a7ef15169ac'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_209_BOSS_商户收银机--条码秤修改--正常 |
pass
pt1.209:
测试用例开始时间: 2017-06-17 16:54:31
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:54:27", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6f87b308-4cdf-493c-91c2-c087048f700b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6f87b308-4cdf-493c-91c2-c087048f700b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :POST
The request parameter is:
{
"scaleName": "Scale111",
"scaleIp": "172.16.0.100",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'6f87b308-4cdf-493c-91c2-c087048f700b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.751999855042
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6f87b308-4cdf-493c-91c2-c087048f700b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :get
null
接口请求头文件为:
{u'token': u'6f87b308-4cdf-493c-91c2-c087048f700b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.89900016785
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:54:37",
"scaleIp": "172.16.0.100",
"id": 219,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"syncStatus": false,
"scaleName": "Scale111",
"createTime": "2017-06-17 16:54:37",
"scaleType": "type1"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 219, 'token_boss': u'6f87b308-4cdf-493c-91c2-c087048f700b'}
期望检测的返回值:
{
"updateTime": {
"type": "str"
},
"scaleIp": {
"eq": "172.16.0.100"
},
"syncStatus": {
"type": "bool"
},
"msg": {
"EQ": "成功"
},
"scaleName": {
"eq": "Scale111"
},
"statusCode": {
"EQ": 0
},
"id": {
"type": "int"
},
"scaleType": {
"eq": "type1"
}
}
检查key: updateTime的返回值通过
检查key: scaleIp的返回值通过
检查key: syncStatus的返回值通过
检查key: msg的返回值通过
检查key: scaleName的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: scaleType的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale/219/
The request method is :PUT
The request parameter is:
{
"scaleName": "Scale122",
"scaleIp": "172.16.0.111",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'6f87b308-4cdf-493c-91c2-c087048f700b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.934000015259
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 219, 'token_boss': u'6f87b308-4cdf-493c-91c2-c087048f700b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :get
null
接口请求头文件为:
{u'token': u'6f87b308-4cdf-493c-91c2-c087048f700b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
10.993999958
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:54:40",
"scaleIp": "172.16.0.111",
"id": 219,
"activeStatus": true,
"version": 2,
"storeNo": 10,
"syncStatus": false,
"scaleName": "Scale122",
"createTime": "2017-06-17 16:54:37",
"scaleType": "type1"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 219, 'token_boss': u'6f87b308-4cdf-493c-91c2-c087048f700b'}
期望检测的返回值:
{
"updateTime": {
"type": "str"
},
"scaleIp": {
"eq": "172.16.0.111"
},
"syncStatus": {
"type": "bool"
},
"msg": {
"EQ": "成功"
},
"scaleName": {
"eq": "Scale122"
},
"statusCode": {
"EQ": 0
},
"id": {
"type": "int"
},
"scaleType": {
"eq": "type1"
}
}
检查key: updateTime的返回值通过
检查key: scaleIp的返回值通过
检查key: syncStatus的返回值通过
检查key: msg的返回值通过
检查key: scaleName的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: scaleType的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_210_BOSS_商户收银机--条码秤列表--正常 |
pass
pt1.210:
测试用例开始时间: 2017-06-17 16:54:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:54:34", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e5ca8537-3261-4c44-b04c-7e879894f2e9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e5ca8537-3261-4c44-b04c-7e879894f2e9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :POST
The request parameter is:
{
"scaleName": "Scale111",
"scaleIp": "172.16.0.100",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'e5ca8537-3261-4c44-b04c-7e879894f2e9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.661999940872
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e5ca8537-3261-4c44-b04c-7e879894f2e9'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :get
null
接口请求头文件为:
{u'token': u'e5ca8537-3261-4c44-b04c-7e879894f2e9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.30199980736
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:54:57",
"scaleIp": "172.16.0.100",
"id": 220,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"syncStatus": false,
"scaleName": "Scale111",
"createTime": "2017-06-17 16:54:57",
"scaleType": "type1"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e5ca8537-3261-4c44-b04c-7e879894f2e9'}
期望检测的返回值:
{
"updateTime": {
"type": "str"
},
"scaleIp": {
"eq": "172.16.0.100"
},
"syncStatus": {
"type": "bool"
},
"msg": {
"EQ": "成功"
},
"scaleName": {
"eq": "Scale111"
},
"statusCode": {
"EQ": 0
},
"id": {
"type": "int"
},
"scaleType": {
"eq": "type1"
}
}
检查key: updateTime的返回值通过
检查key: scaleIp的返回值通过
检查key: syncStatus的返回值通过
检查key: msg的返回值通过
检查key: scaleName的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: scaleType的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_211_BOSS_商户收银机--条码秤删除--异常 条码秤ID不存在 |
pass
pt1.211:
测试用例开始时间: 2017-06-17 16:54:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:54:54", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"13c32cf4-0005-4420-a2e9-0118b2135e0e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'13c32cf4-0005-4420-a2e9-0118b2135e0e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale/111111/
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'13c32cf4-0005-4420-a2e9-0118b2135e0e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.57399988174
接口请求返回值:
{
"msg": "条码秤不存在",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'13c32cf4-0005-4420-a2e9-0118b2135e0e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_212_BOSS_商户收银机--条码秤删除--正常 |
pass
pt1.212:
测试用例开始时间: 2017-06-17 16:55:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1666c5a2-2eee-4917-b154-551049720ecf","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1666c5a2-2eee-4917-b154-551049720ecf'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :POST
The request parameter is:
{
"scaleName": "Scale111",
"scaleIp": "172.16.0.100",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'1666c5a2-2eee-4917-b154-551049720ecf', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.59800004959
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1666c5a2-2eee-4917-b154-551049720ecf'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :get
null
接口请求头文件为:
{u'token': u'1666c5a2-2eee-4917-b154-551049720ecf', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.713000059128
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:55:12",
"scaleIp": "172.16.0.100",
"id": 221,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"syncStatus": false,
"scaleName": "Scale111",
"createTime": "2017-06-17 16:55:12",
"scaleType": "type1"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 221, 'token_boss': u'1666c5a2-2eee-4917-b154-551049720ecf'}
期望检测的返回值:
{
"updateTime": {
"type": "str"
},
"scaleIp": {
"eq": "172.16.0.100"
},
"syncStatus": {
"type": "bool"
},
"msg": {
"EQ": "成功"
},
"scaleName": {
"eq": "Scale111"
},
"statusCode": {
"EQ": 0
},
"id": {
"type": "int"
},
"scaleType": {
"eq": "type1"
}
}
检查key: updateTime的返回值通过
检查key: scaleIp的返回值通过
检查key: syncStatus的返回值通过
检查key: msg的返回值通过
检查key: scaleName的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: scaleType的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale/221/
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'1666c5a2-2eee-4917-b154-551049720ecf', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.70000004768
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 221, 'token_boss': u'1666c5a2-2eee-4917-b154-551049720ecf'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :get
null
接口请求头文件为:
{u'token': u'1666c5a2-2eee-4917-b154-551049720ecf', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.744999885559
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 221, 'token_boss': u'1666c5a2-2eee-4917-b154-551049720ecf'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"ll": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_213_BOSS_商户收银机--条码秤数据格式查询--正常 |
pass
pt1.213:
测试用例开始时间: 2017-06-17 16:55:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0d644fbc-149e-480f-9b4f-e48d394621ca","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0d644fbc-149e-480f-9b4f-e48d394621ca'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :POST
The request parameter is:
{
"scaleName": "Scale111",
"scaleIp": "172.16.0.100",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'0d644fbc-149e-480f-9b4f-e48d394621ca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.768000125885
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0d644fbc-149e-480f-9b4f-e48d394621ca'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :get
null
接口请求头文件为:
{u'token': u'0d644fbc-149e-480f-9b4f-e48d394621ca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.88800001144
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:55:20",
"scaleIp": "172.16.0.100",
"id": 222,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"syncStatus": false,
"scaleName": "Scale111",
"createTime": "2017-06-17 16:55:20",
"scaleType": "type1"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 222, 'token_boss': u'0d644fbc-149e-480f-9b4f-e48d394621ca'}
期望检测的返回值:
{
"updateTime": {
"type": "str"
},
"scaleIp": {
"eq": "172.16.0.100"
},
"syncStatus": {
"type": "bool"
},
"msg": {
"EQ": "成功"
},
"scaleName": {
"eq": "Scale111"
},
"statusCode": {
"EQ": 0
},
"id": {
"type": "int"
},
"scaleType": {
"eq": "type1"
}
}
检查key: updateTime的返回值通过
检查key: scaleIp的返回值通过
检查key: syncStatus的返回值通过
检查key: msg的返回值通过
检查key: scaleName的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: scaleType的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scaledata
The request method is :get
null
接口请求头文件为:
{u'token': u'0d644fbc-149e-480f-9b4f-e48d394621ca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.733999967575
接口请求返回值:
{
"msg": "成功",
"data": {
"updateTime": "2017-06-06 19:58:14",
"id": 14,
"scaleFormat": 0,
"scaleId": 21,
"version": 1,
"storeNo": 10,
"weightAccuracy": 3,
"createTime": "2017-06-06 19:58:14"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 222, 'token_boss': u'0d644fbc-149e-480f-9b4f-e48d394621ca'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_214_BOSS_商户收银机--条码秤添加--正常 |
pass
pt1.214:
测试用例开始时间: 2017-06-17 16:55:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"96129c13-63bf-4941-9802-54e1f1b04d77","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'96129c13-63bf-4941-9802-54e1f1b04d77'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :POST
The request parameter is:
{
"scaleName": "Scale111",
"scaleIp": "172.16.0.100",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'96129c13-63bf-4941-9802-54e1f1b04d77', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.851999998093
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'96129c13-63bf-4941-9802-54e1f1b04d77'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_215_BOSS_商户收银机--条码秤添加--正常 条码秤(厨打)重用IP |
pass
pt1.215:
测试用例开始时间: 2017-06-17 16:55:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e89f50b1-bc92-4d81-8cc7-68010dbf7ff0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e89f50b1-bc92-4d81-8cc7-68010dbf7ff0'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/scale
The request method is :POST
The request parameter is:
{
"scaleName": "Scale111",
"scaleIp": "172.16.0.100",
"scaleType": "type1"
}
接口请求头文件为:
{u'token': u'e89f50b1-bc92-4d81-8cc7-68010dbf7ff0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.97900009155
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e89f50b1-bc92-4d81-8cc7-68010dbf7ff0'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'e89f50b1-bc92-4d81-8cc7-68010dbf7ff0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.06599998474
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e89f50b1-bc92-4d81-8cc7-68010dbf7ff0'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_216_BOSS_商户收银机--查询商品分类厨打绑定列表--正常 |
pass
pt1.216:
测试用例开始时间: 2017-06-17 16:55:37
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"aa9371e5-fea2-404b-801b-dd86f86be34e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'aa9371e5-fea2-404b-801b-dd86f86be34e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'aa9371e5-fea2-404b-801b-dd86f86be34e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.697000026703
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'aa9371e5-fea2-404b-801b-dd86f86be34e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_217_BOSS_商户收银机--查询商品分类厨打绑定列表--正常 有对应数据 |
pass
pt1.217:
测试用例开始时间: 2017-06-17 16:55:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:40", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6667d01b-1d79-468a-8227-e51e731edb40","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6667d01b-1d79-468a-8227-e51e731edb40'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'6667d01b-1d79-468a-8227-e51e731edb40', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18991,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19185}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6667d01b-1d79-468a-8227-e51e731edb40', 'specId1': 19185, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18991, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :POST
The request parameter is:
{
"printerName": "Printer111",
"printerIp": "172.16.0.100"
}
接口请求头文件为:
{u'token': u'6667d01b-1d79-468a-8227-e51e731edb40', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.398000001907
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6667d01b-1d79-468a-8227-e51e731edb40', 'specId1': 19185, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18991, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer
The request method is :get
null
接口请求头文件为:
{u'token': u'6667d01b-1d79-468a-8227-e51e731edb40', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.59599995613
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:55:51",
"printerName": "Printer111",
"id": 364,
"activeStatus": true,
"version": 1,
"storeNo": 10,
"printerIp": "172.16.0.100",
"createTime": "2017-06-17 16:55:51"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 364, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6667d01b-1d79-468a-8227-e51e731edb40', 'specId1': 19185, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18991, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/pos/printer/binding
The request method is :get
null
接口请求头文件为:
{u'token': u'6667d01b-1d79-468a-8227-e51e731edb40', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.862999916077
接口请求返回值:
{
"msg": "成功",
"data": [
{
"printerId": 364,
"categoryId": 510,
"printerName": "Printer111",
"updateTime": "2017-06-17 16:55:51",
"id": 245,
"version": 1,
"storeNo": 10,
"createTime": "2017-06-17 16:55:51",
"categoryName": "数码"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'printerId': 364, 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'6667d01b-1d79-468a-8227-e51e731edb40', 'specId1': 19185, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18991, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.0.printerId": {
"eq": 364
},
"data": {
"type": "list"
},
"categoryId": {
"eq": 510
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.0.printerId的返回值通过
检查key: data的返回值通过
检查key: categoryId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_218_BOSS_商户收银机--查询小票设置 NEW--正常 |
pass
pt1.218:
测试用例开始时间: 2017-06-17 16:55:54
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"47cc11b2-49f9-4919-8027-c58a901b62fb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'47cc11b2-49f9-4919-8027-c58a901b62fb'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :POST
The request parameter is:
{
"promotionDetails": true,
"totalOriginalPrice": true,
"totalPoints": true,
"endnotePrintPosition": 0,
"totalPromotions": true,
"endnote2Enable": true,
"storeLogo": true,
"orderNoToBarcode": true,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"unitPrice": true,
"storeBalance": true,
"endnote4Enable": true,
"endnote1Enable": true,
"points": true,
"productBarcode": true,
"receiptTitle": "This is the title.",
"payDetail": true,
"endnote3Enable": true
}
接口请求头文件为:
{u'token': u'47cc11b2-49f9-4919-8027-c58a901b62fb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.72099995613
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'47cc11b2-49f9-4919-8027-c58a901b62fb'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :GET
null
接口请求头文件为:
{u'token': u'47cc11b2-49f9-4919-8027-c58a901b62fb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.990000009537
接口请求返回值:
{
"msg": "成功",
"data": {
"updateTime": "2017-06-17 16:56:00",
"storeLogo": true,
"storeNo": 10,
"id": 295,
"totalOriginalPrice": true,
"storedBalance": true,
"totalPoints": true,
"endnotePrintPosition": 0,
"totalPromotions": true,
"productBarcode": true,
"promotionDetails": true,
"version": 117,
"autoPrint": true,
"orderNoToBarcode": true,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"templateUrl": "https://cdn-pos-static.thy360.com/permanent/retail-receipt.png",
"unitPrice": true,
"createTime": "2017-06-06 19:58:24",
"endnote4Enable": true,
"payDetails": true,
"endnote1Enable": true,
"endnote2Enable": true,
"points": true,
"receiptTitle": "This is the title.",
"endnote3Enable": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'47cc11b2-49f9-4919-8027-c58a901b62fb'}
期望检测的返回值:
{
"promotionDetails": {
"EQ": true
},
"totalOriginalPrice": {
"EQ": true
},
"storedBalance": {
"EQ": true
},
"totalPoints": {
"EQ": true
},
"endnotePrintPosition": {
"EQ": 0
},
"totalPromotions": {
"EQ": true
},
"productBarcode": {
"EQ": true
},
"storeLogo": {
"EQ": true
},
"msg": {
"EQ": "成功"
},
"orderNoToBarcode": {
"EQ": true
},
"productName": {
"EQ": true
},
"endnote4": {
"EQ": "endnote1"
},
"endnote1": {
"EQ": "endnote1"
},
"endnote3": {
"EQ": "endnote1"
},
"endnote2": {
"EQ": "endnote2"
},
"endnote2Enable": {
"EQ": true
},
"endnote4Enable": {
"EQ": true
},
"payDetails": {
"EQ": true
},
"endnote1Enable": {
"EQ": true
},
"unitPrice": {
"EQ": true
},
"points": {
"EQ": true
},
"receiptTitle": {
"EQ": "This is the title."
},
"endnote3Enable": {
"EQ": true
},
"statusCode": {
"EQ": 0
}
}
检查key: promotionDetails的返回值通过
检查key: totalOriginalPrice的返回值通过
检查key: storedBalance的返回值通过
检查key: totalPoints的返回值通过
检查key: endnotePrintPosition的返回值通过
检查key: totalPromotions的返回值通过
检查key: productBarcode的返回值通过
检查key: storeLogo的返回值通过
检查key: msg的返回值通过
检查key: orderNoToBarcode的返回值通过
检查key: productName的返回值通过
检查key: endnote4的返回值通过
检查key: endnote1的返回值通过
检查key: endnote3的返回值通过
检查key: endnote2的返回值通过
检查key: endnote2Enable的返回值通过
检查key: endnote4Enable的返回值通过
检查key: payDetails的返回值通过
检查key: endnote1Enable的返回值通过
检查key: unitPrice的返回值通过
检查key: points的返回值通过
检查key: receiptTitle的返回值通过
检查key: endnote3Enable的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :POST
The request parameter is:
{
"promotionDetails": true,
"totalOriginalPrice": true,
"totalPoints": true,
"endnotePrintPosition": 2,
"totalPromotions": true,
"endnote2Enable": true,
"storeLogo": true,
"orderNoToBarcode": true,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"unitPrice": true,
"storeBalance": true,
"endnote4Enable": true,
"endnote1Enable": true,
"points": true,
"productBarcode": true,
"receiptTitle": "This is the title.",
"payDetail": true,
"endnote3Enable": true
}
接口请求头文件为:
{u'token': u'47cc11b2-49f9-4919-8027-c58a901b62fb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.31399989128
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'47cc11b2-49f9-4919-8027-c58a901b62fb'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :GET
null
接口请求头文件为:
{u'token': u'47cc11b2-49f9-4919-8027-c58a901b62fb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.24500012398
接口请求返回值:
{
"msg": "成功",
"data": {
"updateTime": "2017-06-17 16:56:03",
"storeLogo": true,
"storeNo": 10,
"id": 295,
"totalOriginalPrice": true,
"storedBalance": true,
"totalPoints": true,
"endnotePrintPosition": 2,
"totalPromotions": true,
"productBarcode": true,
"promotionDetails": true,
"version": 118,
"autoPrint": true,
"orderNoToBarcode": true,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"templateUrl": "https://cdn-pos-static.thy360.com/permanent/retail-receipt.png",
"unitPrice": true,
"createTime": "2017-06-06 19:58:24",
"endnote4Enable": true,
"payDetails": true,
"endnote1Enable": true,
"endnote2Enable": true,
"points": true,
"receiptTitle": "This is the title.",
"endnote3Enable": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'47cc11b2-49f9-4919-8027-c58a901b62fb'}
期望检测的返回值:
{
"promotionDetails": {
"EQ": true
},
"totalOriginalPrice": {
"EQ": true
},
"storedBalance": {
"EQ": true
},
"totalPoints": {
"EQ": true
},
"endnotePrintPosition": {
"EQ": 2
},
"totalPromotions": {
"EQ": true
},
"productBarcode": {
"EQ": true
},
"storeLogo": {
"EQ": true
},
"msg": {
"EQ": "成功"
},
"orderNoToBarcode": {
"EQ": true
},
"productName": {
"EQ": true
},
"endnote4": {
"EQ": "endnote1"
},
"endnote1": {
"EQ": "endnote1"
},
"endnote3": {
"EQ": "endnote1"
},
"endnote2": {
"EQ": "endnote2"
},
"endnote2Enable": {
"EQ": true
},
"endnote4Enable": {
"EQ": true
},
"payDetails": {
"EQ": true
},
"endnote1Enable": {
"EQ": true
},
"unitPrice": {
"EQ": true
},
"points": {
"EQ": true
},
"receiptTitle": {
"EQ": "This is the title."
},
"endnote3Enable": {
"EQ": true
},
"statusCode": {
"EQ": 0
}
}
检查key: promotionDetails的返回值通过
检查key: totalOriginalPrice的返回值通过
检查key: storedBalance的返回值通过
检查key: totalPoints的返回值通过
检查key: endnotePrintPosition的返回值通过
检查key: totalPromotions的返回值通过
检查key: productBarcode的返回值通过
检查key: storeLogo的返回值通过
检查key: msg的返回值通过
检查key: orderNoToBarcode的返回值通过
检查key: productName的返回值通过
检查key: endnote4的返回值通过
检查key: endnote1的返回值通过
检查key: endnote3的返回值通过
检查key: endnote2的返回值通过
检查key: endnote2Enable的返回值通过
检查key: endnote4Enable的返回值通过
检查key: payDetails的返回值通过
检查key: endnote1Enable的返回值通过
检查key: unitPrice的返回值通过
检查key: points的返回值通过
检查key: receiptTitle的返回值通过
检查key: endnote3Enable的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_219_BOSS_商户收银机--查询收银机基础参数 NEW--正常 |
pass
pt1.219:
测试用例开始时间: 2017-06-17 16:56:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:55:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1ba53c24-ae63-46f1-868c-98f8cbbf6a63","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1ba53c24-ae63-46f1-868c-98f8cbbf6a63'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": true,
"totalAmountFractional": 0,
"eachAmountFractional": 0
}
接口请求头文件为:
{u'token': u'1ba53c24-ae63-46f1-868c-98f8cbbf6a63', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.04699993134
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1ba53c24-ae63-46f1-868c-98f8cbbf6a63'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :GET
null
接口请求头文件为:
{u'token': u'1ba53c24-ae63-46f1-868c-98f8cbbf6a63', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.856999874115
接口请求返回值:
{
"msg": "成功",
"data": {
"updateTime": "2017-06-17 16:56:11",
"mustSelected": true,
"eachAmountFractional": 0,
"id": 297,
"version": 101,
"storeNo": 10,
"createTime": "2017-06-06 19:58:26",
"totalAmountFractional": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1ba53c24-ae63-46f1-868c-98f8cbbf6a63'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"mustSelected": {
"EQ": true
},
"totalAmountFractional": {
"EQ": 0
},
"eachAmountFractional": {
"EQ": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: mustSelected的返回值通过
检查key: totalAmountFractional的返回值通过
检查key: eachAmountFractional的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_220_BOSS_商户收银机--查询绑定的收银机--正常 |
pass
pt1.220:
测试用例开始时间: 2017-06-17 16:56:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:56:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2157320c-aa18-4184-995b-fa5b27058867","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2157320c-aa18-4184-995b-fa5b27058867'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/poslist
The request method is :GET
null
接口请求头文件为:
{u'token': u'2157320c-aa18-4184-995b-fa5b27058867', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.650000095367
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-05 13:48:26",
"posNumber": "00",
"posNo": "442c0542ca74",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 16:39:25",
"posToken": "2bf84844-606a-4b8e-b8f2-3b585abe743f",
"id": 2,
"romVersion": "3.10.0",
"version": 2,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 16:39:25",
"defaultFlag": 0
},
{
"updateTime": "2017-04-22 17:45:41",
"posNumber": "01",
"posNo": "442c05a8b0e1",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 17:45:41",
"posToken": "de088a53-2ab2-49a9-a7b5-2042e444aba7",
"id": 4,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 17:45:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-02 18:00:53",
"posNumber": "02",
"connectState": 0,
"posNo": "927f18d98d42",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-02 18:00:53",
"posToken": "df2cc0f0-8226-412f-a8ab-2e4794741ea7",
"id": 226,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-02 18:00:53",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "03",
"connectState": 0,
"posNo": "080027400cba",
"posVersion": "1.0",
"posType": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048",
"bandingTime": "2017-06-03 10:07:26",
"posToken": "56ca4f84-8575-4551-94f3-122e49063bf3",
"id": 229,
"romVersion": "3.10.0-genymotion-g08e528d",
"version": 4,
"systemVersion": "5.0",
"storeNo": 10,
"createTime": "2017-06-03 10:07:26",
"defaultFlag": 1
},
{
"updateTime": "2017-06-03 15:38:37",
"posNumber": "04",
"connectState": 0,
"posNo": "768571f6d731",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-03 15:38:37",
"posToken": "ac21bb40-b6ee-403b-b895-e272a29e9cc3",
"id": 231,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-03 15:38:37",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "05",
"connectState": 0,
"posNo": "c243dd7b6f81",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 12:36:41",
"posToken": "fcc746ac-d590-429f-9ae2-de5068666a9f",
"id": 237,
"romVersion": "3.10.0",
"version": 3,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 12:36:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 14:40:29",
"posNumber": "06",
"connectState": 0,
"posNo": "322f3d2ab8e9",
"posVersion": "1.1",
"posType": "rk3288",
"bandingTime": "2017-06-05 14:40:29",
"posToken": "6cb59912-f716-4225-ad92-d4acf49fb9ad",
"id": 238,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-06-05 14:40:29",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 16:02:36",
"posNumber": "07",
"connectState": 0,
"posNo": "92f488cc2c59",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 16:02:36",
"posToken": "50391b63-c25e-4894-86f9-8866c63d000b",
"id": 248,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 16:02:36",
"defaultFlag": 0
},
{
"updateTime": "2017-06-06 19:50:38",
"posNumber": "08",
"connectState": 0,
"posNo": "abcdefghijk",
"posVersion": "testversion",
"posType": "testType",
"bandingTime": "2017-06-06 19:50:38",
"posToken": "10581ec8-c5df-496f-9263-3c686a8342fe",
"id": 280,
"romVersion": "1.0",
"version": 1,
"systemVersion": "1.1",
"storeNo": 10,
"createTime": "2017-06-06 19:50:38",
"defaultFlag": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2157320c-aa18-4184-995b-fa5b27058867'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_221_BOSS_商户收银机--设置小票设置 NEW--正常 |
pass
pt1.221:
测试用例开始时间: 2017-06-17 16:56:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:56:15", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ee8a8980-a70b-4849-ab5e-87c18e049218","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ee8a8980-a70b-4849-ab5e-87c18e049218'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :POST
The request parameter is:
{
"promotionDetails": true,
"totalOriginalPrice": true,
"totalPoints": true,
"endnotePrintPosition": 0,
"totalPromotions": true,
"endnote2Enable": true,
"storeLogo": true,
"orderNoToBarcode": true,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"unitPrice": true,
"storeBalance": true,
"endnote4Enable": true,
"endnote1Enable": true,
"points": true,
"productBarcode": true,
"receiptTitle": "This is the title.",
"payDetail": true,
"endnote3Enable": true
}
接口请求头文件为:
{u'token': u'ee8a8980-a70b-4849-ab5e-87c18e049218', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.9509999752
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ee8a8980-a70b-4849-ab5e-87c18e049218'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :POST
The request parameter is:
{
"promotionDetails": true,
"totalOriginalPrice": true,
"totalPoints": true,
"endnotePrintPosition": 1,
"totalPromotions": true,
"endnote2Enable": true,
"storeLogo": true,
"orderNoToBarcode": true,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"unitPrice": true,
"storeBalance": true,
"endnote4Enable": true,
"endnote1Enable": true,
"points": true,
"productBarcode": true,
"receiptTitle": "This is the title.",
"payDetail": true,
"endnote3Enable": true
}
接口请求头文件为:
{u'token': u'ee8a8980-a70b-4849-ab5e-87c18e049218', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.874000072479
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ee8a8980-a70b-4849-ab5e-87c18e049218'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :POST
The request parameter is:
{
"promotionDetails": true,
"totalOriginalPrice": true,
"totalPoints": true,
"endnotePrintPosition": 2,
"totalPromotions": true,
"endnote2Enable": true,
"storeLogo": true,
"orderNoToBarcode": true,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"unitPrice": true,
"storeBalance": true,
"endnote4Enable": true,
"endnote1Enable": true,
"points": true,
"productBarcode": true,
"receiptTitle": "This is the title.",
"payDetail": true,
"endnote3Enable": true
}
接口请求头文件为:
{u'token': u'ee8a8980-a70b-4849-ab5e-87c18e049218', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.47799992561
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ee8a8980-a70b-4849-ab5e-87c18e049218'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/receipt
The request method is :POST
The request parameter is:
{
"promotionDetails": false,
"totalOriginalPrice": true,
"totalPoints": true,
"endnotePrintPosition": 2,
"totalPromotions": true,
"endnote2Enable": true,
"storeLogo": true,
"orderNoToBarcode": false,
"productName": true,
"endnote4": "endnote1",
"endnote1": "endnote1",
"endnote3": "endnote1",
"endnote2": "endnote2",
"unitPrice": false,
"storeBalance": true,
"endnote4Enable": true,
"endnote1Enable": true,
"points": true,
"productBarcode": true,
"receiptTitle": "This is the title.",
"payDetail": true,
"endnote3Enable": true
}
接口请求头文件为:
{u'token': u'ee8a8980-a70b-4849-ab5e-87c18e049218', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.21300005913
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ee8a8980-a70b-4849-ab5e-87c18e049218'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_222_BOSS_商户收银机--设置收银机基础参数 NEW--异常 超出定义值 |
pass
pt1.222:
测试用例开始时间: 2017-06-17 16:56:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:56:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a92a265f-fe87-477c-b7ed-13464c2a055e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a92a265f-fe87-477c-b7ed-13464c2a055e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": true,
"totalAmountFractional": 0,
"eachAmountFractional": 5
}
接口请求头文件为:
{u'token': u'a92a265f-fe87-477c-b7ed-13464c2a055e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.65599989891
接口请求返回值:
{
"msg": "参数设置不正确",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a92a265f-fe87-477c-b7ed-13464c2a055e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": true,
"totalAmountFractional": 5,
"eachAmountFractional": 0
}
接口请求头文件为:
{u'token': u'a92a265f-fe87-477c-b7ed-13464c2a055e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.900000095367
接口请求返回值:
{
"msg": "参数设置不正确",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a92a265f-fe87-477c-b7ed-13464c2a055e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_223_BOSS_商户收银机--设置收银机基础参数 NEW--正常 |
pass
pt1.223:
测试用例开始时间: 2017-06-17 16:56:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:56:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"290097e1-aea1-45db-9534-9399af601cab","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'290097e1-aea1-45db-9534-9399af601cab'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": true,
"totalAmountFractional": 0,
"eachAmountFractional": 0
}
接口请求头文件为:
{u'token': u'290097e1-aea1-45db-9534-9399af601cab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.875
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'290097e1-aea1-45db-9534-9399af601cab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": true,
"totalAmountFractional": 4,
"eachAmountFractional": 0
}
接口请求头文件为:
{u'token': u'290097e1-aea1-45db-9534-9399af601cab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.697999954224
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'290097e1-aea1-45db-9534-9399af601cab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": true,
"totalAmountFractional": 0,
"eachAmountFractional": 4
}
接口请求头文件为:
{u'token': u'290097e1-aea1-45db-9534-9399af601cab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.927000045776
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'290097e1-aea1-45db-9534-9399af601cab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": true,
"totalAmountFractional": 4,
"eachAmountFractional": 0
}
接口请求头文件为:
{u'token': u'290097e1-aea1-45db-9534-9399af601cab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.98900008202
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'290097e1-aea1-45db-9534-9399af601cab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/base
The request method is :POST
The request parameter is:
{
"mustSelected": false,
"totalAmountFractional": 0,
"eachAmountFractional": 0
}
接口请求头文件为:
{u'token': u'290097e1-aea1-45db-9534-9399af601cab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.87700009346
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'290097e1-aea1-45db-9534-9399af601cab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_224_BOSS_商户设置--商户设置信息概览--正常 |
pass
pt1.224:
测试用例开始时间: 2017-06-17 16:56:45
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:56:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"45862d27-97eb-4b14-8c40-46df735d8adc","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'45862d27-97eb-4b14-8c40-46df735d8adc'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/overview
The request method is :GET
null
接口请求头文件为:
{u'token': u'45862d27-97eb-4b14-8c40-46df735d8adc', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.822999954224
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"storeCategoryId": 9,
"contactSex": 0,
"storeCategoryName": "快餐",
"telephone": "15000000000",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"posNum": 9,
"storeNo": "10",
"contactName": "联系人姓名",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"latitude": 22.566,
"storekeeperName": "姚海林",
"productCategory": [
{
"is_standard": false,
"id": 339,
"parent": 0,
"name": "生活用纸"
},
{
"is_standard": false,
"id": 252,
"parent": 0,
"name": "方便食品"
},
{
"is_standard": false,
"id": 815,
"parent": 0,
"name": "测试"
},
{
"is_standard": false,
"id": 352,
"parent": 0,
"name": "生鲜粮油"
},
{
"is_standard": false,
"id": 1,
"parent": 0,
"name": "进口水果/国产水果"
},
{
"is_standard": false,
"id": 562,
"parent": 0,
"name": "生产分拣"
},
{
"is_standard": false,
"id": 521,
"parent": 0,
"name": "家纺"
},
{
"is_standard": false,
"id": 905,
"parent": 0,
"name": "ABC"
},
{
"is_standard": false,
"id": 904,
"parent": 0,
"name": "测试分类"
},
{
"is_standard": false,
"id": 378,
"parent": 0,
"name": "精选宵夜"
},
{
"is_standard": false,
"id": 116,
"parent": 0,
"name": "冲调茗茶"
},
{
"is_standard": false,
"id": 596,
"parent": 0,
"name": "蛋糕甜点"
},
{
"is_standard": false,
"id": 602,
"parent": 0,
"name": "新的"
},
{
"is_standard": false,
"id": 539,
"parent": 0,
"name": "家庭用具"
},
{
"is_standard": false,
"id": 129,
"parent": 0,
"name": "奶制品"
},
{
"is_standard": false,
"id": 441,
"parent": 0,
"name": "超值特惠"
},
{
"is_standard": false,
"id": 320,
"parent": 0,
"name": "现制熟食"
},
{
"is_standard": false,
"id": 532,
"parent": 0,
"name": "玩具"
},
{
"is_standard": false,
"id": 419,
"parent": 0,
"name": "饼干糕点"
},
{
"is_standard": false,
"id": 176,
"parent": 0,
"name": "个人护理"
},
{
"is_standard": false,
"id": 557,
"parent": 0,
"name": "未分类"
},
{
"is_standard": false,
"id": 549,
"parent": 0,
"name": "烧烤撸串"
},
{
"is_standard": false,
"id": 384,
"parent": 0,
"name": "糖巧克力"
},
{
"is_standard": false,
"id": 367,
"parent": 0,
"name": "精品中餐"
},
{
"is_standard": false,
"id": 400,
"parent": 0,
"name": "酒类"
},
{
"is_standard": false,
"id": 482,
"parent": 0,
"name": "生活服务"
},
{
"is_standard": false,
"id": 395,
"parent": 0,
"name": "蛋糕面包"
},
{
"is_standard": false,
"id": 556,
"parent": 0,
"name": "新鲜肉类"
},
{
"is_standard": false,
"id": 314,
"parent": 0,
"name": "香烟代买"
},
{
"is_standard": false,
"id": 510,
"parent": 0,
"name": "数码"
},
{
"is_standard": false,
"id": 495,
"parent": 0,
"name": "福荫食品"
},
{
"is_standard": false,
"id": 247,
"parent": 0,
"name": "成人用品"
},
{
"is_standard": false,
"id": 899,
"parent": 0,
"name": "EFG"
},
{
"is_standard": false,
"id": 306,
"parent": 0,
"name": "滋补保健"
},
{
"is_standard": false,
"id": 145,
"parent": 0,
"name": "休闲零食"
},
{
"is_standard": false,
"id": 279,
"parent": 0,
"name": "流质饮料"
},
{
"is_standard": false,
"id": 373,
"parent": 0,
"name": "精美料理"
},
{
"is_standard": false,
"id": 814,
"parent": 0,
"name": "经典蝴蝶结"
},
{
"is_standard": false,
"id": 228,
"parent": 0,
"name": "家居清洁"
},
{
"is_standard": false,
"id": 327,
"parent": 0,
"name": "现制甜品"
},
{
"is_standard": false,
"id": 330,
"parent": 0,
"name": "现调饮品"
},
{
"is_standard": false,
"id": 578,
"parent": 0,
"name": "化妆品"
},
{
"is_standard": false,
"id": 550,
"parent": 0
}
],
"houseNumber": "555",
"storeLog": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"picUrl": ""
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'45862d27-97eb-4b14-8c40-46df735d8adc'}
期望检测的返回值:
{
"posNum": {
"TYPE": "int"
},
"city": {
"TYPE": "str"
},
"storeCategoryName": {
"TYPE": "str"
},
"province": {
"TYPE": "str"
},
"latitude": {
"TYPE": "float"
},
"houseNumber": {
"TYPE": "str"
},
"contactSex": {
"TYPE": "int"
},
"storeCategoryId": {
"TYPE": "int"
},
"telephone": {
"EQ": "15000000000"
},
"longitude": {
"TYPE": "float"
},
"cell": {
"TYPE": "str"
},
"contactTel": {
"TYPE": "str"
},
"storeKeeperName": {
"TYPE": "str"
},
"picUrl": {
"TYPE": "str"
},
"contactName": {
"TYPE": "str"
},
"address": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"productCategory": {
"TYPE": "list"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: posNum的返回值通过
检查key: city的返回值通过
检查key: storeCategoryName的返回值通过
检查key: province的返回值通过
检查key: latitude的返回值通过
检查key: houseNumber的返回值通过
检查key: contactSex的返回值通过
检查key: storeCategoryId的返回值通过
检查key: telephone的返回值通过
检查key: longitude的返回值通过
检查key: cell的返回值通过
检查key: contactTel的返回值通过
检查key: storeKeeperName的返回值通过
检查key: picUrl的返回值通过
检查key: contactName的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: productCategory的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_225_BOSS_商户设置--查新商家分类--正常 |
pass
pt1.225:
测试用例开始时间: 2017-06-17 16:56:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:56:49", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c25d8e9f-de96-481b-b040-6f9d2eff7a29","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c25d8e9f-de96-481b-b040-6f9d2eff7a29'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/getclassification
The request method is :GET
null
接口请求头文件为:
{u'token': u'c25d8e9f-de96-481b-b040-6f9d2eff7a29', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.76700019836
接口请求返回值:
{
"msg": "成功",
"data": [
{
"often": false,
"id": 3,
"name": "超市/便利店",
"parentId": 1
},
{
"often": false,
"id": 4,
"name": "水果/生鲜",
"parentId": 1
},
{
"often": false,
"id": 5,
"name": "烟酒行",
"parentId": 1
},
{
"often": false,
"id": 6,
"name": "零食",
"parentId": 1
},
{
"often": false,
"id": 7,
"name": "美妆",
"parentId": 1
},
{
"often": false,
"id": 8,
"name": "文教/体育",
"parentId": 1
},
{
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
{
"often": false,
"id": 10,
"name": "面包店",
"parentId": 2
},
{
"often": false,
"id": 11,
"name": "奶茶店",
"parentId": 2
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c25d8e9f-de96-481b-b040-6f9d2eff7a29'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"data": {
"TYPE": "list"
},
"name": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: data的返回值通过
检查key: name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_226_BOSS_套餐信息--修改套餐--异常 ID不存在 |
pass
pt1.226:
测试用例开始时间: 2017-06-17 16:56:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:56:56", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ad9d19eb-0724-4d7a-8e5c-8bbcf4d1fc5f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ad9d19eb-0724-4d7a-8e5c-8bbcf4d1fc5f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/update
The request method is :put
The request parameter is:
{
"categoryId": "",
"pictureUrl": "http://www.baidu.com/",
"salePrice": "10",
"paramList": [
{
"to_spec": "",
"count": 10
}
],
"setMealName": "套餐NEW",
"id": 1000000
}
接口请求头文件为:
{u'token': u'ad9d19eb-0724-4d7a-8e5c-8bbcf4d1fc5f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.830000162125
接口请求返回值:
{
"msg": "找不到该套餐信息!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ad9d19eb-0724-4d7a-8e5c-8bbcf4d1fc5f'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_227_BOSS_套餐信息--修改套餐--正常 |
pass
pt1.227:
测试用例开始时间: 2017-06-17 16:57:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"130","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/add
The request method is :POST
The request parameter is:
{
"categoryName": "未分类",
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10",
"paramList": [
{
"to_spec": 19074,
"count": 10
}
],
"setMealName": "套餐ABC",
"categoryId": 557
}
接口请求头文件为:
{u'token': u'6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.39199995995
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"tag_display": [],
"name": "套餐ABC",
"mo_list": [],
"image": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"barcode": "526989",
"tag": [],
"specs": [
{
"from_spec": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
}
],
"purchase_price": "0.00",
"sale_price": "10.00",
"id": 19186,
"unit": "份",
"stock": "0"
}
],
"product_type": 2,
"is_standard": false,
"weighable": false,
"category_display": "未分类",
"user_id": "10",
"id": 18992
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18992, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/update
The request method is :put
The request parameter is:
{
"discountPrice": "10",
"categoryName": "未分类",
"memberPrice": "10",
"categoryId": 557,
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10",
"paramList": [
{
"to_spec": 19074,
"count": 10
}
],
"setMealName": "套餐NEW",
"id": 18992
}
接口请求头文件为:
{u'token': u'6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.888999938965
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"tag_display": [],
"name": "套餐NEW",
"mo_list": [],
"image": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"barcode": "526989",
"tag": [],
"specs": [
{
"from_spec": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
}
],
"member_price": "10.00",
"discount_price": "10.00",
"id": 19186,
"sale_price": "10.00",
"purchase_price": "0.00",
"unit": "份",
"stock": "0"
}
],
"product_type": 2,
"is_standard": false,
"weighable": false,
"category_display": "未分类",
"user_id": "10",
"id": 18992
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'6c9ffc64-56a9-4afb-a0c0-1ad2d4c0ec7d', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18992, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_228_BOSS_套餐信息--删除套餐--异常 ID不存在 |
pass
pt1.228:
测试用例开始时间: 2017-06-17 16:57:15
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:09", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a9886995-2fb3-4855-980e-9bd7362820e2","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a9886995-2fb3-4855-980e-9bd7362820e2'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/delete/11111111/
The request method is :delete
null
接口请求头文件为:
{u'token': u'a9886995-2fb3-4855-980e-9bd7362820e2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.619999885559
接口请求返回值:
{
"msg": "找不到该套餐信息!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a9886995-2fb3-4855-980e-9bd7362820e2'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_229_BOSS_套餐信息--删除套餐--正常 |
pass
pt1.229:
测试用例开始时间: 2017-06-17 16:57:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"eefdf75b-b2d2-4f86-ae19-4afb541b4b70","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'eefdf75b-b2d2-4f86-ae19-4afb541b4b70'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'eefdf75b-b2d2-4f86-ae19-4afb541b4b70', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"130","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'eefdf75b-b2d2-4f86-ae19-4afb541b4b70', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/add
The request method is :POST
The request parameter is:
{
"categoryName": "未分类",
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10",
"paramList": [
{
"to_spec": 19074,
"count": 10
}
],
"setMealName": "套餐ABC",
"categoryId": 557
}
接口请求头文件为:
{u'token': u'eefdf75b-b2d2-4f86-ae19-4afb541b4b70', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.817999839783
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"tag_display": [],
"name": "套餐ABC",
"mo_list": [],
"image": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"barcode": "619778",
"tag": [],
"specs": [
{
"from_spec": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
}
],
"purchase_price": "0.00",
"sale_price": "10.00",
"id": 19187,
"unit": "份",
"stock": "0"
}
],
"product_type": 2,
"is_standard": false,
"weighable": false,
"category_display": "未分类",
"user_id": "10",
"id": 18993
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'eefdf75b-b2d2-4f86-ae19-4afb541b4b70', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18993, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/delete/18993/
The request method is :delete
null
接口请求头文件为:
{u'token': u'eefdf75b-b2d2-4f86-ae19-4afb541b4b70', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.21300005913
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'eefdf75b-b2d2-4f86-ae19-4afb541b4b70', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18993, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_230_BOSS_套餐信息--添加套餐--异常 规格数据为空 |
pass
pt1.230:
测试用例开始时间: 2017-06-17 16:57:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:23", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b2f8450e-615a-4241-aec5-5bec9414c48f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b2f8450e-615a-4241-aec5-5bec9414c48f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/add
The request method is :POST
The request parameter is:
{
"setMealName": "套餐1",
"pictureUrl": "http://www.baidu.com/",
"list": [],
"salePrice": "100",
"categoryName": "test"
}
接口请求头文件为:
{u'token': u'b2f8450e-615a-4241-aec5-5bec9414c48f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.678000211716
接口请求返回值:
{
"msg": "套餐商品不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b2f8450e-615a-4241-aec5-5bec9414c48f'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_231_BOSS_套餐信息--添加套餐--正常 |
pass
pt1.231:
测试用例开始时间: 2017-06-17 16:57:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b2a70d63-025e-42df-b658-6ce1b670417d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b2a70d63-025e-42df-b658-6ce1b670417d'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'b2a70d63-025e-42df-b658-6ce1b670417d', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"130","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'b2a70d63-025e-42df-b658-6ce1b670417d', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/add
The request method is :POST
The request parameter is:
{
"categoryName": "未分类",
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10",
"paramList": [
{
"to_spec": 19074,
"count": 10
}
],
"setMealName": "套餐ABC",
"categoryId": 557
}
接口请求头文件为:
{u'token': u'b2a70d63-025e-42df-b658-6ce1b670417d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.04399991035
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"tag_display": [],
"name": "套餐ABC",
"mo_list": [],
"image": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"barcode": "760781",
"tag": [],
"specs": [
{
"from_spec": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
}
],
"purchase_price": "0.00",
"sale_price": "10.00",
"id": 19188,
"unit": "份",
"stock": "0"
}
],
"product_type": 2,
"is_standard": false,
"weighable": false,
"category_display": "未分类",
"user_id": "10",
"id": 18994
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'b2a70d63-025e-42df-b658-6ce1b670417d', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18994, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_232_BOSS_套餐信息--添加套餐--正常 多个Spec |
pass
pt1.232:
测试用例开始时间: 2017-06-17 16:57:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"606d65a1-5bb9-433d-a4a2-134e6c957316","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'606d65a1-5bb9-433d-a4a2-134e6c957316'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'606d65a1-5bb9-433d-a4a2-134e6c957316', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"130","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'606d65a1-5bb9-433d-a4a2-134e6c957316', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'606d65a1-5bb9-433d-a4a2-134e6c957316', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18995,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19189}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'pid': 18880, 'token_boss': u'606d65a1-5bb9-433d-a4a2-134e6c957316', 'specId1': 19189, 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'pid1': 18995, 'specId': 19074, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/add
The request method is :POST
The request parameter is:
{
"categoryName": "数码",
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10",
"paramList": [
{
"to_spec": 19189,
"count": 10
},
{
"to_spec": 19074,
"count": 10
}
],
"setMealName": "套餐ABC",
"categoryId": 510
}
接口请求头文件为:
{u'token': u'606d65a1-5bb9-433d-a4a2-134e6c957316', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.43799996376
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 510,
"status": 0,
"tag_display": [],
"name": "套餐ABC",
"mo_list": [],
"image": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"barcode": "600052",
"tag": [],
"specs": [
{
"from_spec": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
},
{
"to_spec": 19189,
"count": "10.000",
"product_id": 18995
}
],
"purchase_price": "0.00",
"sale_price": "10.00",
"id": 19190,
"unit": "份",
"stock": "0"
}
],
"product_type": 2,
"is_standard": false,
"weighable": false,
"category_display": "数码",
"user_id": "10",
"id": 18996
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'pid': 18880, 'token_boss': u'606d65a1-5bb9-433d-a4a2-134e6c957316', 'specId1': 19189, 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'pid1': 18996, 'specId': 19074, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_233_BOSS_套餐信息--获取套餐列表--正常 |
pass
pt1.233:
测试用例开始时间: 2017-06-17 16:57:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"347dfd91-7788-4a07-8a28-0e2f907078ce","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'347dfd91-7788-4a07-8a28-0e2f907078ce'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'347dfd91-7788-4a07-8a28-0e2f907078ce', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"130","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'347dfd91-7788-4a07-8a28-0e2f907078ce', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/add
The request method is :POST
The request parameter is:
{
"categoryName": "未分类",
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10",
"paramList": [
{
"to_spec": 19074,
"count": 10
}
],
"setMealName": "套餐ABC",
"categoryId": 557
}
接口请求头文件为:
{u'token': u'347dfd91-7788-4a07-8a28-0e2f907078ce', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.736000061035
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"tag_display": [],
"name": "套餐ABC",
"mo_list": [],
"image": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"barcode": "916892",
"tag": [],
"specs": [
{
"from_spec": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
}
],
"purchase_price": "0.00",
"sale_price": "10.00",
"id": 19191,
"unit": "份",
"stock": "0"
}
],
"product_type": 2,
"is_standard": false,
"weighable": false,
"category_display": "未分类",
"user_id": "10",
"id": 18997
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'347dfd91-7788-4a07-8a28-0e2f907078ce', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18997, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/update
The request method is :put
The request parameter is:
{
"discountPrice": "10",
"categoryName": "未分类",
"memberPrice": "10",
"categoryId": 557,
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10",
"paramList": [
{
"to_spec": 19074,
"count": 10
}
],
"setMealName": "套餐NEW",
"id": 18997
}
接口请求头文件为:
{u'token': u'347dfd91-7788-4a07-8a28-0e2f907078ce', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.2539999485
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"tag_display": [],
"name": "套餐NEW",
"mo_list": [],
"image": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"barcode": "916892",
"tag": [],
"specs": [
{
"from_spec": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
}
],
"member_price": "10.00",
"discount_price": "10.00",
"id": 19191,
"sale_price": "10.00",
"purchase_price": "0.00",
"unit": "份",
"stock": "0"
}
],
"product_type": 2,
"is_standard": false,
"weighable": false,
"category_display": "未分类",
"user_id": "10",
"id": 18997
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'347dfd91-7788-4a07-8a28-0e2f907078ce', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18997, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/set/meal/list
The request method is :get
null
接口请求头文件为:
{u'token': u'347dfd91-7788-4a07-8a28-0e2f907078ce', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.592000007629
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 1,
"discountPrice": "10.00",
"categoryName": "未分类",
"memberPrice": "10.00",
"id": 18997,
"pictureUrl": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png",
"salePrice": "10.00",
"paramList": [
{
"to_spec": 19074,
"count": "10.000",
"product_id": 18880
}
],
"productLists": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"productNumber": 10,
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "5.00",
"unit": "--",
"stock": "129"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
}
],
"setMealName": "套餐NEW",
"categoryId": 557
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'347dfd91-7788-4a07-8a28-0e2f907078ce', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', u'pid1': 18997, 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"data.0.productLists.0.specs.0.sale_price": {
"eq": "6.00"
},
"data.0.pictureUrl": {
"eq": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aefeb6c0611244c091dc45da0aa753da.png"
},
"data.0.id": {
"type": "int"
},
"msg": {
"EQ": "成功"
},
"data.0.setMealName": {
"eq": "套餐NEW"
},
"data.0.productLists.0.specs.0.id": {
"eq": 19074
},
"data.0.productLists.0.specs.0.productNumber": {
"eq": 10
},
"data.0.categoryId": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.0.productLists.0.specs.0.sale_price的返回值通过
检查key: data.0.pictureUrl的返回值通过
检查key: data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.0.setMealName的返回值通过
检查key: data.0.productLists.0.specs.0.id的返回值通过
检查key: data.0.productLists.0.specs.0.productNumber的返回值通过
检查key: data.0.categoryId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_234_BOSS_店员管理--修改店员--异常 ID不存在 |
pass
pt1.234:
测试用例开始时间: 2017-06-17 16:58:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:57:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7e60d2ea-c163-46b0-9801-507f7a41dc27","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7e60d2ea-c163-46b0-9801-507f7a41dc27'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'7e60d2ea-c163-46b0-9801-507f7a41dc27', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.01600003242
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'7e60d2ea-c163-46b0-9801-507f7a41dc27'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/mod
The request method is :POST
The request parameter is:
{
"telephone": "17711111022",
"employeeRoleId": 4,
"password": "123456",
"id": 1111,
"employeeName": "蓝天天"
}
接口请求头文件为:
{u'token': u'7e60d2ea-c163-46b0-9801-507f7a41dc27', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.859999895096
接口请求返回值:
{
"msg": "找不到该店员信息!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'7e60d2ea-c163-46b0-9801-507f7a41dc27'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_235_BOSS_店员管理--修改店员--正常 |
pass
pt1.235:
测试用例开始时间: 2017-06-17 16:58:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:58:05", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"000143ea-61e9-4c23-9d30-4e170aa5478d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'000143ea-61e9-4c23-9d30-4e170aa5478d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/about
The request method is :GET
null
接口请求头文件为:
{u'token': u'000143ea-61e9-4c23-9d30-4e170aa5478d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.86299991608
接口请求返回值:
{
"msg": "成功",
"data": "https://cdn-pos-static.thy360.com/permanent/about.html",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'000143ea-61e9-4c23-9d30-4e170aa5478d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'000143ea-61e9-4c23-9d30-4e170aa5478d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.763000011444
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'000143ea-61e9-4c23-9d30-4e170aa5478d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 4,
"password": "123456",
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'000143ea-61e9-4c23-9d30-4e170aa5478d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.727999925613
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'000143ea-61e9-4c23-9d30-4e170aa5478d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'000143ea-61e9-4c23-9d30-4e170aa5478d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.875
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:58:16",
"emRole": {
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
"employeeRole": "导购员",
"telephone": "13500044444",
"id": 2265,
"activeStatus": 0,
"employeeRoleId": 4,
"version": 1,
"storeNo": 10,
"password": "",
"employeeName": "TestEmp",
"createTime": "2017-06-17 16:58:16",
"validityPeriod": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'employeeId1': 2265, 'password': '123456', u'id': 4, 'token_boss': u'000143ea-61e9-4c23-9d30-4e170aa5478d'}
期望检测的返回值:
{
"employeeRole": {
"TYPE": "str"
},
"telephone": {
"EQ": "13500044444"
},
"employeeName": {
"EQ": "TestEmp",
"TYPE": "str"
},
"activeStatus": {
"EQ": 0,
"TYPE": "int"
},
"employeeRoleId": {
"TYPE": "int"
},
"version": {
"TYPE": "int"
},
"storeNo": {
"EQ": 10
},
"msg": {
"EQ": "成功"
},
"password": {
"EQ": "",
"TYPE": "str"
},
"data": {
"LL": 1
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: employeeRole的返回值通过
检查key: telephone的返回值通过
检查key: employeeName的返回值通过
检查key: activeStatus的返回值通过
检查key: employeeRoleId的返回值通过
检查key: version的返回值通过
检查key: storeNo的返回值通过
检查key: msg的返回值通过
检查key: password的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/mod
The request method is :POST
The request parameter is:
{
"telephone": "17711111022",
"employeeRoleId": 4,
"password": "123456",
"id": 2265,
"employeeName": "蓝天天"
}
接口请求头文件为:
{u'token': u'000143ea-61e9-4c23-9d30-4e170aa5478d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.822000026703
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'employeeId1': 2265, 'password': '123456', u'id': 4, 'token_boss': u'000143ea-61e9-4c23-9d30-4e170aa5478d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_236_BOSS_店员管理--删除店员--异常 店员ID不存在 |
pass
pt1.236:
测试用例开始时间: 2017-06-17 16:58:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:58:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"970168e4-04e4-4046-ba47-7fc7dfe10c53","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'970168e4-04e4-4046-ba47-7fc7dfe10c53'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/del/111111
The request method is :delete
null
接口请求头文件为:
{u'token': u'970168e4-04e4-4046-ba47-7fc7dfe10c53', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.620000123978
接口请求返回值:
{
"msg": "该店员不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'970168e4-04e4-4046-ba47-7fc7dfe10c53'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_237_BOSS_店员管理--删除店员--正常 |
pass
pt1.237:
测试用例开始时间: 2017-06-17 16:58:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:58:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2f8bdeec-945f-46b6-9fbb-80cc9e2f7617","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.53299999237
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 4,
"password": "123456",
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.838999986649
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.89100003242
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:58:32",
"emRole": {
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
"employeeRole": "导购员",
"telephone": "13500044444",
"id": 2266,
"activeStatus": 0,
"employeeRoleId": 4,
"version": 1,
"storeNo": 10,
"password": "",
"employeeName": "TestEmp",
"createTime": "2017-06-17 16:58:32",
"validityPeriod": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'employeeId1': 2266, 'password': '123456', u'id': 4, 'token_boss': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617'}
期望检测的返回值:
{
"employeeRole": {
"TYPE": "str"
},
"telephone": {
"EQ": "13500044444"
},
"employeeName": {
"EQ": "TestEmp",
"TYPE": "str"
},
"activeStatus": {
"EQ": 0,
"TYPE": "int"
},
"employeeRoleId": {
"EQ": 4,
"TYPE": "int"
},
"version": {
"TYPE": "int"
},
"storeNo": {
"EQ": 10
},
"msg": {
"EQ": "成功"
},
"password": {
"EQ": "",
"TYPE": "str"
},
"data": {
"LL": 1
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: employeeRole的返回值通过
检查key: telephone的返回值通过
检查key: employeeName的返回值通过
检查key: activeStatus的返回值通过
检查key: employeeRoleId的返回值通过
检查key: version的返回值通过
检查key: storeNo的返回值通过
检查key: msg的返回值通过
检查key: password的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/del/2266
The request method is :delete
null
接口请求头文件为:
{u'token': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.873000144958
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'employeeId1': 2266, 'password': '123456', u'id': 4, 'token_boss': u'2f8bdeec-945f-46b6-9fbb-80cc9e2f7617'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_238_BOSS_店员管理--店员列表--正常 |
pass
pt1.238:
测试用例开始时间: 2017-06-17 16:58:36
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:58:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1a89d5e3-4d7d-4c64-8402-6871987afa95","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1a89d5e3-4d7d-4c64-8402-6871987afa95'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'1a89d5e3-4d7d-4c64-8402-6871987afa95', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.5759999752
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'1a89d5e3-4d7d-4c64-8402-6871987afa95'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 4,
"password": "123456",
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'1a89d5e3-4d7d-4c64-8402-6871987afa95', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.942000150681
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'1a89d5e3-4d7d-4c64-8402-6871987afa95'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'1a89d5e3-4d7d-4c64-8402-6871987afa95', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.28600001335
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 16:58:42",
"emRole": {
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
"employeeRole": "导购员",
"telephone": "13500044444",
"id": 2267,
"activeStatus": 0,
"employeeRoleId": 4,
"version": 1,
"storeNo": 10,
"password": "",
"employeeName": "TestEmp",
"createTime": "2017-06-17 16:58:42",
"validityPeriod": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'1a89d5e3-4d7d-4c64-8402-6871987afa95'}
期望检测的返回值:
{
"employeeRole": {
"TYPE": "str"
},
"telephone": {
"type": "str"
},
"employeeName": {
"TYPE": "str"
},
"activeStatus": {
"EQ": 0,
"TYPE": "int"
},
"employeeRoleId": {
"EQ": 4,
"TYPE": "int"
},
"version": {
"TYPE": "int"
},
"storeNo": {
"EQ": 10
},
"msg": {
"EQ": "成功"
},
"password": {
"TYPE": "str"
},
"data": {
"LL": 1
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: employeeRole的返回值通过
检查key: telephone的返回值通过
检查key: employeeName的返回值通过
检查key: activeStatus的返回值通过
检查key: employeeRoleId的返回值通过
检查key: version的返回值通过
检查key: storeNo的返回值通过
检查key: msg的返回值通过
检查key: password的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_239_BOSS_店员管理--添加店员--异常 RoleId不存在 |
pass
pt1.239:
测试用例开始时间: 2017-06-17 16:58:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:58:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"12f81574-78d2-42a5-8c10-b01e8fd7e240","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'12f81574-78d2-42a5-8c10-b01e8fd7e240'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'12f81574-78d2-42a5-8c10-b01e8fd7e240', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.746999979019
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'12f81574-78d2-42a5-8c10-b01e8fd7e240'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 1233334,
"password": "123456",
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'12f81574-78d2-42a5-8c10-b01e8fd7e240', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.14700007439
接口请求返回值:
{
"msg": "店员角色为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'12f81574-78d2-42a5-8c10-b01e8fd7e240'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_240_BOSS_店员管理--添加店员--异常 不带参数 |
pass
pt1.240:
测试用例开始时间: 2017-06-17 16:58:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:58:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"504df5db-1f57-4d3d-a03d-aac4884e8f2b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.61400008202
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 4,
"password": "123456",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.07500004768
接口请求返回值:
{
"msg": "店员姓名不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"password": "123456",
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.827999830246
接口请求返回值:
{
"msg": "店员角色不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 4,
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.1210000515
接口请求返回值:
{
"msg": "店员密码不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 4,
"password": "123456",
"employeeName": "TestEmp"
}
接口请求头文件为:
{u'token': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.680999994278
接口请求返回值:
{
"msg": "店员电话不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 4, 'token_boss': u'504df5db-1f57-4d3d-a03d-aac4884e8f2b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_241_BOSS_店员管理--添加店员--正常 |
pass
pt1.241:
测试用例开始时间: 2017-06-17 16:59:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:58:53", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e2dd37ee-15b0-4829-86d2-00f134b0e683","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e2dd37ee-15b0-4829-86d2-00f134b0e683'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'e2dd37ee-15b0-4829-86d2-00f134b0e683', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.36800003052
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 3, 'token_boss': u'e2dd37ee-15b0-4829-86d2-00f134b0e683'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 3,
"password": "123456",
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'e2dd37ee-15b0-4829-86d2-00f134b0e683', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.839999914169
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 3, 'token_boss': u'e2dd37ee-15b0-4829-86d2-00f134b0e683'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": "10",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'e2dd37ee-15b0-4829-86d2-00f134b0e683'}
****************************************************************************************************
接口请求响应时延为:
2.0039999485
接口请求返回值:
{
"msg": "此用户不能登录",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 3, 'token_boss': u'e2dd37ee-15b0-4829-86d2-00f134b0e683'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_242_BOSS_店员管理--添加店员--正常 店员权限管理 |
pass
pt1.242:
测试用例开始时间: 2017-06-17 16:59:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:59:05", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1156ad6c-41b2-4eac-86dc-f9cccbd111c2","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.704999923706
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id2': 3, u'id': 4, 'token_boss': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"employeeRole": {
"TYPE": "str"
},
"roleCategory": {
"EQ": 0
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: employeeRole的返回值通过
检查key: roleCategory的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 4,
"password": "123456",
"employeeName": "TestEmp",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.75699996948
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id2': 3, u'id': 4, 'token_boss': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": "10",
"telephone": "13500044444"
}
接口请求头文件为:
{u'token': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
****************************************************************************************************
接口请求响应时延为:
0.890999794006
接口请求返回值:
{
"msg": "此用户不能登录",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id2': 3, u'id': 4, 'token_boss': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/add
The request method is :POST
The request parameter is:
{
"employeeRoleId": 3,
"password": "123456",
"employeeName": "TestEmp2",
"telephone": "17711111010"
}
接口请求头文件为:
{u'token': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.25
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id2': 3, u'id': 4, 'token_boss': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": "10",
"telephone": "17711111010"
}
接口请求头文件为:
{u'token': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
****************************************************************************************************
接口请求响应时延为:
1.48099994659
接口请求返回值:
{
"msg": "此用户不能登录",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id2': 3, u'id': 4, 'token_boss': u'1156ad6c-41b2-4eac-86dc-f9cccbd111c2'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_243_BOSS_店员管理--获取店员角色--正常 |
pass
pt1.243:
测试用例开始时间: 2017-06-17 16:59:22
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:59:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"cd5d1160-0c45-4537-a26f-a848caed9b51","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'cd5d1160-0c45-4537-a26f-a848caed9b51'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/about
The request method is :GET
null
接口请求头文件为:
{u'token': u'cd5d1160-0c45-4537-a26f-a848caed9b51', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.10599994659
接口请求返回值:
{
"msg": "成功",
"data": "https://cdn-pos-static.thy360.com/permanent/about.html",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'cd5d1160-0c45-4537-a26f-a848caed9b51'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 0
}
接口请求头文件为:
{u'token': u'cd5d1160-0c45-4537-a26f-a848caed9b51', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.693000078201
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'cd5d1160-0c45-4537-a26f-a848caed9b51'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_244_BOSS_店员管理--获取店员角色--正常 供应商 |
pass
pt1.244:
测试用例开始时间: 2017-06-17 16:59:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:59:25", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7e15639f-e84a-43f4-b7fa-706eae882eef","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7e15639f-e84a-43f4-b7fa-706eae882eef'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/about
The request method is :GET
null
接口请求头文件为:
{u'token': u'7e15639f-e84a-43f4-b7fa-706eae882eef', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.31500005722
接口请求返回值:
{
"msg": "成功",
"data": "https://cdn-pos-static.thy360.com/permanent/about.html",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7e15639f-e84a-43f4-b7fa-706eae882eef'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/employee/role
The request method is :GET
The request parameter is:
{
"storetype": 1
}
接口请求头文件为:
{u'token': u'7e15639f-e84a-43f4-b7fa-706eae882eef', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.799999952316
接口请求返回值:
{
"msg": "成功",
"data": [
{
"roleCategory": 0,
"employeeRole": "店长",
"id": 2
},
{
"roleCategory": 0,
"employeeRole": "收银员",
"id": 3
},
{
"roleCategory": 0,
"employeeRole": "导购员",
"id": 4
},
{
"roleCategory": 0,
"employeeRole": "配送员",
"id": 9
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7e15639f-e84a-43f4-b7fa-706eae882eef'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_245_BOSS_我的供货商--修改平台供货商--异常 不能修改 |
pass
pt1.245:
测试用例开始时间: 2017-06-17 16:59:36
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:59:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"9e2cce27-8c81-4007-8547-eefe7285bd8c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9e2cce27-8c81-4007-8547-eefe7285bd8c'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier
The request method is :POST
The request parameter is:
{
"contactTel": "13423412789",
"contactName": "SupplierContact",
"storeName": "TestStoreName"
}
接口请求头文件为:
{u'token': u'9e2cce27-8c81-4007-8547-eefe7285bd8c', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.763000011444
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9e2cce27-8c81-4007-8547-eefe7285bd8c'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'9e2cce27-8c81-4007-8547-eefe7285bd8c', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.16700005531
接口请求返回值:
{
"msg": "成功",
"data": [
{
"platformStore": false,
"updateTime": 1497689982000,
"supplierId": 2355,
"lastOrderTime": "暂无",
"storeName": "TestStoreName",
"totalOrderAmount": "0",
"hotSale": "",
"contactTel": "13423412789",
"havePerchased": true,
"contactName": "SupplierContact",
"orderTimes": 0,
"categoryName": "生活用纸,方便食品,测试,生鲜粮油,进口水果/国产水果,生产分拣,家纺,ABC,测试分类,精选宵夜,冲调茗茶,蛋糕甜点,新的,家庭用具,奶制品,超值特惠,现制熟食,玩具,饼干糕点,个人护理,未分类,烧烤撸串,糖巧克力,精品中餐,酒类,生活服务,蛋糕面包,新鲜肉类,香烟代买,数码,福荫食品,成人用品,EFG,滋补保健,休闲零食,流质饮料,精美料理,经典蝴蝶结,家居清洁,现制甜品,现调饮品,化妆品,null"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2355, 'password': '123456', 'token_boss': u'9e2cce27-8c81-4007-8547-eefe7285bd8c'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/10
The request method is :PUT
The request parameter is:
{
"contactTel": "modifyTel",
"contactName": "modifyName",
"storeName": "testModify"
}
接口请求头文件为:
{u'token': u'9e2cce27-8c81-4007-8547-eefe7285bd8c', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.50699996948
接口请求返回值:
{
"msg": "平台供应商,不能修改!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2355, 'password': '123456', 'token_boss': u'9e2cce27-8c81-4007-8547-eefe7285bd8c'}
期望检测的返回值:
{
"msg": {
"EQ": "平台供应商,不能修改!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_246_BOSS_我的供货商--修改我的供货商--异常 不存在的ID |
pass
pt1.246:
测试用例开始时间: 2017-06-17 16:59:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:59:39", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d5884fb4-7e29-4948-ae64-82459671eeca","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd5884fb4-7e29-4948-ae64-82459671eeca'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/11111111
The request method is :PUT
The request parameter is:
{
"contactTel": "modifyTel",
"contactName": "modifyName",
"storeName": "testModify"
}
接口请求头文件为:
{u'token': u'd5884fb4-7e29-4948-ae64-82459671eeca', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.65999984741
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd5884fb4-7e29-4948-ae64-82459671eeca'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_247_BOSS_我的供货商--修改我的供货商--正常 |
pass
pt1.247:
测试用例开始时间: 2017-06-17 16:59:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:59:48", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5806dde8-2ea1-4c1f-8fd7-872bb46e055d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5806dde8-2ea1-4c1f-8fd7-872bb46e055d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier
The request method is :POST
The request parameter is:
{
"contactTel": "13423412789",
"contactName": "SupplierContact",
"storeName": "TestStoreName"
}
接口请求头文件为:
{u'token': u'5806dde8-2ea1-4c1f-8fd7-872bb46e055d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.18600010872
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5806dde8-2ea1-4c1f-8fd7-872bb46e055d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'5806dde8-2ea1-4c1f-8fd7-872bb46e055d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.25
接口请求返回值:
{
"msg": "成功",
"data": [
{
"platformStore": false,
"updateTime": 1497689997000,
"supplierId": 2356,
"lastOrderTime": "暂无",
"storeName": "TestStoreName",
"totalOrderAmount": "0",
"hotSale": "",
"contactTel": "13423412789",
"havePerchased": true,
"contactName": "SupplierContact",
"orderTimes": 0,
"categoryName": "生活用纸,方便食品,测试,生鲜粮油,进口水果/国产水果,生产分拣,家纺,ABC,测试分类,精选宵夜,冲调茗茶,蛋糕甜点,新的,家庭用具,奶制品,超值特惠,现制熟食,玩具,饼干糕点,个人护理,未分类,烧烤撸串,糖巧克力,精品中餐,酒类,生活服务,蛋糕面包,新鲜肉类,香烟代买,数码,福荫食品,成人用品,EFG,滋补保健,休闲零食,流质饮料,精美料理,经典蝴蝶结,家居清洁,现制甜品,现调饮品,化妆品,null"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2356, 'password': '123456', 'token_boss': u'5806dde8-2ea1-4c1f-8fd7-872bb46e055d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/2356
The request method is :PUT
The request parameter is:
{
"contactTel": "modifyTel",
"contactName": "modifyName",
"storeName": "testModify"
}
接口请求头文件为:
{u'token': u'5806dde8-2ea1-4c1f-8fd7-872bb46e055d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.834000110626
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2356, 'password': '123456', 'token_boss': u'5806dde8-2ea1-4c1f-8fd7-872bb46e055d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_248_BOSS_我的供货商--删除平台供货商--异常 不能修改 |
pass
pt1.248:
测试用例开始时间: 2017-06-17 17:00:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 16:59:53", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"11b951a1-e343-4086-8d87-38fbc8261d8f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'11b951a1-e343-4086-8d87-38fbc8261d8f'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
{u'db': u'posdb', u'command': u'select id from store where store_category=1 limit 1'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 3, 'token_boss': u'11b951a1-e343-4086-8d87-38fbc8261d8f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/3
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'11b951a1-e343-4086-8d87-38fbc8261d8f', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.53200006485
接口请求返回值:
{
"msg": "平台供应商,无法删除!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'id': 3, 'token_boss': u'11b951a1-e343-4086-8d87-38fbc8261d8f'}
期望检测的返回值:
{
"msg": {
"EQ": "平台供应商,无法删除!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_249_BOSS_我的供货商--删除我的供货商--异常 删除不存在的ID |
pass
pt1.249:
测试用例开始时间: 2017-06-17 17:00:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"be6c9937-b407-47aa-9e30-ccbb36f7a8d2","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'be6c9937-b407-47aa-9e30-ccbb36f7a8d2'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/11111111
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'be6c9937-b407-47aa-9e30-ccbb36f7a8d2', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.05200004578
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'be6c9937-b407-47aa-9e30-ccbb36f7a8d2'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_250_BOSS_我的供货商--删除我的供货商--正常 |
pass
pt1.250:
测试用例开始时间: 2017-06-17 17:00:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:09", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"aafd1537-148b-4634-9c9c-263d77f11710","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'aafd1537-148b-4634-9c9c-263d77f11710'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier
The request method is :POST
The request parameter is:
{
"contactTel": "13423412789",
"contactName": "SupplierContact",
"storeName": "TestStoreName"
}
接口请求头文件为:
{u'token': u'aafd1537-148b-4634-9c9c-263d77f11710', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.8679997921
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'aafd1537-148b-4634-9c9c-263d77f11710'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'aafd1537-148b-4634-9c9c-263d77f11710', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.932000160217
接口请求返回值:
{
"msg": "成功",
"data": [
{
"platformStore": false,
"updateTime": 1497690019000,
"supplierId": 2357,
"lastOrderTime": "暂无",
"storeName": "TestStoreName",
"totalOrderAmount": "0",
"hotSale": "",
"contactTel": "13423412789",
"havePerchased": true,
"contactName": "SupplierContact",
"orderTimes": 0,
"categoryName": "生活用纸,方便食品,测试,生鲜粮油,进口水果/国产水果,生产分拣,家纺,ABC,测试分类,精选宵夜,冲调茗茶,蛋糕甜点,新的,家庭用具,奶制品,超值特惠,现制熟食,玩具,饼干糕点,个人护理,未分类,烧烤撸串,糖巧克力,精品中餐,酒类,生活服务,蛋糕面包,新鲜肉类,香烟代买,数码,福荫食品,成人用品,EFG,滋补保健,休闲零食,流质饮料,精美料理,经典蝴蝶结,家居清洁,现制甜品,现调饮品,化妆品,null"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2357, 'password': '123456', 'token_boss': u'aafd1537-148b-4634-9c9c-263d77f11710'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/2357
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'aafd1537-148b-4634-9c9c-263d77f11710', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.09599995613
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2357, 'password': '123456', 'token_boss': u'aafd1537-148b-4634-9c9c-263d77f11710'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'aafd1537-148b-4634-9c9c-263d77f11710', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.66000008583
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2357, 'password': '123456', 'token_boss': u'aafd1537-148b-4634-9c9c-263d77f11710'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_251_BOSS_我的供货商--查询我的供货商--正常 |
pass
pt1.251:
测试用例开始时间: 2017-06-17 17:00:24
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:15", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3bbb42fa-62f1-48b2-a8a4-7e534287bc86","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3bbb42fa-62f1-48b2-a8a4-7e534287bc86'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'3bbb42fa-62f1-48b2-a8a4-7e534287bc86', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.06699991226
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3bbb42fa-62f1-48b2-a8a4-7e534287bc86'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_252_BOSS_我的供货商--添加我的供货商--异常 参数缺失 contactName |
pass
pt1.252:
测试用例开始时间: 2017-06-17 17:00:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3a855568-0c4a-4d38-9900-37ba0dd68cf3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3a855568-0c4a-4d38-9900-37ba0dd68cf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier
The request method is :POST
The request parameter is:
{
"contactTel": "13423412789",
"storeName": "TestStoreName"
}
接口请求头文件为:
{u'token': u'3a855568-0c4a-4d38-9900-37ba0dd68cf3', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.89300012589
接口请求返回值:
{
"msg": "联系人不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3a855568-0c4a-4d38-9900-37ba0dd68cf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_253_BOSS_我的供货商--添加我的供货商--异常 参数缺少 contactTel |
pass
pt1.253:
测试用例开始时间: 2017-06-17 17:00:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"bd6a5b28-5383-4f9e-802c-b0c31b10f74e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bd6a5b28-5383-4f9e-802c-b0c31b10f74e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier
The request method is :POST
The request parameter is:
{
"contactName": "SupplierContact",
"storeName": "TestStoreName"
}
接口请求头文件为:
{u'token': u'bd6a5b28-5383-4f9e-802c-b0c31b10f74e', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.46600008011
接口请求返回值:
{
"msg": "联系电话不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bd6a5b28-5383-4f9e-802c-b0c31b10f74e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_254_BOSS_我的供货商--添加我的供货商--异常 参数缺少 storeName |
pass
pt1.254:
测试用例开始时间: 2017-06-17 17:00:42
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"45c18c98-2402-426a-95cb-fbafee5e6602","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'45c18c98-2402-426a-95cb-fbafee5e6602'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier
The request method is :POST
The request parameter is:
{
"contactTel": "13423412789",
"contactName": "SupplierContact"
}
接口请求头文件为:
{u'token': u'45c18c98-2402-426a-95cb-fbafee5e6602', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.756999969482
接口请求返回值:
{
"msg": "供应商名称不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'45c18c98-2402-426a-95cb-fbafee5e6602'}
期望检测的返回值:
{
"msg": {
"eq": "供应商名称不能为空!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_255_BOSS_我的供货商--添加我的供货商--正常 |
pass
pt1.255:
测试用例开始时间: 2017-06-17 17:00:47
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"14831782-6794-4086-a9a2-3b0831d0fac9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'14831782-6794-4086-a9a2-3b0831d0fac9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/mysupplier
The request method is :POST
The request parameter is:
{
"contactTel": "13423412789",
"contactName": "SupplierContact",
"storeName": "TestStoreName"
}
接口请求头文件为:
{u'token': u'14831782-6794-4086-a9a2-3b0831d0fac9', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.886999845505
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'14831782-6794-4086-a9a2-3b0831d0fac9'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_256_BOSS_文件上传--正常 |
pass
pt1.256:
测试用例开始时间: 2017-06-17 17:00:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"9c4f8799-9049-429b-a9dc-3ddf41f67cc9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9c4f8799-9049-429b-a9dc-3ddf41f67cc9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/file/upload
The request method is :POST
The request parameter is:
{
"fileName": "test1.jpg"
}
发送的文件为:
test1.jpg
接口请求头文件为:
{u'token': u'9c4f8799-9049-429b-a9dc-3ddf41f67cc9'}
****************************************************************************************************
接口请求响应时延为:
1.85900020599
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/6b2b71528d214d1292ead37abb70572d.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9c4f8799-9049-429b-a9dc-3ddf41f67cc9'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"RE": "http://[\\s\\S]+"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_257_BOSS_文件上传--正常 不带token |
pass
pt1.257:
测试用例开始时间: 2017-06-17 17:00:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:00:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/file/upload
The request method is :POST
The request parameter is:
{
"fileName": "test1.jpg"
}
发送的文件为:
test1.jpg
****************************************************************************************************
接口请求响应时延为:
0.849999904633
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/f89d088c5d994dbc982fb25c13bbdd8c.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_258_BOSS_日结对账--日结对账--异常 seleDate参数不传 |
pass
pt1.258:
测试用例开始时间: 2017-06-17 17:01:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"355125ff-f167-4db4-b818-7ae02a63575b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'355125ff-f167-4db4-b818-7ae02a63575b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/reconciliation
The request method is :GET
null
接口请求头文件为:
{u'token': u'355125ff-f167-4db4-b818-7ae02a63575b', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.756999969482
接口请求返回值:
{
"msg": "参数不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'355125ff-f167-4db4-b818-7ae02a63575b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_259_BOSS_日结对账--日结对账--异常 传参数格式不对 |
pass
pt1.259:
测试用例开始时间: 2017-06-17 17:01:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3d6ae25c-caf6-4509-b93f-d8b25f1c6946","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3d6ae25c-caf6-4509-b93f-d8b25f1c6946'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/reconciliation
The request method is :GET
The request parameter is:
{
"saleDate": "HelloTest"
}
接口请求头文件为:
{u'token': u'3d6ae25c-caf6-4509-b93f-d8b25f1c6946', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.631000041962
接口请求返回值:
{
"msg": "时间参数格式错误,应为“yyyy-MM-dd”",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3d6ae25c-caf6-4509-b93f-d8b25f1c6946'}
期望检测的返回值:
{
"msg": {
"EQ": "时间参数格式错误,应为“yyyy-MM-dd”"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_260_BOSS_日结对账--日结对账--正常 |
pass
pt1.260:
测试用例开始时间: 2017-06-17 17:01:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"bd2f1f07-258c-4ede-81d1-c1f238c494bc","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bd2f1f07-258c-4ede-81d1-c1f238c494bc'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/reconciliation?saleDate=2017-03-08
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.49300003052
接口请求返回值:
{
"msg": "成功",
"data": {
"meituanReconciliation": {
"id": 0,
"totalAmount": "0",
"total": 0,
"name": "",
"orderCount": 0
},
"netReconciliation": {
"id": 0,
"totalAmount": "0",
"total": 0,
"name": "",
"orderCount": 0
},
"elemeReconciliation": {
"id": 0,
"totalAmount": "0",
"total": 0,
"name": "",
"orderCount": 0
},
"storeReconciliation": {
"cardPayAmount": "0",
"total": 0,
"name": null,
"otherPayAmount": "0",
"memberCardPayAmount": "0",
"cashAmount": "0",
"otherPay": 0,
"cash": 0,
"id": 0,
"totalAmount": "0",
"memberCardPay": 0,
"mobilePay": 0,
"cardPay": 0,
"mobilePayAmount": "0"
},
"salesmanList": [],
"cashierList": [],
"date": "2017-03-08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bd2f1f07-258c-4ede-81d1-c1f238c494bc'}
期望检测的返回值:
{
"netAmount": {
"TYPE": "str"
},
"salesmanList": {
"TYPE": "dict"
},
"date": {
"EQ": "2017-03-08"
},
"cashierList": {
"TYPE": "dict"
},
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: netAmount的返回值通过
检查key: salesmanList的返回值通过
检查key: date的返回值通过
检查key: cashierList的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_261_BOSS_桌号设置--修改桌号--异常 桌号不存在 |
pass
pt1.261:
测试用例开始时间: 2017-06-17 17:01:24
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0135da0b-116a-44f8-9b64-d59c6294d16b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0135da0b-116a-44f8-9b64-d59c6294d16b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/update
The request method is :put
The request parameter is:
{
"id": 111111,
"tableNo": "3"
}
接口请求头文件为:
{u'token': u'0135da0b-116a-44f8-9b64-d59c6294d16b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.0649998188
接口请求返回值:
{
"msg": "找不到该桌号!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0135da0b-116a-44f8-9b64-d59c6294d16b'}
期望检测的返回值:
{
"msg": {
"eq": "找不到该桌号!"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_262_BOSS_桌号设置--修改桌号--正常 |
pass
pt1.262:
测试用例开始时间: 2017-06-17 17:01:31
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:27", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d9250c7d-46f0-4adf-a09b-904531c490d1","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd9250c7d-46f0-4adf-a09b-904531c490d1'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": 20
}
接口请求头文件为:
{u'token': u'd9250c7d-46f0-4adf-a09b-904531c490d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.11100006104
接口请求返回值:
{
"msg": "成功",
"data": 1016,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1016, 'password': '123456', 'token_boss': u'd9250c7d-46f0-4adf-a09b-904531c490d1'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/update
The request method is :put
The request parameter is:
{
"id": 1016,
"tableNo": "21"
}
接口请求头文件为:
{u'token': u'd9250c7d-46f0-4adf-a09b-904531c490d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.703999996185
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1016, 'password': '123456', 'token_boss': u'd9250c7d-46f0-4adf-a09b-904531c490d1'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/list
The request method is :get
null
接口请求头文件为:
{u'token': u'd9250c7d-46f0-4adf-a09b-904531c490d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.876000165939
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 10,
"data": [
{
"status": 1,
"updateTime": "2017-06-03 13:53:28",
"tableNo": "1",
"id": 758,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"createTime": "2017-06-03 13:53:28"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:39",
"tableNo": "2",
"id": 759,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"createTime": "2017-06-03 13:53:38"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:43",
"tableNo": "3",
"id": 760,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"createTime": "2017-06-03 13:53:43"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:48",
"tableNo": "4",
"id": 761,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"createTime": "2017-06-03 13:53:48"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:56",
"tableNo": "5",
"id": 762,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"createTime": "2017-06-03 13:53:55"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:01",
"tableNo": "6",
"id": 763,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"createTime": "2017-06-03 13:54:00"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:06",
"tableNo": "7",
"id": 764,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"createTime": "2017-06-03 13:54:05"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:10",
"tableNo": "8",
"id": 765,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"createTime": "2017-06-03 13:54:10"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:15",
"tableNo": "9",
"id": 766,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"createTime": "2017-06-03 13:54:14"
},
{
"status": 1,
"updateTime": "2017-06-17 17:01:40",
"tableNo": "21",
"id": 1016,
"version": 4,
"storeNo": 10,
"qrCode": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/aba2c92f9ee049bbbd680586f51c876c.png",
"createTime": "2017-06-17 17:01:39"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1016, 'password': '123456', 'token_boss': u'd9250c7d-46f0-4adf-a09b-904531c490d1'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"data.data.-1.tableNo": {
"eq": "21"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: data.data.-1.tableNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_263_BOSS_桌号设置--删除桌号--异常 桌号不存在 |
pass
pt1.263:
测试用例开始时间: 2017-06-17 17:01:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:33", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7c70e3ec-b306-49d0-bfaa-6eeef10509b0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7c70e3ec-b306-49d0-bfaa-6eeef10509b0'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/111111
The request method is :delete
null
接口请求头文件为:
{u'token': u'7c70e3ec-b306-49d0-bfaa-6eeef10509b0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.80900001526
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7c70e3ec-b306-49d0-bfaa-6eeef10509b0'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_264_BOSS_×ŔşĹÉčÖĂ--Éžłý×ŔşĹ--ŐýłŁ |
pass
pt1.264:
测试用例开始时间: 2017-06-17 17:01:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:43", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dc464667-991f-4e1e-a9ea-5c3cde3e88eb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dc464667-991f-4e1e-a9ea-5c3cde3e88eb'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": 15
}
接口请求头文件为:
{u'token': u'dc464667-991f-4e1e-a9ea-5c3cde3e88eb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.851999998093
接口请求返回值:
{
"msg": "成功",
"data": 1017,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1017, 'password': '123456', 'token_boss': u'dc464667-991f-4e1e-a9ea-5c3cde3e88eb'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/delete/1017
The request method is :delete
null
接口请求头文件为:
{u'token': u'dc464667-991f-4e1e-a9ea-5c3cde3e88eb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.7009999752
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1017, 'password': '123456', 'token_boss': u'dc464667-991f-4e1e-a9ea-5c3cde3e88eb'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/list
The request method is :get
null
接口请求头文件为:
{u'token': u'dc464667-991f-4e1e-a9ea-5c3cde3e88eb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.00899982452
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 9,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 9,
"data": [
{
"status": 1,
"updateTime": "2017-06-03 13:53:28",
"tableNo": "1",
"id": 758,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"createTime": "2017-06-03 13:53:28"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:39",
"tableNo": "2",
"id": 759,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"createTime": "2017-06-03 13:53:38"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:43",
"tableNo": "3",
"id": 760,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"createTime": "2017-06-03 13:53:43"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:48",
"tableNo": "4",
"id": 761,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"createTime": "2017-06-03 13:53:48"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:56",
"tableNo": "5",
"id": 762,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"createTime": "2017-06-03 13:53:55"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:01",
"tableNo": "6",
"id": 763,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"createTime": "2017-06-03 13:54:00"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:06",
"tableNo": "7",
"id": 764,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"createTime": "2017-06-03 13:54:05"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:10",
"tableNo": "8",
"id": 765,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"createTime": "2017-06-03 13:54:10"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:15",
"tableNo": "9",
"id": 766,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"createTime": "2017-06-03 13:54:14"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1017, 'password': '123456', 'token_boss': u'dc464667-991f-4e1e-a9ea-5c3cde3e88eb'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_265_BOSS_桌号设置--新建桌号--异常 重复桌号 |
pass
pt1.265:
测试用例开始时间: 2017-06-17 17:01:57
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:01:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5fae6fde-4d6d-471c-b99c-ddd513d11f6f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5fae6fde-4d6d-471c-b99c-ddd513d11f6f'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": 15
}
接口请求头文件为:
{u'token': u'5fae6fde-4d6d-471c-b99c-ddd513d11f6f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.825999975204
接口请求返回值:
{
"msg": "成功",
"data": 1018,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1018, 'password': '123456', 'token_boss': u'5fae6fde-4d6d-471c-b99c-ddd513d11f6f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": "15"
}
接口请求头文件为:
{u'token': u'5fae6fde-4d6d-471c-b99c-ddd513d11f6f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.949000120163
接口请求返回值:
{
"msg": "该桌号已存在,请重新输入桌号名称!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1018, 'password': '123456', 'token_boss': u'5fae6fde-4d6d-471c-b99c-ddd513d11f6f'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_266_BOSS_桌号设置--新建桌号--正常 |
pass
pt1.266:
测试用例开始时间: 2017-06-17 17:02:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:00", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7859c7fc-9612-462a-8054-171981e9f229","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7859c7fc-9612-462a-8054-171981e9f229'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": 15
}
接口请求头文件为:
{u'token': u'7859c7fc-9612-462a-8054-171981e9f229', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.934000015259
接口请求返回值:
{
"msg": "成功",
"data": 1019,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1019, 'password': '123456', 'token_boss': u'7859c7fc-9612-462a-8054-171981e9f229'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_267_BOSS_桌号设置--查询桌号二维码--异常 桌面ID不存在 |
pass
pt1.267:
测试用例开始时间: 2017-06-17 17:02:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"44e5d02b-1bb3-4ed3-b667-d627f0dabf65","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'44e5d02b-1bb3-4ed3-b667-d627f0dabf65'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/qrcode
The request method is :put
The request parameter is:
{
"tableId": 10000
}
接口请求头文件为:
{u'token': u'44e5d02b-1bb3-4ed3-b667-d627f0dabf65', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.636000156403
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'44e5d02b-1bb3-4ed3-b667-d627f0dabf65'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_268_BOSS_桌号设置--查询桌号二维码--正常 |
pass
pt1.268:
测试用例开始时间: 2017-06-17 17:02:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e46b6b33-aac6-4d55-988b-87c793deccea","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e46b6b33-aac6-4d55-988b-87c793deccea'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": 15
}
接口请求头文件为:
{u'token': u'e46b6b33-aac6-4d55-988b-87c793deccea', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.19500017166
接口请求返回值:
{
"msg": "成功",
"data": 1020,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1020, 'password': '123456', 'token_boss': u'e46b6b33-aac6-4d55-988b-87c793deccea'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/qrcode/1020
The request method is :get
null
接口请求头文件为:
{u'token': u'e46b6b33-aac6-4d55-988b-87c793deccea', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.832999944687
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/7d988e16911c42c59aed912e30638d24.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1020, 'password': '123456', 'token_boss': u'e46b6b33-aac6-4d55-988b-87c793deccea'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_269_BOSS_桌号设置--获取桌号列表--正常 |
pass
pt1.269:
测试用例开始时间: 2017-06-17 17:02:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dca24cd5-c6fa-4bdf-b9df-e6e603ca74d4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dca24cd5-c6fa-4bdf-b9df-e6e603ca74d4'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": 15
}
接口请求头文件为:
{u'token': u'dca24cd5-c6fa-4bdf-b9df-e6e603ca74d4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.776999950409
接口请求返回值:
{
"msg": "成功",
"data": 1021,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1021, 'password': '123456', 'token_boss': u'dca24cd5-c6fa-4bdf-b9df-e6e603ca74d4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/list
The request method is :get
null
接口请求头文件为:
{u'token': u'dca24cd5-c6fa-4bdf-b9df-e6e603ca74d4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.40400004387
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 10,
"data": [
{
"status": 1,
"updateTime": "2017-06-03 13:53:28",
"tableNo": "1",
"id": 758,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"createTime": "2017-06-03 13:53:28"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:39",
"tableNo": "2",
"id": 759,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"createTime": "2017-06-03 13:53:38"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:43",
"tableNo": "3",
"id": 760,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"createTime": "2017-06-03 13:53:43"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:48",
"tableNo": "4",
"id": 761,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"createTime": "2017-06-03 13:53:48"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:56",
"tableNo": "5",
"id": 762,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"createTime": "2017-06-03 13:53:55"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:01",
"tableNo": "6",
"id": 763,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"createTime": "2017-06-03 13:54:00"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:06",
"tableNo": "7",
"id": 764,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"createTime": "2017-06-03 13:54:05"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:10",
"tableNo": "8",
"id": 765,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"createTime": "2017-06-03 13:54:10"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:15",
"tableNo": "9",
"id": 766,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"createTime": "2017-06-03 13:54:14"
},
{
"status": 1,
"updateTime": "2017-06-17 17:02:34",
"tableNo": "15",
"id": 1021,
"version": 2,
"storeNo": 10,
"qrCode": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/48014d5e0b954abba45b645c7834756e.png",
"createTime": "2017-06-17 17:02:34"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1021, 'password': '123456', 'token_boss': u'dca24cd5-c6fa-4bdf-b9df-e6e603ca74d4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"data.data.-1.tableNo": {
"eq": "15"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: data.data.-1.tableNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_270_BOSS_桌号设置--获取桌号列表--正常 多个桌号 |
pass
pt1.270:
测试用例开始时间: 2017-06-17 17:02:36
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f7c61bd6-5ed1-449e-833d-f8b72c0478a5","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f7c61bd6-5ed1-449e-833d-f8b72c0478a5'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": "15"
}
接口请求头文件为:
{u'token': u'f7c61bd6-5ed1-449e-833d-f8b72c0478a5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.57100009918
接口请求返回值:
{
"msg": "成功",
"data": 1022,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'tableId': 1022, 'password': '123456', 'token_boss': u'f7c61bd6-5ed1-449e-833d-f8b72c0478a5'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/new
The request method is :post
The request parameter is:
{
"tableNo": "16"
}
接口请求头文件为:
{u'token': u'f7c61bd6-5ed1-449e-833d-f8b72c0478a5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.659999847412
接口请求返回值:
{
"msg": "成功",
"data": 1023,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'tableId2': 1023, 'tel': u'15000000000', 'store_id': 10, u'tableId': 1022, 'password': '123456', 'token_boss': u'f7c61bd6-5ed1-449e-833d-f8b72c0478a5'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/table/list
The request method is :get
null
接口请求头文件为:
{u'token': u'f7c61bd6-5ed1-449e-833d-f8b72c0478a5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.71099996567
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 11,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 11,
"data": [
{
"status": 1,
"updateTime": "2017-06-03 13:53:28",
"tableNo": "1",
"id": 758,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"createTime": "2017-06-03 13:53:28"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:39",
"tableNo": "2",
"id": 759,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"createTime": "2017-06-03 13:53:38"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:43",
"tableNo": "3",
"id": 760,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"createTime": "2017-06-03 13:53:43"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:48",
"tableNo": "4",
"id": 761,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"createTime": "2017-06-03 13:53:48"
},
{
"status": 1,
"updateTime": "2017-06-03 13:53:56",
"tableNo": "5",
"id": 762,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"createTime": "2017-06-03 13:53:55"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:01",
"tableNo": "6",
"id": 763,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"createTime": "2017-06-03 13:54:00"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:06",
"tableNo": "7",
"id": 764,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"createTime": "2017-06-03 13:54:05"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:10",
"tableNo": "8",
"id": 765,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"createTime": "2017-06-03 13:54:10"
},
{
"status": 1,
"updateTime": "2017-06-03 13:54:15",
"tableNo": "9",
"id": 766,
"version": 2,
"storeNo": 10,
"qrCode": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"createTime": "2017-06-03 13:54:14"
},
{
"status": 1,
"updateTime": "2017-06-17 17:02:43",
"tableNo": "15",
"id": 1022,
"version": 2,
"storeNo": 10,
"qrCode": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/58dd401c13b84db8b1592bf1630e356e.png",
"createTime": "2017-06-17 17:02:43"
},
{
"status": 1,
"updateTime": "2017-06-17 17:02:44",
"tableNo": "16",
"id": 1023,
"version": 2,
"storeNo": 10,
"qrCode": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/fbc8c8c5818c4ec4bca27eed084e6f78.png",
"createTime": "2017-06-17 17:02:43"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'tableId2': 1023, 'tel': u'15000000000', 'store_id': 10, u'tableId': 1022, 'password': '123456', 'token_boss': u'f7c61bd6-5ed1-449e-833d-f8b72c0478a5'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ge": 2,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_271_BOSS_满减规则 NEW--修改满减规则--异常 规则ID不存在 |
pass
pt1.271:
测试用例开始时间: 2017-06-17 17:02:47
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:39", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a0e24ccb-755c-4227-ba42-b2fa6cb672f8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a0e24ccb-755c-4227-ba42-b2fa6cb672f8'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'a0e24ccb-755c-4227-ba42-b2fa6cb672f8', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18998,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19192}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a0e24ccb-755c-4227-ba42-b2fa6cb672f8', 'specId1': 19192, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18998, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule/111111/
The request method is :put
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-05-01",
"activityName": "DefineRule",
"fullReducedAmount": "20",
"netstoreUsed": false,
"matchAmount": "100",
"selectedSpecs": [
2
],
"memberUsed": false,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'a0e24ccb-755c-4227-ba42-b2fa6cb672f8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.882999897003
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'a0e24ccb-755c-4227-ba42-b2fa6cb672f8', 'specId1': 19192, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18998, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"statusCode": {
"eq": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_272_BOSS_满减规则 NEW--修改满减规则--正常 |
pass
pt1.272:
测试用例开始时间: 2017-06-17 17:02:54
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:50", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7a9a671b-87d9-4501-8515-0778ab1d6d1b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":18999,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19193}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', 'specId1': 19193, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18999, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"activityName": "DefineRule",
"fullReducedAmount": "10",
"netstoreUsed": false,
"matchAmount": "100",
"selectedSpecs": [
2
],
"memberUsed": false,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.269999980927
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', 'specId1': 19193, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18999, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :get
null
接口请求头文件为:
{u'token': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.664999961853
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"storeNo": 10,
"id": 228
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 228, 'barcode': '12345678909876', 'token_boss': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', 'specId1': 19193, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18999, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"status": {
"eq": 3
},
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"productNum": {
"type": "int"
},
"activityName": {
"EQ": "DefineRule"
},
"msg": {
"EQ": "成功"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: productNum的返回值通过
检查key: activityName的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule/228/
The request method is :put
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-05-01",
"activityName": "DefineRule",
"fullReducedAmount": "20",
"netstoreUsed": false,
"matchAmount": "100",
"selectedSpecs": [
3
],
"memberUsed": false,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.671000003815
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 228, 'barcode': '12345678909876', 'token_boss': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', 'specId1': 19193, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18999, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :get
null
接口请求头文件为:
{u'token': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.63700008392
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-03-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"storeNo": 10,
"id": 228
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 228, 'barcode': '12345678909876', 'token_boss': u'7a9a671b-87d9-4501-8515-0778ab1d6d1b', 'specId1': 19193, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 18999, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"activityName": {
"EQ": "DefineRule"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: activityName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_273_BOSS_满减规则 NEW--删除满减规则--异常 规则ID不存在 |
pass
pt1.273:
测试用例开始时间: 2017-06-17 17:03:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:02:56", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"50b73646-775b-4818-b839-9bdb62efed6d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'50b73646-775b-4818-b839-9bdb62efed6d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule/111111/
The request method is :delete
null
接口请求头文件为:
{u'token': u'50b73646-775b-4818-b839-9bdb62efed6d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.90100002289
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'50b73646-775b-4818-b839-9bdb62efed6d'}
期望检测的返回值:
{
"statusCode": {
"eq": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_274_BOSS_满减规则 NEW--删除满减规则--正常 |
pass
pt1.274:
测试用例开始时间: 2017-06-17 17:03:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:03:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"06483d73-9314-42d2-9e77-c55e49e3eaa2","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'06483d73-9314-42d2-9e77-c55e49e3eaa2'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19000,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19194}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', 'specId1': 19194, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19000, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"activityName": "DefineRule",
"fullReducedAmount": "10",
"netstoreUsed": false,
"matchAmount": "100",
"selectedSpecs": [
2
],
"memberUsed": false,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.20100021362
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', 'specId1': 19194, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19000, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :get
null
接口请求头文件为:
{u'token': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.685000181198
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"storeNo": 10,
"id": 229
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 229, 'barcode': '12345678909876', 'token_boss': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', 'specId1': 19194, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19000, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"activityName": {
"EQ": "DefineRule"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: activityName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule/229/
The request method is :delete
null
接口请求头文件为:
{u'token': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.707999944687
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 229, 'barcode': '12345678909876', 'token_boss': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', 'specId1': 19194, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19000, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :get
null
接口请求头文件为:
{u'token': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.77300000191
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 229, 'barcode': '12345678909876', 'token_boss': u'06483d73-9314-42d2-9e77-c55e49e3eaa2', 'specId1': 19194, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19000, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"ll": 0
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_275_BOSS_满减规则 NEW--新增满减规则--正常 |
pass
pt1.275:
测试用例开始时间: 2017-06-17 17:03:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:03:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"23e766d3-eda7-4a27-9249-2914ca359d52","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'23e766d3-eda7-4a27-9249-2914ca359d52'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'23e766d3-eda7-4a27-9249-2914ca359d52', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19001,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19195}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'23e766d3-eda7-4a27-9249-2914ca359d52', 'specId1': 19195, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19001, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"activityName": "DefineRule",
"fullReducedAmount": "10",
"netstoreUsed": false,
"matchAmount": "100",
"selectedSpecs": [
2
],
"memberUsed": false,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'23e766d3-eda7-4a27-9249-2914ca359d52', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.134999990463
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'23e766d3-eda7-4a27-9249-2914ca359d52', 'specId1': 19195, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19001, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_276_BOSS_满减规则 NEW--新增满减规则--正常 不带商品 |
pass
pt1.276:
测试用例开始时间: 2017-06-17 17:03:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:03:27", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1a3c1783-048d-4842-8210-801a51d1c3ef","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1a3c1783-048d-4842-8210-801a51d1c3ef'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'1a3c1783-048d-4842-8210-801a51d1c3ef', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19002,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19196}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'1a3c1783-048d-4842-8210-801a51d1c3ef', 'specId1': 19196, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19002, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"activityName": "DefineRule",
"fullReducedAmount": "10",
"netstoreUsed": false,
"matchAmount": "100",
"selectedSpecs": [],
"memberUsed": false,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'1a3c1783-048d-4842-8210-801a51d1c3ef', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.194999933243
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'1a3c1783-048d-4842-8210-801a51d1c3ef', 'specId1': 19196, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19002, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_277_BOSS_满减规则 NEW--查询满减规则列表--正常 |
pass
pt1.277:
测试用例开始时间: 2017-06-17 17:03:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:03:34", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"588f12e7-1440-4501-9709-9ebe5fdec887","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'588f12e7-1440-4501-9709-9ebe5fdec887'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'588f12e7-1440-4501-9709-9ebe5fdec887', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19003,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19197}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'588f12e7-1440-4501-9709-9ebe5fdec887', 'specId1': 19197, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19003, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"activityName": "DefineRule",
"fullReducedAmount": "10",
"netstoreUsed": false,
"matchAmount": "100",
"selectedSpecs": [
2
],
"memberUsed": false,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'588f12e7-1440-4501-9709-9ebe5fdec887', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.921999931335
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'588f12e7-1440-4501-9709-9ebe5fdec887', 'specId1': 19197, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19003, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :get
null
接口请求头文件为:
{u'token': u'588f12e7-1440-4501-9709-9ebe5fdec887', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.66499996185
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 3,
"startDate": "2017-04-01",
"endDate": "2017-05-01",
"productNum": 1,
"activityName": "DefineRule",
"storeNo": 10,
"id": 232
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'588f12e7-1440-4501-9709-9ebe5fdec887', 'specId1': 19197, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19003, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"activityName": {
"EQ": "DefineRule"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: activityName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_278_BOSS_满减规则 NEW--查询满减规则详情--异常 规则ID不存在 |
pass
pt1.278:
测试用例开始时间: 2017-06-17 17:03:50
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:03:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0ac58d4c-cffd-426d-81fe-ecd26613d79e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0ac58d4c-cffd-426d-81fe-ecd26613d79e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule/111111/
The request method is :get
null
接口请求头文件为:
{u'token': u'0ac58d4c-cffd-426d-81fe-ecd26613d79e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.680999994278
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0ac58d4c-cffd-426d-81fe-ecd26613d79e'}
期望检测的返回值:
{
"statusCode": {
"eq": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_279_BOSS_满减规则 NEW--查询满减规则详情--正常 |
fail
ft1.279:
测试用例开始时间: 2017-06-17 17:03:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:03:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"9aaa15b2-e96a-42cf-83c3-9bf2260a824e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19004,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19198}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', 'specId1': 19198, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19004, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule
The request method is :POST
The request parameter is:
{
"status": 0,
"startDate": "2017-6-13",
"endDate": "2017-8-13",
"fullReducedAmount": "10",
"activityName": "DefineRule",
"netstoreUsed": true,
"productScheme": 0,
"matchAmount": "100",
"selectedSpecs": [
76,
15,
3110
],
"memberUsed": true,
"storeUsed": true
}
接口请求头文件为:
{u'token': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.79099988937
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', 'specId1': 19198, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19004, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule/
The request method is :get
null
接口请求头文件为:
{u'token': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.707999944687
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": 2,
"startDate": "2017-06-13",
"endDate": "2017-08-13",
"productNum": 3,
"activityName": "DefineRule",
"storeNo": 10,
"id": 233
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 233, 'barcode': '12345678909876', 'token_boss': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', 'specId1': 19198, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19004, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"activityName": {
"EQ": "DefineRule"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: activityName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/fullreducedrule/233
The request method is :get
null
接口请求头文件为:
{u'token': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.792000055313
接口请求返回值:
{
"msg": "出错啦!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'ruleId': 233, 'barcode': '12345678909876', 'token_boss': u'9aaa15b2-e96a-42cf-83c3-9bf2260a824e', 'specId1': 19198, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19004, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"startDate": {
"type": "str"
},
"endDate": {
"type": "str"
},
"activityName": {
"EQ": "DefineRule"
},
"fullReducedAmount": {
"EQ": "10.00"
},
"selectedProducts": {
"type": "list"
},
"activeStatus": {
"EQ": true
},
"matchAmount": {
"EQ": "100.00"
},
"msg": {
"EQ": "成功"
},
"selectedSpecs": {
"type": "list"
},
"storeUsed": {
"EQ": true
},
"id": {
"eq": 233
},
"statusCode": {
"EQ": 0
}
}
检查key: startDate的返回值通过
检查key: endDate的返回值通过
检查key: activityName返回值失败。
测试步骤6失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_280_BOSS_登录--开店NEW --开店--异常 telephone不带 |
pass
pt1.280:
测试用例开始时间: 2017-06-17 17:04:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setup/store/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"storeCategory": 0,
"product_categories": [
482
],
"district": "宝安区",
"storeName": "HelloNew",
"businessLicense": [
{
"businessLicense": "http://www.baidu.com/"
}
],
"idCardNo": "445635654321345678",
"contactSex": 0,
"idCard": [
{
"idcardImg": "test"
}
],
"longitude": 113.899,
"industry": {
"id": 8,
"name": "test"
},
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13798765777",
"contactName": "ContactNameTest",
"address": "广东省深圳市翻身(地铁站)503",
"latitude": 22.566,
"houseNumber": "504",
"storekeeper": "2号店主"
}
****************************************************************************************************
接口请求响应时延为:
0.365000009537
接口请求返回值:
{
"msg": "电话号码必填",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_281_BOSS_登录--开店NEW --开店--正常 |
pass
pt1.281:
测试用例开始时间: 2017-06-17 17:04:07
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setup/store/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"storeCategory": 0,
"product_categories": [
482
],
"district": "宝安区",
"storeName": "HelloNew",
"businessLicense": [
{
"businessLicense": "http://www.baidu.com/"
}
],
"idCardNo": "452722197507190776",
"contactSex": 0,
"idCard": [
{
"idcardImg": "test"
}
],
"telephone": "13798765777",
"longitude": 113.899,
"industry": {
"id": 8,
"name": "test"
},
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13798765777",
"contactName": "ContactNameTest",
"address": "广东省深圳市翻身(地铁站)503",
"latitude": 22.566,
"houseNumber": "504",
"storekeeper": "姚海林"
}
****************************************************************************************************
接口请求响应时延为:
1.61800003052
接口请求返回值:
{
"msg": "测试环境不下发通知短信",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_282_BOSS_ľÇÂź--Ň쳣 storeNo˛ť´ćÔÚ |
pass
pt1.282:
测试用例开始时间: 2017-06-17 17:04:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:03:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": 11111111,
"telephone": "15000000000"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.417000055313
接口请求返回值:
{
"msg": "该店铺编号不存在,请重新输入!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"EQ": "该店铺编号不存在,请重新输入!",
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_283_BOSS_登录--异常 参数不带 |
pass
pt1.283:
测试用例开始时间: 2017-06-17 17:04:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"storeNo": "10",
"telephone": "15000000000"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.574000120163
接口请求返回值:
{
"msg": "密码为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"telephone": "15000000000"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.8630001545
接口请求返回值:
{
"msg": "请检查店铺编号!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.888000011444
接口请求返回值:
{
"msg": "账号不存在/密码错误!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_284_BOSS_ľÇÂź--Ň쳣 ĂÜÂë´íÎó |
pass
pt1.284:
测试用例开始时间: 2017-06-17 17:04:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "111111",
"storeNo": "10",
"telephone": "15000000000"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.03699994087
接口请求返回值:
{
"msg": "密码错误",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"EQ": "密码错误",
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_285_BOSS_µÇ¼--Õý³£ |
pass
pt1.285:
测试用例开始时间: 2017-06-17 17:04:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:24", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": "10",
"telephone": "15000000000"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.796000003815
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "685dd3e1-5fa1-42a0-aea8-58f1394b52c1",
"storeCategory": 2,
"storeNo": "10",
"storeName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'boss_token': u'685dd3e1-5fa1-42a0-aea8-58f1394b52c1'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeCategory": {
"TYPE": "int"
},
"storeNo": {
"EQ": "10"
},
"token": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeCategory的返回值通过
检查key: storeNo的返回值通过
检查key: token的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_286_BOSS_ľÇÂź--Ő˺Ųť´ćÔÚAccount Not Exist |
pass
pt1.286:
测试用例开始时间: 2017-06-17 17:04:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:29", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": "10",
"telephone": "15665555555"
}
****************************************************************************************************
接口请求响应时延为:
1.82800006866
接口请求返回值:
{
"msg": "账号不存在/密码错误!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_287_BOSS_登录-重置密码--异常 token不带 |
pass
pt1.287:
测试用例开始时间: 2017-06-17 17:04:37
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a98be83d-2a38-4a9f-92b9-924eefe3fcbc","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a98be83d-2a38-4a9f-92b9-924eefe3fcbc'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/modifypwd
The request method is :POST
The request parameter is:
{
"oldPwd": "123456",
"newPwd": "123456"
}
接口请求头文件为:
{u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.32899999619
接口请求返回值:
{
"msg": "用户未授权",
"statusCode": 401
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a98be83d-2a38-4a9f-92b9-924eefe3fcbc'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 401
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_288_BOSS_登录-重置密码--异常 新密码参数不带 |
pass
pt1.288:
测试用例开始时间: 2017-06-17 17:04:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:40", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"93bd3339-0d96-4744-87b8-7d63332ea07b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'93bd3339-0d96-4744-87b8-7d63332ea07b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/modifypwd
The request method is :POST
The request parameter is:
{
"oldPwd": "123456"
}
接口请求头文件为:
{u'token': u'93bd3339-0d96-4744-87b8-7d63332ea07b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.703000068665
接口请求返回值:
{
"msg": "新密码参数没传!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'93bd3339-0d96-4744-87b8-7d63332ea07b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_289_BOSS_登录-重置密码--异常 旧密码不正确 |
pass
pt1.289:
测试用例开始时间: 2017-06-17 17:04:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"88146ce1-6e5f-4104-a504-d2aade6e1e7a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'88146ce1-6e5f-4104-a504-d2aade6e1e7a'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/modifypwd
The request method is :POST
The request parameter is:
{
"oldPwd": "654321",
"newPwd": "123456"
}
接口请求头文件为:
{u'token': u'88146ce1-6e5f-4104-a504-d2aade6e1e7a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.829999923706
接口请求返回值:
{
"msg": "原密码错误,请重新输入!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'88146ce1-6e5f-4104-a504-d2aade6e1e7a'}
期望检测的返回值:
{
"msg": {
"EQ": "原密码错误,请重新输入!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_290_BOSS_登录-重置密码--异常 旧密码参数不带 |
pass
pt1.290:
测试用例开始时间: 2017-06-17 17:04:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a491ac23-4cc0-4411-a3ad-5517d3785289","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a491ac23-4cc0-4411-a3ad-5517d3785289'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/modifypwd
The request method is :POST
The request parameter is:
{
"newPwd": "123456"
}
接口请求头文件为:
{u'token': u'a491ac23-4cc0-4411-a3ad-5517d3785289', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.85500001907
接口请求返回值:
{
"msg": "旧密码参数没传!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a491ac23-4cc0-4411-a3ad-5517d3785289'}
期望检测的返回值:
{
"msg": {
"EQ": "旧密码参数没传!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_291_BOSS_хК┬╝-опо├├▄┬в--Н§│Б |
pass
pt1.291:
测试用例开始时间: 2017-06-17 17:05:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:04:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5c6f67de-2695-4797-9632-70cdf1e129d1","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5c6f67de-2695-4797-9632-70cdf1e129d1'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/modifypwd
The request method is :POST
The request parameter is:
{
"oldPwd": "123456",
"newPwd": "147258"
}
接口请求头文件为:
{u'token': u'5c6f67de-2695-4797-9632-70cdf1e129d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.03900003433
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5c6f67de-2695-4797-9632-70cdf1e129d1'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "147258",
"storeNo": "10",
"telephone": "15000000000"
}
****************************************************************************************************
接口请求响应时延为:
0.800000190735
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "b5b4b761-4c25-4a35-bd08-0fc2e4a3979d",
"storeCategory": 2,
"storeNo": "10",
"storeName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'b5b4b761-4c25-4a35-bd08-0fc2e4a3979d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeCategory": {
"TYPE": "int"
},
"storeNo": {
"EQ": "10"
},
"token": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeCategory的返回值通过
检查key: storeNo的返回值通过
检查key: token的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/login
The request method is :POST
The request parameter is:
{
"password": "123456",
"storeNo": "10",
"telephone": "15000000000"
}
****************************************************************************************************
接口请求响应时延为:
0.753999948502
接口请求返回值:
{
"msg": "密码错误",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'b5b4b761-4c25-4a35-bd08-0fc2e4a3979d'}
期望检测的返回值:
{
"msg": {
"EQ": "密码错误",
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_292_BOSS_登录-重置密码--正常 header不带storeNo |
pass
pt1.292:
测试用例开始时间: 2017-06-17 17:05:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"53c661f6-5a2a-47b0-b13a-9182583f40af","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'53c661f6-5a2a-47b0-b13a-9182583f40af'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/modifypwd
The request method is :POST
The request parameter is:
{
"oldPwd": "123456",
"newPwd": "123456"
}
接口请求头文件为:
{u'token': u'53c661f6-5a2a-47b0-b13a-9182583f40af'}
****************************************************************************************************
接口请求响应时延为:
1.71399998665
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'53c661f6-5a2a-47b0-b13a-9182583f40af'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_293_BOSS_хК┬╝├▄┬вляИ─--ляИ─хК┬╝├▄┬в--мВ│Б |
pass
pt1.293:
测试用例开始时间: 2017-06-17 17:05:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e3921333-907a-412a-92e3-d03841a68cb7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e3921333-907a-412a-92e3-d03841a68cb7'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/modifypwd/
The request method is :POST
The request parameter is:
{
"oldPwd": "654321",
"storeNo": "10",
"newPwd": "123456"
}
接口请求头文件为:
{u'token': u'e3921333-907a-412a-92e3-d03841a68cb7'}
****************************************************************************************************
接口请求响应时延为:
2.08299994469
接口请求返回值:
{
"msg": "原密码错误,请重新输入!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e3921333-907a-412a-92e3-d03841a68cb7'}
期望检测的返回值:
{
"msg": {
"EQ": "原密码错误,请重新输入!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_294_BOSS_登录密码修改--修改登录密码--异常 oldPwd不正确 |
pass
pt1.294:
测试用例开始时间: 2017-06-17 17:05:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1b8fcae2-6a20-453f-8085-1685ea3cf7ef","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1b8fcae2-6a20-453f-8085-1685ea3cf7ef'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/modifypwd
The request method is :post
The request parameter is:
{
"oldPwd": "654321",
"newPwd": "123456"
}
接口请求头文件为:
{u'token': u'1b8fcae2-6a20-453f-8085-1685ea3cf7ef', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.06599998474
接口请求返回值:
{
"msg": "原密码错误,请重新输入!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1b8fcae2-6a20-453f-8085-1685ea3cf7ef'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_295_BOSS_登录密码修改--修改登录密码--正常 |
pass
pt1.295:
测试用例开始时间: 2017-06-17 17:05:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:23", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"67012489-9515-430a-a5c8-ced7094bff98","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'67012489-9515-430a-a5c8-ced7094bff98'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/modifypwd
The request method is :post
The request parameter is:
{
"oldPwd": "123456",
"newPwd": "123456"
}
接口请求头文件为:
{u'token': u'67012489-9515-430a-a5c8-ced7094bff98', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.84900021553
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'67012489-9515-430a-a5c8-ced7094bff98'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_296_BOSS_积分规则--查询积分规则NEW--正常 |
pass
pt1.296:
测试用例开始时间: 2017-06-17 17:05:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:29", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5e9fb569-9e2b-482c-ba6c-3effd28b390f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5e9fb569-9e2b-482c-ba6c-3effd28b390f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/pointrule
The request method is :POST
The request parameter is:
{
"consumePoint": 100,
"storePoint": 200,
"commentPoint": 100
}
接口请求头文件为:
{u'token': u'5e9fb569-9e2b-482c-ba6c-3effd28b390f', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.859999895096
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5e9fb569-9e2b-482c-ba6c-3effd28b390f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/pointrule
The request method is :GET
null
接口请求头文件为:
{u'token': u'5e9fb569-9e2b-482c-ba6c-3effd28b390f', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.08299994469
接口请求返回值:
{
"msg": "成功",
"data": {
"updateTime": "2017-06-17 17:05:40",
"commentPoint": 100,
"id": 832,
"version": 2,
"consumePoint": 100,
"storeNo": 10,
"createTime": "2017-06-17 17:05:40"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5e9fb569-9e2b-482c-ba6c-3effd28b390f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"commentPoint": {
"EQ": 100
},
"consumePoint": {
"EQ": 100
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: commentPoint的返回值通过
检查key: consumePoint的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_297_BOSS_积分规则--设置积分规则NEW--正常 |
pass
pt1.297:
测试用例开始时间: 2017-06-17 17:05:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a5c05bde-3763-4db0-b454-ad3af42e6f2a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a5c05bde-3763-4db0-b454-ad3af42e6f2a'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/pointrule
The request method is :POST
The request parameter is:
{
"consumePoint": 100,
"storePoint": 200,
"commentPoint": 100
}
接口请求头文件为:
{u'token': u'a5c05bde-3763-4db0-b454-ad3af42e6f2a', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.42600011826
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a5c05bde-3763-4db0-b454-ad3af42e6f2a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_298_BOSS_网店设置--关于我们--正常 |
pass
pt1.298:
测试用例开始时间: 2017-06-17 17:05:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a56600b5-8c65-492c-bd4b-b139f257ce87","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a56600b5-8c65-492c-bd4b-b139f257ce87'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/about
The request method is :GET
null
接口请求头文件为:
{u'token': u'a56600b5-8c65-492c-bd4b-b139f257ce87', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.84200000763
接口请求返回值:
{
"msg": "成功",
"data": "https://cdn-pos-static.thy360.com/permanent/about.html",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a56600b5-8c65-492c-bd4b-b139f257ce87'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_299_BOSS_网店设置--分享网店二维码--正常 |
pass
pt1.299:
测试用例开始时间: 2017-06-17 17:05:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:51", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c8015559-41d7-432f-b1c3-e3d006c5601d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c8015559-41d7-432f-b1c3-e3d006c5601d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/qrcode/share
The request method is :GET
null
接口请求头文件为:
{u'token': u'c8015559-41d7-432f-b1c3-e3d006c5601d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.36999988556
接口请求返回值:
{
"msg": "成功",
"data": {
"qrcode": "",
"content": "点击进入购买吧",
"title": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c8015559-41d7-432f-b1c3-e3d006c5601d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"qrcode": {
"TYPE": "str"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: qrcode的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_300_BOSS_网店设置--投诉建议--异常 tips参数不带 |
pass
pt1.300:
测试用例开始时间: 2017-06-17 17:06:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:05:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a206ed74-1f16-405e-b4a3-84a18ffbcaa8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a206ed74-1f16-405e-b4a3-84a18ffbcaa8'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/tips
The request method is :POST
The request parameter is:
{}
接口请求头文件为:
{u'token': u'a206ed74-1f16-405e-b4a3-84a18ffbcaa8', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.54500007629
接口请求返回值:
{
"msg": "投诉建议不能为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a206ed74-1f16-405e-b4a3-84a18ffbcaa8'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_301_BOSS_网店设置--投诉建议--异常 超过200字 |
pass
pt1.301:
测试用例开始时间: 2017-06-17 17:06:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:06:04", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"946cc686-2fb8-43ab-bc3d-226ad79f9b0d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'946cc686-2fb8-43ab-bc3d-226ad79f9b0d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/tips
The request method is :POST
The request parameter is:
{
"tips": "我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈我正在提投诉与建议哈超"
}
接口请求头文件为:
{u'token': u'946cc686-2fb8-43ab-bc3d-226ad79f9b0d', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.644000053406
接口请求返回值:
{
"msg": "投诉建议内容过长,请重新输入!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'946cc686-2fb8-43ab-bc3d-226ad79f9b0d'}
期望检测的返回值:
{
"msg": {
"EQ": "投诉建议内容过长,请重新输入!",
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_302_BOSS_网店设置--投诉建议--正常 |
pass
pt1.302:
测试用例开始时间: 2017-06-17 17:06:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:06:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1cc769ca-8716-4b3f-8bf0-fb034984cda3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1cc769ca-8716-4b3f-8bf0-fb034984cda3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/tips
The request method is :POST
The request parameter is:
{
"tips": "我正在提投诉与建议"
}
接口请求头文件为:
{u'token': u'1cc769ca-8716-4b3f-8bf0-fb034984cda3', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.673000097275
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1cc769ca-8716-4b3f-8bf0-fb034984cda3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_303_BOSS_网店设置--网店logo设置--异常 logo参数不带 |
pass
pt1.303:
测试用例开始时间: 2017-06-17 17:06:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:06:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0465a6b5-2f66-46ac-a902-9d00cb23cbc4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0465a6b5-2f66-46ac-a902-9d00cb23cbc4'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'0465a6b5-2f66-46ac-a902-9d00cb23cbc4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.657999992371
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0465a6b5-2f66-46ac-a902-9d00cb23cbc4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/file/upload
The request method is :POST
The request parameter is:
{
"fileName": "test1.jpg"
}
发送的文件为:
test1.jpg
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.00699996948
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/8d703ae7690547a1b767e83ec7bb1ee2.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/8d703ae7690547a1b767e83ec7bb1ee2.png', 'password': '123456', 'token_boss': u'0465a6b5-2f66-46ac-a902-9d00cb23cbc4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"RE": "http://[\\s\\S]+"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/logo
The request method is :POST
The request parameter is:
{}
接口请求头文件为:
{u'token': u'0465a6b5-2f66-46ac-a902-9d00cb23cbc4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.71799993515
接口请求返回值:
{
"msg": "logo参数为空",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/8d703ae7690547a1b767e83ec7bb1ee2.png', 'password': '123456', 'token_boss': u'0465a6b5-2f66-46ac-a902-9d00cb23cbc4'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_304_BOSS_网店设置--网店logo设置--正常 |
pass
pt1.304:
测试用例开始时间: 2017-06-17 17:06:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:06:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8b1e941b-c3a5-45b3-b688-22f8f9c26a13","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.49699997902
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/729da095467d404a9f0de7652adfac40.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/file/upload
The request method is :POST
The request parameter is:
{
"fileName": "test1.jpg"
}
发送的文件为:
test1.jpg
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.46600008011
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png', 'password': '123456', 'token_boss': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"RE": "http://[\\s\\S]+"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/logo
The request method is :POST
The request parameter is:
{
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png"
}
接口请求头文件为:
{u'token': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.795000076294
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png', 'password': '123456', 'token_boss': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.132999897
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png', 'password': '123456', 'token_boss': u'8b1e941b-c3a5-45b3-b688-22f8f9c26a13'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"EQ": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_305_BOSS_网店设置--网店信息获取--正常 |
pass
pt1.305:
测试用例开始时间: 2017-06-17 17:06:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:06:33", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5fb68ca6-0c5f-4495-93b5-cb42139e1ef7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5fb68ca6-0c5f-4495-93b5-cb42139e1ef7'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'5fb68ca6-0c5f-4495-93b5-cb42139e1ef7', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.09500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5fb68ca6-0c5f-4495-93b5-cb42139e1ef7'}
期望检测的返回值:
{
"deliverDistricts": {
"TYPE": "list"
},
"city": {
"TYPE": "str"
},
"deliverTime": {
"TYPE": "str"
},
"province": {
"TYPE": "str"
},
"serviceTel": {
"TYPE": "str"
},
"district": {
"TYPE": "str"
},
"storeName": {
"TYPE": "str"
},
"deliverType": {
"TYPE": "int"
},
"storeLogo": {
"TYPE": "str"
},
"longitude": {
"TYPE": "float"
},
"cell": {
"TYPE": "str"
},
"latitude": {
"TYPE": "float"
},
"storeQrcode": {
"TYPE": "str"
},
"supportNegstockSale": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"deliverFee": {
"TYPE": "str"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliverDistricts的返回值通过
检查key: city的返回值通过
检查key: deliverTime的返回值通过
检查key: province的返回值通过
检查key: serviceTel的返回值通过
检查key: district的返回值通过
检查key: storeName的返回值通过
检查key: deliverType的返回值通过
检查key: storeLogo的返回值通过
检查key: longitude的返回值通过
检查key: cell的返回值通过
检查key: latitude的返回值通过
检查key: storeQrcode的返回值通过
检查key: supportNegstockSale的返回值通过
检查key: msg的返回值通过
检查key: deliverFee的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_306_BOSS_网店设置--设置是否接单NEW--正常 |
pass
pt1.306:
测试用例开始时间: 2017-06-17 17:06:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:06:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"162ed42f-281a-4448-a8d2-3bda572c76ab","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'162ed42f-281a-4448-a8d2-3bda572c76ab'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'162ed42f-281a-4448-a8d2-3bda572c76ab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.97099995613
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'162ed42f-281a-4448-a8d2-3bda572c76ab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/store/netsale
The request method is :POST
The request parameter is:
{
"supportNetsale": true
}
接口请求头文件为:
{u'token': u'162ed42f-281a-4448-a8d2-3bda572c76ab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.726999998093
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'162ed42f-281a-4448-a8d2-3bda572c76ab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeName": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'162ed42f-281a-4448-a8d2-3bda572c76ab', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.97499990463
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'162ed42f-281a-4448-a8d2-3bda572c76ab'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"supportNetsale": {
"EQ": true,
"TYPE": "bool"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: supportNetsale的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_307_BOSS_网店设置--设置网店名称--异常 不带参数 |
pass
pt1.307:
测试用例开始时间: 2017-06-17 17:06:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:06:51", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2e80051c-00c0-4987-9d1d-6311cacd5164","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2e80051c-00c0-4987-9d1d-6311cacd5164'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'2e80051c-00c0-4987-9d1d-6311cacd5164', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.656000137329
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2e80051c-00c0-4987-9d1d-6311cacd5164'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storename
The request method is :POST
The request parameter is:
{}
接口请求头文件为:
{u'token': u'2e80051c-00c0-4987-9d1d-6311cacd5164', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.95199990273
接口请求返回值:
{
"msg": "网店名称不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2e80051c-00c0-4987-9d1d-6311cacd5164'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_308_BOSS_网店设置--设置网店名称--异常 带上storelogo参数 |
pass
pt1.308:
测试用例开始时间: 2017-06-17 17:07:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:07:01", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f8bfafbb-f45f-4817-b9d1-44a3e001f724","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.14600014687
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/file/upload
The request method is :POST
The request parameter is:
{
"fileName": "test1.jpg"
}
发送的文件为:
test1.jpg
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.825999975204
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d518d795084a407e88538ea9ac033338.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d518d795084a407e88538ea9ac033338.png', 'password': '123456', 'token_boss': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"RE": "http://[\\s\\S]+"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storename
The request method is :POST
The request parameter is:
{
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d518d795084a407e88538ea9ac033338.png",
"storeName": "Helloworld2"
}
接口请求头文件为:
{u'token': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.5039999485
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d518d795084a407e88538ea9ac033338.png', 'password': '123456', 'token_boss': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeName": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.719000101089
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "Helloworld2",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'logourl': u'http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d518d795084a407e88538ea9ac033338.png', 'password': '123456', 'token_boss': u'f8bfafbb-f45f-4817-b9d1-44a3e001f724'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str",
"NEQ": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d518d795084a407e88538ea9ac033338.png"
},
"storeName": {
"EQ": "Helloworld2",
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: storeName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_309_BOSS_网店设置--设置网店名称--正常 |
pass
pt1.309:
测试用例开始时间: 2017-06-17 17:07:15
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:07:09", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9","storeNo":"10","storeCategory":2,"storeName":"Helloworld2"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.769000053406
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "Helloworld2",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storename
The request method is :POST
The request parameter is:
{
"storeName": "HelloWorld"
}
接口请求头文件为:
{u'token': u'32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.63599991798
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeName": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.93700003624
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'32e1cabc-ef2e-4b51-a1b7-728a4ae2d7a9'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeName": {
"EQ": "HelloWorld",
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_310_BOSS_网店设置--设置网店服务电话--正常 |
pass
pt1.310:
测试用例开始时间: 2017-06-17 17:07:24
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:07:18", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"24954e48-673c-47ee-a621-6915da8353ca","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'24954e48-673c-47ee-a621-6915da8353ca'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'24954e48-673c-47ee-a621-6915da8353ca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.26699995995
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'24954e48-673c-47ee-a621-6915da8353ca'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/service/13432132144/
The request method is :PUT
null
接口请求头文件为:
{u'token': u'24954e48-673c-47ee-a621-6915da8353ca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.735999822617
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'24954e48-673c-47ee-a621-6915da8353ca'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeName": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'24954e48-673c-47ee-a621-6915da8353ca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.80999994278
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13432132144",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'24954e48-673c-47ee-a621-6915da8353ca'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"serviceTel": {
"EQ": "13432132144"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: serviceTel的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/service/13512341234/
The request method is :PUT
null
接口请求头文件为:
{u'token': u'24954e48-673c-47ee-a621-6915da8353ca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.92100000381
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'24954e48-673c-47ee-a621-6915da8353ca'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeName": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeName的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_311_BOSS_网店设置--设置送货方式 异常 输入为字符串 |
pass
pt1.311:
测试用例开始时间: 2017-06-17 17:07:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:07:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7cb576c2-d299-495e-b6d2-08a284ba96eb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7cb576c2-d299-495e-b6d2-08a284ba96eb'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'7cb576c2-d299-495e-b6d2-08a284ba96eb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.14899992943
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7cb576c2-d299-495e-b6d2-08a284ba96eb'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/delivertype/test
The request method is :GET
null
接口请求头文件为:
{u'token': u'7cb576c2-d299-495e-b6d2-08a284ba96eb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.723999977112
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7cb576c2-d299-495e-b6d2-08a284ba96eb'}
期望检测的返回值:
{
"eq": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_312_BOSS_网店设置--设置送货方式 正常 |
pass
pt1.312:
测试用例开始时间: 2017-06-17 17:07:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:07:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e7a144b2-7eb9-491f-8a44-3e630280e750","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e7a144b2-7eb9-491f-8a44-3e630280e750'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'e7a144b2-7eb9-491f-8a44-3e630280e750', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.07299995422
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e7a144b2-7eb9-491f-8a44-3e630280e750'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/delivertype/2
The request method is :GET
null
接口请求头文件为:
{u'token': u'e7a144b2-7eb9-491f-8a44-3e630280e750', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.957000017166
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e7a144b2-7eb9-491f-8a44-3e630280e750'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'e7a144b2-7eb9-491f-8a44-3e630280e750', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.34500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e7a144b2-7eb9-491f-8a44-3e630280e750'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"deliverType": {
"EQ": 2
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: deliverType的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_313_BOSS_网店设置--设置配送时间--正常 |
pass
pt1.313:
测试用例开始时间: 2017-06-17 17:07:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:07:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c60d8490-65cf-4968-8ede-3893db1b6970","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c60d8490-65cf-4968-8ede-3893db1b6970'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'c60d8490-65cf-4968-8ede-3893db1b6970', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.95299983025
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c60d8490-65cf-4968-8ede-3893db1b6970'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/deliver
The request method is :POST
The request parameter is:
{
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]"
}
接口请求头文件为:
{u'token': u'c60d8490-65cf-4968-8ede-3893db1b6970', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.741999864578
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c60d8490-65cf-4968-8ede-3893db1b6970'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'c60d8490-65cf-4968-8ede-3893db1b6970', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.897000074387
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c60d8490-65cf-4968-8ede-3893db1b6970'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"deliverTime": {
"EQ": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: deliverTime的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_314_BOSS_网店设置--设置配送时间--正常 不带deliveyTime参数 |
pass
pt1.314:
测试用例开始时间: 2017-06-17 17:07:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:07:53", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a247f4c1-5d50-4d82-a43e-dd6306da478e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a247f4c1-5d50-4d82-a43e-dd6306da478e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'a247f4c1-5d50-4d82-a43e-dd6306da478e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.849999904633
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a247f4c1-5d50-4d82-a43e-dd6306da478e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/deliver
The request method is :POST
The request parameter is:
{
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]"
}
接口请求头文件为:
{u'token': u'a247f4c1-5d50-4d82-a43e-dd6306da478e', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.97800016403
接口请求返回值:
{
"msg": "配送时间不能为空!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a247f4c1-5d50-4d82-a43e-dd6306da478e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_315_BOSS_网店设置--设置配送范围 正常 |
pass
pt1.315:
测试用例开始时间: 2017-06-17 17:08:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c6992be2-0f10-44ad-87a9-e4783e0d924b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c6992be2-0f10-44ad-87a9-e4783e0d924b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'c6992be2-0f10-44ad-87a9-e4783e0d924b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.673000097275
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.9,
"id": 5231,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 13:07:34"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 13:07:34",
"longitude": 113.11,
"id": 5230,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 13:07:34"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c6992be2-0f10-44ad-87a9-e4783e0d924b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/deliverscope
The request method is :POST
The request parameter is:
[
{
"province": "广东省",
"city": "深圳市",
"latitude": 22.5668,
"longitude": 113.9,
"cell": "洪福雅苑",
"isSelected": true,
"detailAddress": "宝安创业大道与翻身大道交汇处"
}
]
接口请求头文件为:
{u'token': u'c6992be2-0f10-44ad-87a9-e4783e0d924b', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.06799983978
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c6992be2-0f10-44ad-87a9-e4783e0d924b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'c6992be2-0f10-44ad-87a9-e4783e0d924b', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.712000131607
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:17",
"longitude": 113.9,
"id": 5232,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:17"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c6992be2-0f10-44ad-87a9-e4783e0d924b'}
期望检测的返回值:
{
"deliverDistricts": {
"TYPE": "list"
},
"data.deliverDistricts.0.longitude": {
"EQ": 113.9,
"TYPE": "float"
},
"data.deliverDistricts.0.latitude": {
"EQ": 22.5668,
"TYPE": "float"
},
"deliverTime": {
"TYPE": "str"
},
"province": {
"TYPE": "str"
},
"serviceTel": {
"TYPE": "str"
},
"district": {
"TYPE": "str"
},
"data.deliverDistricts.0.city": {
"EQ": "深圳市",
"TYPE": "str"
},
"deliverType": {
"TYPE": "int"
},
"storeLogo": {
"TYPE": "str"
},
"storeName": {
"TYPE": "str"
},
"storeQrcode": {
"TYPE": "str"
},
"supportNegstockSale": {
"TYPE": "bool"
},
"data.deliverDistricts.0.cell": {
"EQ": "洪福雅苑",
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"deliverFee": {
"TYPE": "str"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliverDistricts的返回值通过
检查key: data.deliverDistricts.0.longitude的返回值通过
检查key: data.deliverDistricts.0.latitude的返回值通过
检查key: deliverTime的返回值通过
检查key: province的返回值通过
检查key: serviceTel的返回值通过
检查key: district的返回值通过
检查key: data.deliverDistricts.0.city的返回值通过
检查key: deliverType的返回值通过
检查key: storeLogo的返回值通过
检查key: storeName的返回值通过
检查key: storeQrcode的返回值通过
检查key: supportNegstockSale的返回值通过
检查key: data.deliverDistricts.0.cell的返回值通过
检查key: msg的返回值通过
检查key: deliverFee的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_316_BOSS_网店设置--设置配送范围 正常 多个地址 |
pass
pt1.316:
测试用例开始时间: 2017-06-17 17:08:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0e738832-2fad-4c58-b9d8-e493b74da878","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e738832-2fad-4c58-b9d8-e493b74da878'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'0e738832-2fad-4c58-b9d8-e493b74da878', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.76300001144
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:17",
"longitude": 113.9,
"id": 5232,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:17"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e738832-2fad-4c58-b9d8-e493b74da878'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/deliverscope
The request method is :POST
The request parameter is:
[
{
"province": "广东省",
"city": "深圳市",
"latitude": 22.5668,
"longitude": 113.9,
"cell": "洪福雅苑",
"isSelected": true,
"detailAddress": "宝安创业大道与翻身大道交汇处"
},
{
"province": "广东省",
"city": "深圳市",
"latitude": 22.5645,
"longitude": 113.11,
"cell": "洪福雅苑2",
"isSelected": false,
"detailAddress": "宝安创业大道与翻身大道交汇处"
}
]
接口请求头文件为:
{u'token': u'0e738832-2fad-4c58-b9d8-e493b74da878', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.730999946594
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e738832-2fad-4c58-b9d8-e493b74da878'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'0e738832-2fad-4c58-b9d8-e493b74da878', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.15799999237
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.11,
"id": 5234,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 17:08:26"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.9,
"id": 5233,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:26"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0e738832-2fad-4c58-b9d8-e493b74da878'}
期望检测的返回值:
{
"deliverDistricts": {
"LL": 2,
"TYPE": "list"
},
"province": {
"TYPE": "str"
},
"deliverTime": {
"TYPE": "str"
},
"serviceTel": {
"TYPE": "str"
},
"district": {
"TYPE": "str"
},
"storeName": {
"TYPE": "str"
},
"deliverType": {
"TYPE": "int"
},
"storeLogo": {
"TYPE": "str"
},
"storeQrcode": {
"TYPE": "str"
},
"supportNegstockSale": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"deliverFee": {
"TYPE": "str"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliverDistricts的返回值通过
检查key: province的返回值通过
检查key: deliverTime的返回值通过
检查key: serviceTel的返回值通过
检查key: district的返回值通过
检查key: storeName的返回值通过
检查key: deliverType的返回值通过
检查key: storeLogo的返回值通过
检查key: storeQrcode的返回值通过
检查key: supportNegstockSale的返回值通过
检查key: msg的返回值通过
检查key: deliverFee的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_317_BOSS_网店设置--设置配送费--异常 输入为字符串 |
pass
pt1.317:
测试用例开始时间: 2017-06-17 17:08:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:20", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b086b528-66da-4fa0-8ab7-5d0f3799fd4c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b086b528-66da-4fa0-8ab7-5d0f3799fd4c'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'b086b528-66da-4fa0-8ab7-5d0f3799fd4c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.809000015259
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.9,
"id": 5233,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:26"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.11,
"id": 5234,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 17:08:26"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b086b528-66da-4fa0-8ab7-5d0f3799fd4c'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/deliverfee/test
The request method is :PUT
null
接口请求头文件为:
{u'token': u'b086b528-66da-4fa0-8ab7-5d0f3799fd4c', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.68299984932
接口请求返回值:
{
"msg": "快递费格式错误",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b086b528-66da-4fa0-8ab7-5d0f3799fd4c'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_318_BOSS_网店设置--设置配送费--正常 |
pass
pt1.318:
测试用例开始时间: 2017-06-17 17:08:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:29", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8146eb32-1278-4b82-98fa-87cb83d945db","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8146eb32-1278-4b82-98fa-87cb83d945db'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'8146eb32-1278-4b82-98fa-87cb83d945db', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.82500004768
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.9,
"id": 5233,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:26"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.11,
"id": 5234,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 17:08:26"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8146eb32-1278-4b82-98fa-87cb83d945db'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/deliverfee/3
The request method is :PUT
null
接口请求头文件为:
{u'token': u'8146eb32-1278-4b82-98fa-87cb83d945db', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.927999973297
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8146eb32-1278-4b82-98fa-87cb83d945db'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_319_BOSS_网店设置--设置门店地址及联系人电话--正常 |
pass
pt1.319:
测试用例开始时间: 2017-06-17 17:08:41
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"57777abe-b72f-44c7-a4f7-b4ec7a8f3b40","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'57777abe-b72f-44c7-a4f7-b4ec7a8f3b40'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'57777abe-b72f-44c7-a4f7-b4ec7a8f3b40', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.88800001144
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.11,
"id": 5234,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 17:08:26"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.9,
"id": 5233,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:26"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'57777abe-b72f-44c7-a4f7-b4ec7a8f3b40'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"storeLogo": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: storeLogo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"posNum": 2,
"province": "广东省",
"storeCategoryId": 10,
"contactSex": 1,
"storeCategoryName": "美妆",
"telephone": "13692159330",
"longitude": 113.8997192382812,
"cell": "翻身(地铁站)",
"contactTel": "13692159330",
"picUrl": "",
"contactName": "李兰珍",
"address": "广东省深圳市翻身(地铁站)503",
"latitude": 22.56600952148438,
"storekeeperName": "李兰珍",
"houseNumber": "503",
"city": "深圳市",
"storeNo": 10
}
接口请求头文件为:
{u'token': u'57777abe-b72f-44c7-a4f7-b4ec7a8f3b40', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.09499979019
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'57777abe-b72f-44c7-a4f7-b4ec7a8f3b40'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :GET
null
接口请求头文件为:
{u'token': u'57777abe-b72f-44c7-a4f7-b4ec7a8f3b40', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.555000066757
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "李兰珍",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "翻身(地铁站)",
"latitude": 22.56600952148438,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.9,
"id": 5233,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:26"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.11,
"id": 5234,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 17:08:26"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13692159330",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区翻身(地铁站)503",
"houseNumber": "503",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.8997192382812,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 1
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'57777abe-b72f-44c7-a4f7-b4ec7a8f3b40'}
期望检测的返回值:
{
"deliverDistricts": {
"TYPE": "list"
},
"city": {
"TYPE": "str"
},
"deliverTime": {
"TYPE": "str"
},
"province": {
"TYPE": "str"
},
"serviceTel": {
"TYPE": "str"
},
"district": {
"TYPE": "str"
},
"storeName": {
"TYPE": "str"
},
"deliverType": {
"TYPE": "int"
},
"storeLogo": {
"TYPE": "str"
},
"longitude": {
"TYPE": "float"
},
"cell": {
"TYPE": "str"
},
"latitude": {
"TYPE": "float"
},
"storeQrcode": {
"TYPE": "str"
},
"supportNegstockSale": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"deliverFee": {
"TYPE": "str"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliverDistricts的返回值通过
检查key: city的返回值通过
检查key: deliverTime的返回值通过
检查key: province的返回值通过
检查key: serviceTel的返回值通过
检查key: district的返回值通过
检查key: storeName的返回值通过
检查key: deliverType的返回值通过
检查key: storeLogo的返回值通过
检查key: longitude的返回值通过
检查key: cell的返回值通过
检查key: latitude的返回值通过
检查key: storeQrcode的返回值通过
检查key: supportNegstockSale的返回值通过
检查key: msg的返回值通过
检查key: deliverFee的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_320_BOSS_进货 NEW-热门搜索--正常 |
pass
pt1.320:
测试用例开始时间: 2017-06-17 17:08:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f5c6319b-1a17-46b2-b917-5e21e1981613","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f5c6319b-1a17-46b2-b917-5e21e1981613'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/search/popularsearch
The request method is :get
null
接口请求头文件为:
{u'token': u'f5c6319b-1a17-46b2-b917-5e21e1981613', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.946000099182
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-15 17:24:45",
"keyword": "水",
"id": 3,
"version": 212,
"searchTimes": 212,
"createTime": "2017-04-25 19:06:24"
},
{
"updateTime": "2017-06-15 17:24:47",
"keyword": "科学家",
"id": 1,
"version": 39,
"searchTimes": 39,
"createTime": "2017-04-22 21:40:48"
},
{
"updateTime": "2017-06-15 19:12:12",
"keyword": "超便宜",
"id": 4,
"version": 36,
"searchTimes": 36,
"createTime": "2017-04-26 19:04:07"
},
{
"updateTime": "2017-06-07 11:27:48",
"keyword": "玉溪",
"id": 11,
"version": 24,
"searchTimes": 24,
"createTime": "2017-05-04 17:22:26"
},
{
"updateTime": "2017-06-17 13:10:34",
"keyword": "12345",
"id": 27,
"version": 23,
"searchTimes": 23,
"createTime": "2017-05-23 18:28:13"
},
{
"updateTime": "2017-06-09 11:17:29",
"keyword": "百盛餐饮",
"id": 14,
"version": 18,
"searchTimes": 18,
"createTime": "2017-05-08 15:51:26"
},
{
"updateTime": "2017-05-22 15:03:22",
"keyword": "海",
"id": 22,
"version": 14,
"searchTimes": 14,
"createTime": "2017-05-15 14:39:49"
},
{
"updateTime": "2017-06-15 17:36:57",
"keyword": "高纤燕麦片",
"id": 18,
"version": 14,
"searchTimes": 14,
"createTime": "2017-05-10 17:59:08"
},
{
"updateTime": "2017-06-15 17:37:00",
"keyword": "高",
"id": 23,
"version": 13,
"searchTimes": 13,
"createTime": "2017-05-15 14:54:54"
},
{
"updateTime": "2017-06-05 14:39:07",
"keyword": "利口乐",
"id": 15,
"version": 12,
"searchTimes": 12,
"createTime": "2017-05-08 16:20:16"
},
{
"updateTime": "2017-06-15 17:36:55",
"keyword": "百胜",
"id": 9,
"version": 10,
"searchTimes": 10,
"createTime": "2017-05-04 16:54:28"
},
{
"updateTime": "2017-06-13 10:54:43",
"keyword": "BOSS非餐饮",
"id": 8,
"version": 9,
"searchTimes": 9,
"createTime": "2017-05-03 20:14:20"
},
{
"updateTime": "2017-06-07 11:23:57",
"keyword": "问题",
"id": 12,
"version": 9,
"searchTimes": 9,
"createTime": "2017-05-06 10:11:41"
},
{
"updateTime": "2017-05-22 15:02:50",
"keyword": "领先管理",
"id": 13,
"version": 8,
"searchTimes": 8,
"createTime": "2017-05-06 10:25:00"
},
{
"updateTime": "2017-06-13 19:32:41",
"keyword": "冰峰汽水",
"id": 32,
"version": 7,
"searchTimes": 7,
"createTime": "2017-05-27 18:35:32"
},
{
"updateTime": "2017-06-01 14:08:09",
"keyword": "领先管理\n",
"id": 17,
"version": 6,
"searchTimes": 6,
"createTime": "2017-05-10 17:57:48"
},
{
"updateTime": "2017-05-15 10:13:31",
"keyword": "上路拉头",
"id": 5,
"version": 5,
"searchTimes": 5,
"createTime": "2017-04-26 19:55:17"
},
{
"updateTime": "2017-06-05 14:38:38",
"keyword": "boss",
"id": 7,
"version": 4,
"searchTimes": 4,
"createTime": "2017-05-03 20:13:54"
},
{
"updateTime": "2017-05-08 16:19:53",
"keyword": "百",
"id": 10,
"version": 4,
"searchTimes": 4,
"createTime": "2017-05-04 16:54:41"
},
{
"updateTime": "2017-05-15 10:17:16",
"keyword": "28",
"id": 2,
"version": 4,
"searchTimes": 4,
"createTime": "2017-04-25 10:34:34"
},
{
"updateTime": "2017-06-07 11:33:43",
"keyword": "百盛餐饮\n",
"id": 19,
"version": 4,
"searchTimes": 4,
"createTime": "2017-05-12 11:37:08"
},
{
"updateTime": "2017-05-08 15:58:30",
"keyword": "才刚刚好",
"id": 6,
"version": 4,
"searchTimes": 4,
"createTime": "2017-04-26 19:56:46"
},
{
"updateTime": "2017-06-15 15:01:11",
"keyword": "6931453512342",
"id": 37,
"version": 3,
"searchTimes": 3,
"createTime": "2017-06-09 15:59:27"
},
{
"updateTime": "2017-06-10 18:30:20",
"keyword": "4号供应商",
"id": 41,
"version": 3,
"searchTimes": 3,
"createTime": "2017-06-10 18:30:02"
},
{
"updateTime": "2017-06-01 14:12:37",
"keyword": "啦",
"id": 16,
"version": 3,
"searchTimes": 3,
"createTime": "2017-05-08 20:30:51"
},
{
"updateTime": "2017-05-15 15:33:52",
"keyword": "片",
"id": 21,
"version": 2,
"searchTimes": 2,
"createTime": "2017-05-15 14:39:30"
},
{
"updateTime": "2017-06-07 11:33:16",
"keyword": "书",
"id": 31,
"version": 2,
"searchTimes": 2,
"createTime": "2017-05-27 18:34:02"
},
{
"updateTime": "2017-06-14 17:48:36",
"keyword": "6928302512349",
"id": 49,
"version": 1,
"searchTimes": 1,
"createTime": "2017-06-14 17:48:36"
},
{
"updateTime": "2017-06-14 13:53:54",
"keyword": "6925776512349",
"id": 48,
"version": 1,
"searchTimes": 1,
"createTime": "2017-06-14 13:53:54"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f5c6319b-1a17-46b2-b917-5e21e1981613'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_321_BOSS_进货NEW--会员与积分详情--获取供应商会员与积分详情--正常(新增供应商) |
pass
pt1.321:
测试用例开始时间: 2017-06-17 17:08:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 1,
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "姚海林"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.83099985123
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2360,
"city": "深圳市",
"apply_time": "2017-06-17 17:09:00",
"district": "宝安区",
"house_number": "504",
"storekeeper": "姚海林",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "452722197507190776",
"apply_time_display": "1秒",
"store_category": 1,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "N/A"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2360, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"df5532fe-046a-4abc-a6cf-eea12dbfe2cb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2360, 'password': '123456', 'token_boss': u'df5532fe-046a-4abc-a6cf-eea12dbfe2cb'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/supplier/member/detail/
The request method is :GET
The request parameter is:
{
"supplierId": 2360
}
接口请求头文件为:
{u'token': u'df5532fe-046a-4abc-a6cf-eea12dbfe2cb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.976000070572
接口请求返回值:
{
"msg": "该数据不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2360, 'password': '123456', 'token_boss': u'df5532fe-046a-4abc-a6cf-eea12dbfe2cb'}
期望检测的返回值:
{
"msg": {
"EQ": "该数据不存在!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_322_BOSS_进货NEW--会员与积分详情--获取积分成长值记录明细列表--正常(新增供应商) |
pass
pt1.322:
测试用例开始时间: 2017-06-17 17:09:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:08:58", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 1,
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "姚海林"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.57699990273
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2361,
"city": "深圳市",
"apply_time": "2017-06-17 17:09:09",
"district": "宝安区",
"house_number": "504",
"storekeeper": "姚海林",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "452722197507190776",
"apply_time_display": "",
"store_category": 1,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "N/A"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'new_store_id': 2361, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f7ae384d-0974-4447-876c-dd520046ec7e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2361, 'password': '123456', 'token_boss': u'f7ae384d-0974-4447-876c-dd520046ec7e'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/purchase/points/record/list/
The request method is :GET
The request parameter is:
{
"supplierId": 2361,
"recordType": 0
}
接口请求头文件为:
{u'token': u'f7ae384d-0974-4447-876c-dd520046ec7e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.08400011063
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2361, 'password': '123456', 'token_boss': u'f7ae384d-0974-4447-876c-dd520046ec7e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/purchase/points/record/list/
The request method is :GET
The request parameter is:
{
"supplierId": 2361,
"recordType": 1
}
接口请求头文件为:
{u'token': u'f7ae384d-0974-4447-876c-dd520046ec7e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.736999988556
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2361, 'password': '123456', 'token_boss': u'f7ae384d-0974-4447-876c-dd520046ec7e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_323_BOSS_进货NEW--进货订单管理--取消订单--正常 |
pass
pt1.323:
测试用例开始时间: 2017-06-17 17:09:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:09:06", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12719",
"many": true,
"industry": 2,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test958",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2362, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:09:23", "district": "\u5b9d\u5b89\u533a", "house_number": "12719", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test958", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12719", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9910\u996e", "industry": 2, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2362
供应商登录
2362
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:09:26", "user_id": null, "local_token": "fe16db428024279c0dded7f75209b28b89eb4d4c", "employeerole": 5, "token": "e87702a1-95cd-4902-9881-ce3c259ba90a", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2274, "store": 2362}, "statusCode": 0}
获取token:fe16db428024279c0dded7f75209b28b89eb4d4c
token:fe16db428024279c0dded7f75209b28b89eb4d4c
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111149593', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:07:41', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 391540, u'unit': 23, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9787538712346', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672c', u'stime': u'2017-05-26 16:07:41', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u5973\u4eba\u7684\u8d22\u5bcc', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9787538712346
开始添加商品
{'status': 0, 'barcode': u'9787538712346', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19199, "unit": "\u672c", "stock": "100"}], "category": 557, "user_id": "2362", "desc_url": null, "shortcut": null, "id": 19005, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9787538712346", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19005, u'category': 557, u'user_id': u'2362', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19199, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u672c', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9787538712346', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u5973\u4eba\u7684\u8d22\u5bcc', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19005,规格ID:19199,供应商ID2362,编码barcode9787538712346
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.949000120163
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9787538712346', 'token_supplier': u'token:fe16db428024279c0dded7f75209b28b89eb4d4c', 'token_boss': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', 'specId1': 19199, 'pid1': 19005, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2362, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19199,
"commodityNumber": 10
}
],
"supplierId": 2362
}
接口请求头文件为:
{u'token': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.43099999428
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test958",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2362",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19199,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9787538712346",
"grossProfit": "0.00",
"productName": "女人的财富",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19005,
"categoryId": 557,
"unit": "本",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9787538712346', 'token_supplier': u'token:fe16db428024279c0dded7f75209b28b89eb4d4c', 'token_boss': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', 'specId1': 19199, 'pid1': 19005, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2362, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test958', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2362', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19199, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787538712346', u'grossProfit': u'0.00', u'productName': u'\u5973\u4eba\u7684\u8d22\u5bcc', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19005, u'categoryId': 557, u'unit': u'\u672c', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2362"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19199
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19005
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "9787538712346"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'barcode': '9787538712346', 'token_supplier': u'token:fe16db428024279c0dded7f75209b28b89eb4d4c', 'token_boss': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', 'specId1': 19199, 'pid1': 19005, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2362, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test958', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2362', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19199, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787538712346', u'grossProfit': u'0.00', u'productName': u'\u5973\u4eba\u7684\u8d22\u5bcc', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19005, u'categoryId': 557, u'unit': u'\u672c', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test958",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2362",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19199,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9787538712346",
"grossProfit": "0.00",
"productName": "女人的财富",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19005,
"categoryId": 557,
"unit": "本",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10193}
{'orderId': 10193, 'tel': '13812345678', 'store_id': 10, 'barcode': '9787538712346', 'token_supplier': u'token:fe16db428024279c0dded7f75209b28b89eb4d4c', 'token_boss': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', 'specId1': 19199, 'pid1': 19005, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2362, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test958', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2362', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19199, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787538712346', u'grossProfit': u'0.00', u'productName': u'\u5973\u4eba\u7684\u8d22\u5bcc', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19005, u'categoryId': 557, u'unit': u'\u672c', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/store/order/cancel/10193
The request method is :get
null
接口请求头文件为:
{u'token': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.52699995041
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10193, 'tel': '13812345678', 'store_id': 10, 'barcode': '9787538712346', 'token_supplier': u'token:fe16db428024279c0dded7f75209b28b89eb4d4c', 'token_boss': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', 'specId1': 19199, 'pid1': 19005, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2362, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test958', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2362', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19199, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787538712346', u'grossProfit': u'0.00', u'productName': u'\u5973\u4eba\u7684\u8d22\u5bcc', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19005, u'categoryId': 557, u'unit': u'\u672c', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'select order_status from pos_order WHERE id = 10193'}
{'orderId': 10193, 'tel': '13812345678', 'store_id': 10, 'barcode': '9787538712346', 'token_supplier': u'token:fe16db428024279c0dded7f75209b28b89eb4d4c', 'token_boss': u'c82ce8d4-ce6f-4a79-9a6a-83ac4c622eb7', 'specId1': 19199, 'pid1': 19005, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2362, u'order_status': 5, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test958', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2362', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19199, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787538712346', u'grossProfit': u'0.00', u'productName': u'\u5973\u4eba\u7684\u8d22\u5bcc', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19005, u'categoryId': 557, u'unit': u'\u672c', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
SQL :执行SQL成功,返回值检查成功。
----------------------------------------------------------------------------------------------------
|
||||
test_324_BOSS_进货NEW--进货首页--供应商列表--正常 |
pass
pt1.324:
测试用例开始时间: 2017-06-17 17:09:37
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:09:25", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"55438195-3f53-4aca-abcb-5fed960b970b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'55438195-3f53-4aca-abcb-5fed960b970b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12072",
"many": true,
"industry": 2,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test527",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2363, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:09:45", "district": "\u5b9d\u5b89\u533a", "house_number": "12072", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test527", "idcard_no": "330224196702265835", "apply_time_display": "1\u79d2", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12072", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9910\u996e", "industry": 2, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2363
供应商登录
2363
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:09:47", "user_id": null, "local_token": "e20c5a9a1fc7275cfc774c701b845509c58cc237", "employeerole": 5, "token": "65085596-ec11-43a4-8a33-dfd38d943490", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2275, "store": 2363}, "statusCode": 0}
获取token:e20c5a9a1fc7275cfc774c701b845509c58cc237
token:e20c5a9a1fc7275cfc774c701b845509c58cc237
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111149919', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:08:08', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 394803, u'unit': 23, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'1PCS', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9787801123466', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672c', u'stime': u'2017-05-26 16:08:08', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9787801123466
开始添加商品
{'status': 0, 'barcode': u'9787801123466', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19200, "unit": "\u672c", "stock": "100"}], "category": 557, "user_id": "2363", "desc_url": null, "shortcut": null, "id": 19006, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9787801123466", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19006, u'category': 557, u'user_id': u'2363', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19200, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u672c', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9787801123466', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19006,规格ID:19200,供应商ID2363,编码barcode9787801123466
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'55438195-3f53-4aca-abcb-5fed960b970b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.950000047684
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9787801123466', 'token_supplier': u'token:e20c5a9a1fc7275cfc774c701b845509c58cc237', 'token_boss': u'55438195-3f53-4aca-abcb-5fed960b970b', 'specId1': 19200, 'pid1': 19006, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2363, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/supplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'55438195-3f53-4aca-abcb-5fed960b970b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.13599991798
接口请求返回值:
{
"msg": "成功",
"data": [
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 2119,
"lastOrderTime": "",
"storeName": "Test820",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "通用筹码与海尔策略",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1839,
"lastOrderTime": "",
"storeName": "Test278",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "口杯",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1979,
"lastOrderTime": "",
"storeName": "Test183",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g婴儿配方奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 2363,
"lastOrderTime": "",
"storeName": "Test527",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1909,
"lastOrderTime": "",
"storeName": "Test364",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g天然纯牛奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1768,
"lastOrderTime": "",
"storeName": "Test251967",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "护理佳透气丝薄5片日",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1256,
"lastOrderTime": "",
"storeName": "Test032",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "1200ml雪丽湾沐浴露(珍珠美白)",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 2256,
"lastOrderTime": "",
"storeName": "Test934",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g幼儿配方奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1620,
"lastOrderTime": "",
"storeName": "Test836",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "酸泡菜",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1323,
"lastOrderTime": "",
"storeName": "Test763",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "100g桂林米粉(牛腩)",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 2191,
"lastOrderTime": "",
"storeName": "Test947",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "面包",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 134,
"lastOrderTime": "",
"storeName": "Test835",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13412345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1541,
"lastOrderTime": "",
"storeName": "Test856",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "乐亿堂核桃花生牛奶1000ml",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1153,
"lastOrderTime": "",
"storeName": "Test14587390",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 2049,
"lastOrderTime": "",
"storeName": "Test609",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "卷纸筒",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 133,
"lastOrderTime": "",
"storeName": "Test892",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "七喜汽水柠檬味600ml",
"contactTel": "13412345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "流质饮料,酒类,方便食品,奶制品,冲调茗茶,糖巧克力"
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 20,
"lastOrderTime": "",
"storeName": "Test603",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "雀巢1+2奶香咖啡15G*7",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 21,
"lastOrderTime": "",
"storeName": "Test472",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 165,
"lastOrderTime": "",
"storeName": "Test291",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1445,
"lastOrderTime": "",
"storeName": "Test497",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "TH-2330 30公分印花盆",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 287,
"lastOrderTime": "",
"storeName": "Test583",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "盼盼墨西哥鸡卷105g",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 28,
"lastOrderTime": "",
"storeName": "Test590",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "深晖清凉茶250ML",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "流质饮料"
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 22,
"lastOrderTime": "",
"storeName": "15000Supplier",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c8c584e1bc164a84b951a270e9877d02.png",
"distance": "NaN",
"hotSale": "维拉斯奶香巧克力",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 23,
"lastOrderTime": "",
"storeName": "Test891",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/7ac94a5cd0c94f24935e020bf0298e53.png",
"distance": "NaN",
"hotSale": "纯木植护亲肤抽纸",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 24,
"lastOrderTime": "",
"storeName": "Test045",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 25,
"lastOrderTime": "",
"storeName": "Supplier No1",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/79b760ca52a54d2ebcd38370ff3977f6.png",
"distance": "NaN",
"hotSale": "利口乐香草润喉糖柠檬味100G",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "糖巧克力,冲调茗茶,未分类"
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1689,
"lastOrderTime": "",
"storeName": "Test917",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "佳佳123",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 26,
"lastOrderTime": "",
"storeName": "Test198",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 27,
"lastOrderTime": "",
"storeName": "Test327",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1726,
"lastOrderTime": "",
"storeName": "我的",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b76ff9e68c2048f58c9562504d9641ef.png",
"distance": 2.734518149260882,
"hotSale": "",
"contactTel": "18820780673",
"havePerchased": false,
"contactName": "王丹",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1729,
"lastOrderTime": "",
"storeName": "这种",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/e1b2e0fede1c48cc86fcad9ec6aac24a.png",
"distance": 2.734518149260882,
"hotSale": "",
"contactTel": "18566752965",
"havePerchased": false,
"contactName": "才",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690594000,
"supplierId": 1732,
"lastOrderTime": "",
"storeName": "王丹",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/21c965e2bbfd4d7690bc63b0fd53e85a.png",
"distance": 2.734518149260881,
"hotSale": "",
"contactTel": "18820780673",
"havePerchased": false,
"contactName": "王丹",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9787801123466', 'token_supplier': u'token:e20c5a9a1fc7275cfc774c701b845509c58cc237', 'token_boss': u'55438195-3f53-4aca-abcb-5fed960b970b', 'specId1': 19200, 'pid1': 19006, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2363, 'password': '123456'}
期望检测的返回值:
{
"platformStore": {
"type": "bool"
},
"categoryName": {
"type": "str"
},
"storeName": {
"type": "str"
},
"storeLogo": {
"type": "str"
},
"hotSale": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"havePerchased": {
"type": "bool"
},
"contactName": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"supportNetsale": {
"type": "bool"
},
"supplierId": {
"type": "int"
}
}
检查key: platformStore的返回值通过
检查key: categoryName的返回值通过
检查key: storeName的返回值通过
检查key: storeLogo的返回值通过
检查key: hotSale的返回值通过
检查key: contactTel的返回值通过
检查key: havePerchased的返回值通过
检查key: contactName的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: supportNetsale的返回值通过
检查key: supplierId的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_325_BOSS_进货NEW--进货首页--供应商列表--正常 无数据 |
pass
pt1.325:
测试用例开始时间: 2017-06-17 17:09:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:09:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d41d30fd-2d02-4b38-902b-715db930faf7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd41d30fd-2d02-4b38-902b-715db930faf7'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/supplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'd41d30fd-2d02-4b38-902b-715db930faf7', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.53699994087
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd41d30fd-2d02-4b38-902b-715db930faf7'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_326_BOSS_进货NEW--进货首页--供应商列表--正常(新增供应商) |
pass
pt1.326:
测试用例开始时间: 2017-06-17 17:10:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:10:00", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"2cdf8ac7-f00b-4347-850f-6ee1e956348b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'2cdf8ac7-f00b-4347-850f-6ee1e956348b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12570",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test691",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2364, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:10:13", "district": "\u5b9d\u5b89\u533a", "house_number": "12570", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test691", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12570", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2364
供应商登录
2364
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:10:15", "user_id": null, "local_token": "7a242f3f9b410957408c571229d10fe42fe5d02c", "employeerole": 5, "token": "7f25e729-597a-4515-8a3a-212eee4293ca", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2276, "store": 2364}, "statusCode": 0}
获取token:7a242f3f9b410957408c571229d10fe42fe5d02c
token:7a242f3f9b410957408c571229d10fe42fe5d02c
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111145049', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:01:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 346231, u'unit': 12, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'400g', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6931234918028', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u888b', u'stime': u'2017-05-26 16:01:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6931234918028
开始添加商品
{'status': 0, 'barcode': u'6931234918028', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19201, "unit": "\u888b", "stock": "100"}], "category": 557, "user_id": "2364", "desc_url": null, "shortcut": null, "id": 19007, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6931234918028", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19007, u'category': 557, u'user_id': u'2364', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19201, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u888b', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6931234918028', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19007,规格ID:19201,供应商ID2364,编码barcode6931234918028
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'2cdf8ac7-f00b-4347-850f-6ee1e956348b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.2610001564
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6931234918028', 'token_supplier': u'token:7a242f3f9b410957408c571229d10fe42fe5d02c', 'token_boss': u'2cdf8ac7-f00b-4347-850f-6ee1e956348b', 'specId1': 19201, 'pid1': 19007, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2364, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/supplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'2cdf8ac7-f00b-4347-850f-6ee1e956348b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.96700000763
接口请求返回值:
{
"msg": "成功",
"data": [
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 2119,
"lastOrderTime": "",
"storeName": "Test820",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "通用筹码与海尔策略",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1839,
"lastOrderTime": "",
"storeName": "Test278",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "口杯",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1979,
"lastOrderTime": "",
"storeName": "Test183",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g婴儿配方奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 2364,
"lastOrderTime": "",
"storeName": "Test691",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1909,
"lastOrderTime": "",
"storeName": "Test364",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g天然纯牛奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1768,
"lastOrderTime": "",
"storeName": "Test251967",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "护理佳透气丝薄5片日",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1256,
"lastOrderTime": "",
"storeName": "Test032",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "1200ml雪丽湾沐浴露(珍珠美白)",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 2256,
"lastOrderTime": "",
"storeName": "Test934",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g幼儿配方奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1620,
"lastOrderTime": "",
"storeName": "Test836",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "酸泡菜",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1323,
"lastOrderTime": "",
"storeName": "Test763",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "100g桂林米粉(牛腩)",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 2191,
"lastOrderTime": "",
"storeName": "Test947",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "面包",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 134,
"lastOrderTime": "",
"storeName": "Test835",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13412345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1541,
"lastOrderTime": "",
"storeName": "Test856",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "乐亿堂核桃花生牛奶1000ml",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1153,
"lastOrderTime": "",
"storeName": "Test14587390",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 2049,
"lastOrderTime": "",
"storeName": "Test609",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "卷纸筒",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 133,
"lastOrderTime": "",
"storeName": "Test892",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "七喜汽水柠檬味600ml",
"contactTel": "13412345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "流质饮料,酒类,方便食品,奶制品,冲调茗茶,糖巧克力"
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 20,
"lastOrderTime": "",
"storeName": "Test603",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "雀巢1+2奶香咖啡15G*7",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 21,
"lastOrderTime": "",
"storeName": "Test472",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 165,
"lastOrderTime": "",
"storeName": "Test291",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1445,
"lastOrderTime": "",
"storeName": "Test497",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "TH-2330 30公分印花盆",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 287,
"lastOrderTime": "",
"storeName": "Test583",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "盼盼墨西哥鸡卷105g",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 28,
"lastOrderTime": "",
"storeName": "Test590",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "深晖清凉茶250ML",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "流质饮料"
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 22,
"lastOrderTime": "",
"storeName": "15000Supplier",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c8c584e1bc164a84b951a270e9877d02.png",
"distance": "NaN",
"hotSale": "维拉斯奶香巧克力",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 23,
"lastOrderTime": "",
"storeName": "Test891",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/7ac94a5cd0c94f24935e020bf0298e53.png",
"distance": "NaN",
"hotSale": "纯木植护亲肤抽纸",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 24,
"lastOrderTime": "",
"storeName": "Test045",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 25,
"lastOrderTime": "",
"storeName": "Supplier No1",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/79b760ca52a54d2ebcd38370ff3977f6.png",
"distance": "NaN",
"hotSale": "利口乐香草润喉糖柠檬味100G",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "糖巧克力,冲调茗茶,未分类"
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1689,
"lastOrderTime": "",
"storeName": "Test917",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "佳佳123",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 26,
"lastOrderTime": "",
"storeName": "Test198",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 27,
"lastOrderTime": "",
"storeName": "Test327",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1726,
"lastOrderTime": "",
"storeName": "我的",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b76ff9e68c2048f58c9562504d9641ef.png",
"distance": 2.734518149260882,
"hotSale": "",
"contactTel": "18820780673",
"havePerchased": false,
"contactName": "王丹",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1729,
"lastOrderTime": "",
"storeName": "这种",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/e1b2e0fede1c48cc86fcad9ec6aac24a.png",
"distance": 2.734518149260882,
"hotSale": "",
"contactTel": "18566752965",
"havePerchased": false,
"contactName": "才",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690624000,
"supplierId": 1732,
"lastOrderTime": "",
"storeName": "王丹",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/21c965e2bbfd4d7690bc63b0fd53e85a.png",
"distance": 2.734518149260881,
"hotSale": "",
"contactTel": "18820780673",
"havePerchased": false,
"contactName": "王丹",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6931234918028', 'token_supplier': u'token:7a242f3f9b410957408c571229d10fe42fe5d02c', 'token_boss': u'2cdf8ac7-f00b-4347-850f-6ee1e956348b', 'specId1': 19201, 'pid1': 19007, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2364, 'password': '123456'}
期望检测的返回值:
{
"platformStore": {
"type": "bool"
},
"categoryName": {
"type": "str"
},
"supplierId": {
"type": "int"
},
"lastOrderTime": {
"type": "str"
},
"storeName": {
"type": "str"
},
"totalOrderAmount": {
"type": "str"
},
"storeLogo": {
"type": "str"
},
"orderTimes": {
"type": "int"
},
"hotSale": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"contactName": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "list"
},
"supportNetsale": {
"type": "bool"
},
"statusCode": {
"EQ": 0
}
}
检查key: platformStore的返回值通过
检查key: categoryName的返回值通过
检查key: supplierId的返回值通过
检查key: lastOrderTime的返回值通过
检查key: storeName的返回值通过
检查key: totalOrderAmount的返回值通过
检查key: storeLogo的返回值通过
检查key: orderTimes的返回值通过
检查key: hotSale的返回值通过
检查key: contactTel的返回值通过
检查key: contactName的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: supportNetsale的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_327_BOSS_进货NEW--进货首页--同步购物车--正常 |
pass
pt1.327:
测试用例开始时间: 2017-06-17 17:10:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:10:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"fdc241a1-f8b5-4de7-9891-fd7e1dbf1aed","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'fdc241a1-f8b5-4de7-9891-fd7e1dbf1aed'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12894",
"many": true,
"industry": 7,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test802",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u59da\u6d77\u6797", "id": 2365, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:10:36", "district": "\u5b9d\u5b89\u533a", "house_number": "12894", "storekeeper": "\u59da\u6d77\u6797", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test802", "idcard_no": "452722197507190776", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12894", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u7f8e\u5986", "industry": 7, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2365
供应商登录
2365
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:10:39", "user_id": null, "local_token": "da6df8b23764d031ef2513b9e974cfa9539300cc", "employeerole": 5, "token": "df8fa362-6d38-46d6-8755-9bd08cd1b05a", "last_login": null, "employee_name": "\u59da\u6d77\u6797", "image_url": null, "login_tel": "13812345678", "id": 2277, "store": 2365}, "statusCode": 0}
获取token:da6df8b23764d031ef2513b9e974cfa9539300cc
token:da6df8b23764d031ef2513b9e974cfa9539300cc
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111138204', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:52:32', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 277973, u'unit': 9, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'160G', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6926195612344', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u7f50', u'stime': u'2017-05-26 15:52:32', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6926195612344
开始添加商品
{'status': 0, 'barcode': u'6926195612344', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19202, "unit": "\u7f50", "stock": "100"}], "category": 557, "user_id": "2365", "desc_url": null, "shortcut": null, "id": 19008, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6926195612344", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19008, u'category': 557, u'user_id': u'2365', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19202, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u7f50', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6926195612344', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19008,规格ID:19202,供应商ID2365,编码barcode6926195612344
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'fdc241a1-f8b5-4de7-9891-fd7e1dbf1aed', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.24799990654
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6926195612344', 'token_supplier': u'token:da6df8b23764d031ef2513b9e974cfa9539300cc', 'token_boss': u'fdc241a1-f8b5-4de7-9891-fd7e1dbf1aed', 'specId1': 19202, 'pid1': 19008, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2365, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19202,
"commodityNumber": 10
}
],
"supplierId": 2365
}
接口请求头文件为:
{u'token': u'fdc241a1-f8b5-4de7-9891-fd7e1dbf1aed', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.543999910355
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test802",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2365",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19202,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6926195612344",
"grossProfit": "0.00",
"productName": "花之心沙嗲味",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19008,
"categoryId": 557,
"unit": "罐",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6926195612344', 'token_supplier': u'token:da6df8b23764d031ef2513b9e974cfa9539300cc', 'token_boss': u'fdc241a1-f8b5-4de7-9891-fd7e1dbf1aed', 'specId1': 19202, 'pid1': 19008, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2365, 'password': '123456'}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2365"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19202
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19008
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "6926195612344"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_328_BOSS_进货NEW--进货首页--商品详情--正常 |
pass
pt1.328:
测试用例开始时间: 2017-06-17 17:10:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:10:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8589ee97-1601-41cb-87bd-ccedd87a66b3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8589ee97-1601-41cb-87bd-ccedd87a66b3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12982",
"many": true,
"industry": 5,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test704",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2366, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:10:54", "district": "\u5b9d\u5b89\u533a", "house_number": "12982", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test704", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12982", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u70df\u9152\u884c", "industry": 5, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2366
供应商登录
2366
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:10:56", "user_id": null, "local_token": "c816395e3f32e52b2cc244c5b598f920d85174ca", "employeerole": 5, "token": "0e21fd26-e0eb-481f-ac5e-b578e82b6378", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2278, "store": 2366}, "statusCode": 0}
获取token:c816395e3f32e52b2cc244c5b598f920d85174ca
token:c816395e3f32e52b2cc244c5b598f920d85174ca
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148770', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383314, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789600', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u718a\u732b\u7259\u7b7e', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789600
开始添加商品
{'status': 0, 'barcode': u'9123456789600', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19203, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2366", "desc_url": null, "shortcut": null, "id": 19009, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789600", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u718a\u732b\u7259\u7b7e", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19009, u'category': 557, u'user_id': u'2366', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19203, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789600', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u718a\u732b\u7259\u7b7e', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19009,规格ID:19203,供应商ID2366,编码barcode9123456789600
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/supplier/detail/19009
The request method is :GET
null
接口请求头文件为:
{u'token': u'8589ee97-1601-41cb-87bd-ccedd87a66b3', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.55700016022
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"storeLogo": "",
"tag_display": [],
"name": "熊猫牙签",
"brand": "",
"barcode": "9123456789600",
"tag": [],
"moList": [],
"specs": [
{
"id": 19203,
"sale_price": "0.10",
"purchase_price": "0.01",
"unit": "--",
"stock": "100"
}
],
"price": "9999.00",
"product_type": 1,
"quality_period": 0,
"is_standard": true,
"weighable": false,
"supplierName": "Test704",
"image": "",
"category_display": "未分类",
"user_id": "2366",
"id": 19009,
"supplierId": 2366
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789600', 'token_supplier': u'token:c816395e3f32e52b2cc244c5b598f920d85174ca', 'token_boss': u'8589ee97-1601-41cb-87bd-ccedd87a66b3', 'specId1': 19203, 'pid1': 19009, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2366, 'password': '123456'}
期望检测的返回值:
{
"supplierId": {
"EQ": 2366
},
"barcode": {
"eq": "9123456789600"
},
"data.specs.0.id": {
"eq": 19203
},
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: supplierId的返回值通过
检查key: barcode的返回值通过
检查key: data.specs.0.id的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_329_BOSS_进货NEW--进货首页--提交订单--正常 |
pass
pt1.329:
测试用例开始时间: 2017-06-17 17:11:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:10:54", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"00b792bb-c435-45e3-b0c9-dec878a094d5","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'00b792bb-c435-45e3-b0c9-dec878a094d5'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12325",
"many": true,
"industry": 1,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test693",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2367, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:11:10", "district": "\u5b9d\u5b89\u533a", "house_number": "12325", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test693", "idcard_no": "330224196702265835", "apply_time_display": "1\u79d2", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12325", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u96f6\u552e", "industry": 1, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2367
供应商登录
2367
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:11:13", "user_id": null, "local_token": "46db01cf78c4445bfd88fcef503dd069677fd851", "employeerole": 5, "token": "21e7496e-3c53-4b8d-a956-f55115a2bbfc", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2279, "store": 2367}, "statusCode": 0}
获取token:46db01cf78c4445bfd88fcef503dd069677fd851
token:46db01cf78c4445bfd88fcef503dd069677fd851
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111141252', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:56:36', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 308333, u'unit': 12, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'100g', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6927689812349', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u888b', u'stime': u'2017-05-26 15:56:36', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'100g\u6d77\u5357\u6930\u5b50\u4e1d', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6927689812349
开始添加商品
{'status': 0, 'barcode': u'6927689812349', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19204, "unit": "\u888b", "stock": "100"}], "category": 557, "user_id": "2367", "desc_url": null, "shortcut": null, "id": 19010, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6927689812349", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19010, u'category': 557, u'user_id': u'2367', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19204, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u888b', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6927689812349', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'100g\u6d77\u5357\u6930\u5b50\u4e1d', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19010,规格ID:19204,供应商ID2367,编码barcode6927689812349
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'00b792bb-c435-45e3-b0c9-dec878a094d5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.36199998856
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6927689812349', 'token_supplier': u'token:46db01cf78c4445bfd88fcef503dd069677fd851', 'token_boss': u'00b792bb-c435-45e3-b0c9-dec878a094d5', 'specId1': 19204, 'pid1': 19010, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2367, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19204,
"commodityNumber": 10
}
],
"supplierId": 2367
}
接口请求头文件为:
{u'token': u'00b792bb-c435-45e3-b0c9-dec878a094d5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.910000085831
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test693",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2367",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19204,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6927689812349",
"grossProfit": "0.00",
"productName": "100g海南椰子丝",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19010,
"categoryId": 557,
"unit": "袋",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6927689812349', 'token_supplier': u'token:46db01cf78c4445bfd88fcef503dd069677fd851', 'token_boss': u'00b792bb-c435-45e3-b0c9-dec878a094d5', 'specId1': 19204, 'pid1': 19010, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2367, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test693', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2367', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19204, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927689812349', u'grossProfit': u'0.00', u'productName': u'100g\u6d77\u5357\u6930\u5b50\u4e1d', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19010, u'categoryId': 557, u'unit': u'\u888b', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2367"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19204
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19010
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "6927689812349"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'barcode': '6927689812349', 'token_supplier': u'token:46db01cf78c4445bfd88fcef503dd069677fd851', 'token_boss': u'00b792bb-c435-45e3-b0c9-dec878a094d5', 'specId1': 19204, 'pid1': 19010, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2367, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test693', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2367', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19204, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927689812349', u'grossProfit': u'0.00', u'productName': u'100g\u6d77\u5357\u6930\u5b50\u4e1d', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19010, u'categoryId': 557, u'unit': u'\u888b', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'00b792bb-c435-45e3-b0c9-dec878a094d5', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test693",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2367",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19204,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6927689812349",
"grossProfit": "0.00",
"productName": "100g海南椰子丝",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19010,
"categoryId": 557,
"unit": "袋",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10197}
{'orderId': 10197, 'tel': '13812345678', 'store_id': 10, 'barcode': '6927689812349', 'token_supplier': u'token:46db01cf78c4445bfd88fcef503dd069677fd851', 'token_boss': u'00b792bb-c435-45e3-b0c9-dec878a094d5', 'specId1': 19204, 'pid1': 19010, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2367, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test693', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2367', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19204, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927689812349', u'grossProfit': u'0.00', u'productName': u'100g\u6d77\u5357\u6930\u5b50\u4e1d', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19010, u'categoryId': 557, u'unit': u'\u888b', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
|
||||
test_330_BOSS_进货NEW--进货首页--搜索商品列表--正常 |
pass
pt1.330:
测试用例开始时间: 2017-06-17 17:11:22
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:11:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"92471fcb-89f4-4152-846c-21caf2cb5502","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'92471fcb-89f4-4152-846c-21caf2cb5502'}
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12179",
"many": true,
"industry": 6,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test519",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2368, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:11:30", "district": "\u5b9d\u5b89\u533a", "house_number": "12179", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test519", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12179", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u96f6\u98df", "industry": 6, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2368
供应商登录
2368
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:11:32", "user_id": null, "local_token": "5560906881788971610e248db434143e9ab7597e", "employeerole": 5, "token": "4333f2c1-df4d-4196-a933-754932b791eb", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2280, "store": 2368}, "statusCode": 0}
获取token:5560906881788971610e248db434143e9ab7597e
token:5560906881788971610e248db434143e9ab7597e
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148771', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383321, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789679', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u9762\u5305', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789679
开始添加商品
{'status': 0, 'barcode': u'9123456789679', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19205, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2368", "desc_url": null, "shortcut": null, "id": 19011, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789679", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u9762\u5305", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19011, u'category': 557, u'user_id': u'2368', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19205, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789679', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u9762\u5305', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19011,规格ID:19205,供应商ID2368,编码barcode9123456789679
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12735",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test842",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2369, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:11:41", "district": "\u5b9d\u5b89\u533a", "house_number": "12735", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test842", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12735", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2369
供应商登录
2369
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:11:42", "user_id": null, "local_token": "e0b949324ac54dcc1d931b49e9fc075622bf0e3b", "employeerole": 5, "token": "11e415ec-7b32-44d4-86c3-06299052e23f", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2281, "store": 2369}, "statusCode": 0}
获取token:e0b949324ac54dcc1d931b49e9fc075622bf0e3b
token:e0b949324ac54dcc1d931b49e9fc075622bf0e3b
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148767', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383285, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789310', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u6302\u94a9', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789310
开始添加商品
{'status': 0, 'barcode': u'9123456789310', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19206, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2369", "desc_url": null, "shortcut": null, "id": 19012, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789310", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u6302\u94a9", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19012, u'category': 557, u'user_id': u'2369', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19206, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789310', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u6302\u94a9', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19012,规格ID:19206,供应商ID2369,编码barcode9123456789310
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'92471fcb-89f4-4152-846c-21caf2cb5502', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.02300000191
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789310', 'token_supplier': u'token:e0b949324ac54dcc1d931b49e9fc075622bf0e3b', 'token_boss': u'92471fcb-89f4-4152-846c-21caf2cb5502', 'specId1': 19206, 'pid1': 19012, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2369, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/search/suppliers/product
The request method is :GET
The request parameter is:
{
"page": 1,
"keyword": "9123456789310",
"supplierId": 2369
}
接口请求头文件为:
{u'token': u'92471fcb-89f4-4152-846c-21caf2cb5502', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.63800001144
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"category": 557,
"status": 0,
"storeLogo": "",
"tag_display": [],
"name": "挂钩",
"brand": "",
"barcode": "9123456789310",
"tag": [],
"moList": [],
"specs": [
{
"id": 19206,
"sale_price": "0.10",
"purchase_price": "0.01",
"unit": "--",
"stock": "100"
}
],
"price": "9999.00",
"product_type": 1,
"quality_period": 0,
"is_standard": true,
"weighable": false,
"supplierName": "Test842",
"image": "",
"category_display": "未分类",
"user_id": "2369",
"id": 19012,
"supplierId": 2369
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789310', 'token_supplier': u'token:e0b949324ac54dcc1d931b49e9fc075622bf0e3b', 'token_boss': u'92471fcb-89f4-4152-846c-21caf2cb5502', 'specId1': 19206, 'pid1': 19012, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2369, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"is_standard": {
"eq": true
},
"data.data": {
"type": "list"
},
"barcode": {
"eq": "9123456789310"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: is_standard的返回值通过
检查key: data.data的返回值通过
检查key: barcode的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/search/suppliers/product
The request method is :GET
The request parameter is:
{
"page": 1,
"keyword": "12345",
"supplierId": 2369
}
接口请求头文件为:
{u'token': u'92471fcb-89f4-4152-846c-21caf2cb5502', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.713999986649
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"category": 557,
"status": 0,
"storeLogo": "",
"tag_display": [],
"name": "挂钩",
"brand": "",
"barcode": "9123456789310",
"tag": [],
"moList": [],
"specs": [
{
"id": 19206,
"sale_price": "0.10",
"purchase_price": "0.01",
"unit": "--",
"stock": "100"
}
],
"price": "9999.00",
"product_type": 1,
"quality_period": 0,
"is_standard": true,
"weighable": false,
"supplierName": "Test842",
"image": "",
"category_display": "未分类",
"user_id": "2369",
"id": 19012,
"supplierId": 2369
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789310', 'token_supplier': u'token:e0b949324ac54dcc1d931b49e9fc075622bf0e3b', 'token_boss': u'92471fcb-89f4-4152-846c-21caf2cb5502', 'specId1': 19206, 'pid1': 19012, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2369, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ge": 1,
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/search/suppliers/product
The request method is :GET
The request parameter is:
{
"page": 1,
"keyword": "",
"supplierId": 2369
}
接口请求头文件为:
{u'token': u'92471fcb-89f4-4152-846c-21caf2cb5502', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.666999816895
接口请求返回值:
{
"msg": "查询出错了!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789310', 'token_supplier': u'token:e0b949324ac54dcc1d931b49e9fc075622bf0e3b', 'token_boss': u'92471fcb-89f4-4152-846c-21caf2cb5502', 'specId1': 19206, 'pid1': 19012, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2369, 'password': '123456'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/search/suppliers/product
The request method is :GET
The request parameter is:
{
"supplierId": 2369
}
接口请求头文件为:
{u'token': u'92471fcb-89f4-4152-846c-21caf2cb5502', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.76300001144
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"category": 557,
"status": 0,
"storeLogo": "",
"tag_display": [],
"name": "挂钩",
"brand": "",
"barcode": "9123456789310",
"tag": [],
"moList": [],
"specs": [
{
"id": 19206,
"sale_price": "0.10",
"purchase_price": "0.01",
"unit": "--",
"stock": "100"
}
],
"price": "9999.00",
"product_type": 1,
"quality_period": 0,
"is_standard": true,
"weighable": false,
"supplierName": "Test842",
"image": "",
"category_display": "未分类",
"user_id": "2369",
"id": 19012,
"supplierId": 2369
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789310', 'token_supplier': u'token:e0b949324ac54dcc1d931b49e9fc075622bf0e3b', 'token_boss': u'92471fcb-89f4-4152-846c-21caf2cb5502', 'specId1': 19206, 'pid1': 19012, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2369, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ge": 1,
"TYPE": "list"
},
"barcode": {
"eq": "9123456789310"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: barcode的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_331_BOSS_进货NEW--进货首页--搜索商品列表--正常 Old |
pass
pt1.331:
测试用例开始时间: 2017-06-17 17:11:55
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:11:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"48a1af06-60ec-4780-831c-cd921c34eab0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'48a1af06-60ec-4780-831c-cd921c34eab0'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12960",
"many": true,
"industry": 5,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test620",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2370, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:12:02", "district": "\u5b9d\u5b89\u533a", "house_number": "12960", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test620", "idcard_no": "330224196702265835", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12960", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u70df\u9152\u884c", "industry": 5, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2370
供应商登录
2370
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:12:04", "user_id": null, "local_token": "b69f523e8d2ade869e6dfdfd2152e0f29484521f", "employeerole": 5, "token": "5af99677-1142-4fcb-9722-456397683da0", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2282, "store": 2370}, "statusCode": 0}
获取token:b69f523e8d2ade869e6dfdfd2152e0f29484521f
token:b69f523e8d2ade869e6dfdfd2152e0f29484521f
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148769', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383299, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789457', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u53e3\u676f', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789457
开始添加商品
{'status': 0, 'barcode': u'9123456789457', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19207, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2370", "desc_url": null, "shortcut": null, "id": 19013, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789457", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u53e3\u676f", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19013, u'category': 557, u'user_id': u'2370', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19207, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789457', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u53e3\u676f', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19013,规格ID:19207,供应商ID2370,编码barcode9123456789457
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/search/suppliers/product
The request method is :GET
The request parameter is:
{
"supplierId": 2370
}
接口请求头文件为:
{u'token': u'48a1af06-60ec-4780-831c-cd921c34eab0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.771000146866
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"category": 557,
"status": 0,
"storeLogo": "",
"tag_display": [],
"name": "口杯",
"brand": "",
"barcode": "9123456789457",
"tag": [],
"moList": [],
"specs": [
{
"id": 19207,
"sale_price": "0.10",
"purchase_price": "0.01",
"unit": "--",
"stock": "100"
}
],
"price": "9999.00",
"product_type": 1,
"quality_period": 0,
"is_standard": true,
"weighable": false,
"supplierName": "Test620",
"image": "",
"category_display": "未分类",
"user_id": "2370",
"id": 19013,
"supplierId": 2370
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789457', 'token_supplier': u'token:b69f523e8d2ade869e6dfdfd2152e0f29484521f', 'token_boss': u'48a1af06-60ec-4780-831c-cd921c34eab0', 'specId1': 19207, 'pid1': 19013, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2370, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"TYPE": "list"
},
"barcode": {
"EQ": "9123456789457"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: barcode的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_332_BOSS_进货NEW--进货首页--查询供应商其他商品--正常 |
pass
pt1.332:
测试用例开始时间: 2017-06-17 17:12:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:12:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0ec67e6d-6d9f-453a-921e-2e4e700061b0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'0ec67e6d-6d9f-453a-921e-2e4e700061b0'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12526",
"many": true,
"industry": 5,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test716",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2371, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:12:18", "district": "\u5b9d\u5b89\u533a", "house_number": "12526", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test716", "idcard_no": "330224196702265835", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12526", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u70df\u9152\u884c", "industry": 5, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2371
供应商登录
2371
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:12:20", "user_id": null, "local_token": "ae1409088e2123bf85872d7f2d5b5a6fb50033ff", "employeerole": 5, "token": "ede3ec12-bbb1-44ec-8b73-86597ae31526", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2283, "store": 2371}, "statusCode": 0}
获取token:ae1409088e2123bf85872d7f2d5b5a6fb50033ff
token:ae1409088e2123bf85872d7f2d5b5a6fb50033ff
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111145050', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:01:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 346235, u'unit': 12, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'400g', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6931234918066', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u888b', u'stime': u'2017-05-26 16:01:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6931234918066
开始添加商品
{'status': 0, 'barcode': u'6931234918066', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19208, "unit": "\u888b", "stock": "100"}], "category": 557, "user_id": "2371", "desc_url": null, "shortcut": null, "id": 19014, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6931234918066", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19014, u'category': 557, u'user_id': u'2371', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19208, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u888b', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6931234918066', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19014,规格ID:19208,供应商ID2371,编码barcode6931234918066
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'0ec67e6d-6d9f-453a-921e-2e4e700061b0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.917000055313
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6931234918066', 'token_supplier': u'token:ae1409088e2123bf85872d7f2d5b5a6fb50033ff', 'token_boss': u'0ec67e6d-6d9f-453a-921e-2e4e700061b0', 'specId1': 19208, 'pid1': 19014, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2371, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/product/otherlist/2371/19014
The request method is :GET
null
接口请求头文件为:
{u'token': u'0ec67e6d-6d9f-453a-921e-2e4e700061b0', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.552999973297
接口请求返回值:
{
"msg": "成功",
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6931234918066', 'token_supplier': u'token:ae1409088e2123bf85872d7f2d5b5a6fb50033ff', 'token_boss': u'0ec67e6d-6d9f-453a-921e-2e4e700061b0', 'specId1': 19208, 'pid1': 19014, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2371, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_333_BOSS_进货NEW--进货首页--查询供应商详情--正常 |
pass
pt1.333:
测试用例开始时间: 2017-06-17 17:12:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:12:18", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"4eb2c4f2-cb40-44af-8ef1-72dec194cc57","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4eb2c4f2-cb40-44af-8ef1-72dec194cc57'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/store/stores/
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"store_name": "molgpgtpelbqlluibhfe",
"house_number": "504",
"many": true,
"industry": 8,
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contact_tel": "13798765777",
"store_category": 1,
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"pos_status": "WORKING",
"contact_name": "ContactTest",
"storekeeper": "姚海林"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.43499994278
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"telephone": "13798765777",
"product_category_display": "",
"contact_name": "ContactTest",
"id": 2372,
"city": "深圳市",
"apply_time": "2017-06-17 17:12:32",
"district": "宝安区",
"house_number": "504",
"storekeeper": "姚海林",
"cell": "思微simplywork(飞扬科技园)",
"store_name": "molgpgtpelbqlluibhfe",
"idcard_no": "452722197507190776",
"apply_time_display": "1秒",
"store_category": 1,
"status": "REGULAR",
"contact_tel": "13798765777",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)504",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"http://www.baidu.com/"
],
"latitude": 22.566,
"industry_display": "文教/体育",
"industry": 8,
"longitude": 113.899,
"store_logo": "",
"pos_status": "N/A"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2372, 'password': '123456', 'token_boss': u'4eb2c4f2-cb40-44af-8ef1-72dec194cc57'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/supplier/detail/2372
The request method is :GET
null
接口请求头文件为:
{u'token': u'4eb2c4f2-cb40-44af-8ef1-72dec194cc57', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.31100010872
接口请求返回值:
{
"msg": "成功",
"data": {
"platformStore": true,
"supplierId": 2372,
"storeName": "molgpgtpelbqlluibhfe",
"storeLogo": "",
"contactTel": "13798765777",
"havePerchased": false,
"contactName": "ContactTest",
"supportNetsale": true,
"categoryName": "生活用纸,方便食品,测试,生鲜粮油,进口水果/国产水果,生产分拣,家纺,ABC,测试分类,精选宵夜,冲调茗茶,蛋糕甜点,新的,家庭用具,奶制品,超值特惠,现制熟食,玩具,饼干糕点,个人护理,未分类,烧烤撸串,糖巧克力,精品中餐,酒类,生活服务,蛋糕面包,新鲜肉类,香烟代买,数码,福荫食品,成人用品,EFG,滋补保健,休闲零食,流质饮料,精美料理,经典蝴蝶结,家居清洁,现制甜品,现调饮品,化妆品,null"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'new_store_id': 2372, 'password': '123456', 'token_boss': u'4eb2c4f2-cb40-44af-8ef1-72dec194cc57'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"supplierId": {
"EQ": 2372
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: supplierId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_334_BOSS_进货NEW--进货首页--查询供货商详情--正常 |
pass
pt1.334:
测试用例开始时间: 2017-06-17 17:12:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:12:29", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"bc94d1d2-f712-48bd-9f47-72fb07007017","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bc94d1d2-f712-48bd-9f47-72fb07007017'}
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12914",
"many": true,
"industry": 6,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test098",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2373, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:12:43", "district": "\u5b9d\u5b89\u533a", "house_number": "12914", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test098", "idcard_no": "330224196702265835", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12914", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u96f6\u98df", "industry": 6, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2373
供应商登录
2373
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:12:45", "user_id": null, "local_token": "0bc187a3c66e5701e50baab75297cc48499c6bc3", "employeerole": 5, "token": "c6b898bc-246e-4dec-b505-6451280fd4a8", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2285, "store": 2373}, "statusCode": 0}
获取token:0bc187a3c66e5701e50baab75297cc48499c6bc3
token:0bc187a3c66e5701e50baab75297cc48499c6bc3
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111142400', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:58:04', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 319787, u'unit': 1, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'3050ml', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6928375112347', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u74f6', u'stime': u'2017-05-26 15:58:04', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6928375112347
开始添加商品
{'status': 0, 'barcode': u'6928375112347', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19209, "unit": "\u74f6", "stock": "100"}], "category": 557, "user_id": "2373", "desc_url": null, "shortcut": null, "id": 19015, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6928375112347", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19015, u'category': 557, u'user_id': u'2373', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19209, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u74f6', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6928375112347', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19015,规格ID:19209,供应商ID2373,编码barcode6928375112347
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'bc94d1d2-f712-48bd-9f47-72fb07007017', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.983000040054
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6928375112347', 'token_supplier': u'token:0bc187a3c66e5701e50baab75297cc48499c6bc3', 'token_boss': u'bc94d1d2-f712-48bd-9f47-72fb07007017', 'specId1': 19209, 'pid1': 19015, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2373, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/supplier/list
The request method is :GET
null
接口请求头文件为:
{u'token': u'bc94d1d2-f712-48bd-9f47-72fb07007017', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.25999999046
接口请求返回值:
{
"msg": "成功",
"data": [
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 2373,
"lastOrderTime": "",
"storeName": "Test098",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 2119,
"lastOrderTime": "",
"storeName": "Test820",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "通用筹码与海尔策略",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1839,
"lastOrderTime": "",
"storeName": "Test278",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "口杯",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1979,
"lastOrderTime": "",
"storeName": "Test183",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g婴儿配方奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 2368,
"lastOrderTime": "",
"storeName": "Test519",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1909,
"lastOrderTime": "",
"storeName": "Test364",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g天然纯牛奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1768,
"lastOrderTime": "",
"storeName": "Test251967",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "护理佳透气丝薄5片日",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1256,
"lastOrderTime": "",
"storeName": "Test032",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "1200ml雪丽湾沐浴露(珍珠美白)",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 2256,
"lastOrderTime": "",
"storeName": "Test934",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "宝安力400g幼儿配方奶粉",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1620,
"lastOrderTime": "",
"storeName": "Test836",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "酸泡菜",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 2191,
"lastOrderTime": "",
"storeName": "Test947",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "面包",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 134,
"lastOrderTime": "",
"storeName": "Test835",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13412345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1541,
"lastOrderTime": "",
"storeName": "Test856",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "乐亿堂核桃花生牛奶1000ml",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1153,
"lastOrderTime": "",
"storeName": "Test14587390",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "禹露一级绿茶",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 2049,
"lastOrderTime": "",
"storeName": "Test609",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "卷纸筒",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 133,
"lastOrderTime": "",
"storeName": "Test892",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "七喜汽水柠檬味600ml",
"contactTel": "13412345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "流质饮料,酒类,方便食品,奶制品,冲调茗茶,糖巧克力"
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 20,
"lastOrderTime": "",
"storeName": "Test603",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "雀巢1+2奶香咖啡15G*7",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 21,
"lastOrderTime": "",
"storeName": "Test472",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 22,
"lastOrderTime": "",
"storeName": "15000Supplier",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c8c584e1bc164a84b951a270e9877d02.png",
"distance": "NaN",
"hotSale": "维拉斯奶香巧克力",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 165,
"lastOrderTime": "",
"storeName": "Test291",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1445,
"lastOrderTime": "",
"storeName": "Test497",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "TH-2330 30公分印花盆",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 287,
"lastOrderTime": "",
"storeName": "Test583",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "盼盼墨西哥鸡卷105g",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 23,
"lastOrderTime": "",
"storeName": "Test891",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/7ac94a5cd0c94f24935e020bf0298e53.png",
"distance": "NaN",
"hotSale": "纯木植护亲肤抽纸",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 24,
"lastOrderTime": "",
"storeName": "Test045",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 25,
"lastOrderTime": "",
"storeName": "Supplier No1",
"totalOrderAmount": "0",
"storeLogo": "https://cdn-pos-img.thy360.com/appidposvsdf2f/79b760ca52a54d2ebcd38370ff3977f6.png",
"distance": "NaN",
"hotSale": "利口乐香草润喉糖柠檬味100G",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "糖巧克力,冲调茗茶,未分类"
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1689,
"lastOrderTime": "",
"storeName": "Test917",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "佳佳123",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 26,
"lastOrderTime": "",
"storeName": "Test198",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "姚海林",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 27,
"lastOrderTime": "",
"storeName": "Test327",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 28,
"lastOrderTime": "",
"storeName": "Test590",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "深晖清凉茶250ML",
"contactTel": "15000000000",
"havePerchased": false,
"contactName": "杨正祥",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": "流质饮料"
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1323,
"lastOrderTime": "",
"storeName": "Test763",
"totalOrderAmount": "0",
"storeLogo": "",
"distance": "NaN",
"hotSale": "100g桂林米粉(牛腩)",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1726,
"lastOrderTime": "",
"storeName": "我的",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/b76ff9e68c2048f58c9562504d9641ef.png",
"distance": 2.734518149260882,
"hotSale": "",
"contactTel": "18820780673",
"havePerchased": false,
"contactName": "王丹",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1729,
"lastOrderTime": "",
"storeName": "这种",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/e1b2e0fede1c48cc86fcad9ec6aac24a.png",
"distance": 2.734518149260882,
"hotSale": "",
"contactTel": "18566752965",
"havePerchased": false,
"contactName": "才",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
},
{
"platformStore": true,
"updateTime": 1497690770000,
"supplierId": 1732,
"lastOrderTime": "",
"storeName": "王丹",
"totalOrderAmount": "0",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/21c965e2bbfd4d7690bc63b0fd53e85a.png",
"distance": 2.734518149260881,
"hotSale": "",
"contactTel": "18820780673",
"havePerchased": false,
"contactName": "王丹",
"orderTimes": 0,
"supportNetsale": true,
"categoryName": ""
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6928375112347', 'token_supplier': u'token:0bc187a3c66e5701e50baab75297cc48499c6bc3', 'token_boss': u'bc94d1d2-f712-48bd-9f47-72fb07007017', 'specId1': 19209, 'pid1': 19015, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2373, 'password': '123456'}
期望检测的返回值:
{
"platformStore": {
"type": "bool"
},
"categoryName": {
"type": "str"
},
"storeName": {
"type": "str"
},
"storeLogo": {
"type": "str"
},
"hotSale": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"havePerchased": {
"type": "bool"
},
"contactName": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"supportNetsale": {
"type": "bool"
},
"supplierId": {
"type": "int"
}
}
检查key: platformStore的返回值通过
检查key: categoryName的返回值通过
检查key: storeName的返回值通过
检查key: storeLogo的返回值通过
检查key: hotSale的返回值通过
检查key: contactTel的返回值通过
检查key: havePerchased的返回值通过
检查key: contactName的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: supportNetsale的返回值通过
检查key: supplierId的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/supplier/detail/2373
The request method is :GET
null
接口请求头文件为:
{u'token': u'bc94d1d2-f712-48bd-9f47-72fb07007017', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.15499997139
接口请求返回值:
{
"msg": "成功",
"data": {
"platformStore": true,
"supplierId": 2373,
"storeName": "Test098",
"storeLogo": "",
"contactTel": "13812345678",
"havePerchased": false,
"contactName": "杨文军",
"supportNetsale": true,
"categoryName": "生活用纸,方便食品,测试,生鲜粮油,进口水果/国产水果,生产分拣,家纺,ABC,测试分类,精选宵夜,冲调茗茶,蛋糕甜点,新的,家庭用具,奶制品,超值特惠,现制熟食,玩具,饼干糕点,个人护理,未分类,烧烤撸串,糖巧克力,精品中餐,酒类,生活服务,蛋糕面包,新鲜肉类,香烟代买,数码,福荫食品,成人用品,EFG,滋补保健,休闲零食,流质饮料,精美料理,经典蝴蝶结,家居清洁,现制甜品,现调饮品,化妆品,null"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6928375112347', 'token_supplier': u'token:0bc187a3c66e5701e50baab75297cc48499c6bc3', 'token_boss': u'bc94d1d2-f712-48bd-9f47-72fb07007017', 'specId1': 19209, 'pid1': 19015, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2373, 'password': '123456'}
期望检测的返回值:
{
"platformStore": {
"type": "bool"
},
"categoryName": {
"type": "str"
},
"storeName": {
"type": "str"
},
"storeLogo": {
"type": "str"
},
"memberGradeName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"havePerchased": {
"type": "bool"
},
"contactName": {
"type": "str"
},
"discountRate": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"supplierId": {
"eq": 2373
}
}
检查key: platformStore的返回值通过
检查key: categoryName的返回值通过
检查key: storeName的返回值通过
检查key: storeLogo的返回值通过
检查key: memberGradeName的返回值通过
检查key: contactTel的返回值通过
检查key: havePerchased的返回值通过
检查key: contactName的返回值通过
检查key: discountRate的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: supplierId的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_335_BOSS_进货NEW__进货订单管理--取消退款--异常 未发起退款申请进行取消退款 |
fail
ft1.335:
测试用例开始时间: 2017-06-17 17:12:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:12:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"cc8af127-3ec1-4871-9241-e76e6d34967c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12974",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test739",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2374, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:13:01", "district": "\u5b9d\u5b89\u533a", "house_number": "12974", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test739", "idcard_no": "330224196702265835", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12974", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2374
供应商登录
2374
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:13:03", "user_id": null, "local_token": "f3741b51cba6ee7449ccae20494845b18102c43a", "employeerole": 5, "token": "85ee1f4f-2dba-47cd-a83a-9422d0452f48", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2286, "store": 2374}, "statusCode": 0}
获取token:f3741b51cba6ee7449ccae20494845b18102c43a
token:f3741b51cba6ee7449ccae20494845b18102c43a
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111140273', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:55:17', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 298569, u'unit': 35, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6927212123447', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u53ea', u'stime': u'2017-05-26 15:55:17', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u5bcc\u6e2f\u53e3\u676f828', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6927212123447
开始添加商品
{'status': 0, 'barcode': u'6927212123447', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19210, "unit": "\u53ea", "stock": "100"}], "category": 557, "user_id": "2374", "desc_url": null, "shortcut": null, "id": 19016, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6927212123447", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u5bcc\u6e2f\u53e3\u676f828", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19016, u'category': 557, u'user_id': u'2374', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19210, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u53ea', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6927212123447', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u5bcc\u6e2f\u53e3\u676f828', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19016,规格ID:19210,供应商ID2374,编码barcode6927212123447
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'cc8af127-3ec1-4871-9241-e76e6d34967c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.09200000763
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19210,
"commodityNumber": 10
}
],
"supplierId": 2374
}
接口请求头文件为:
{u'token': u'cc8af127-3ec1-4871-9241-e76e6d34967c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.17500019073
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test739",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2374",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19210,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6927212123447",
"grossProfit": "0.00",
"productName": "富港口杯828",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19016,
"categoryId": 557,
"unit": "只",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2374"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19210
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19016
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "6927212123447"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test739",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2374",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19210,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6927212123447",
"grossProfit": "0.00",
"productName": "富港口杯828",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19016,
"categoryId": 557,
"unit": "只",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10200}
{'orderId': 10200, 'tel': '13812345678', 'store_id': 10, 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"status": 0,
"payStatus": 0,
"limit": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:f3741b51cba6ee7449ccae20494845b18102c43a'}
****************************************************************************************************
接口请求响应时延为:
0.929999828339
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "15000000000",
"storeNo": "2374",
"cancelReason": null,
"orderNo": "00002374001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:13:15",
"cost": "0.10",
"orderItems": [
{
"specId": 19210,
"itemType": 0,
"grossProfitRate": null,
"cost": null,
"productProperty": null,
"id": 18979,
"unit": "只",
"img": "",
"grossProfit": null,
"json": null,
"orderItems": [],
"income": null,
"categoryId": 557,
"productId": 19016,
"orderId": 10200,
"categoryName": "未分类",
"barcode": "6927212123447",
"productName": "富港口杯828",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:13:14",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:13:15",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test739",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10200,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10200, u'itemId': 18979, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, u'orderNo': u'00002374001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data.0.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.data.0.orderItems.0.productId": {
"eq": 19016
},
"data.data.0.id": {
"eq": 10200
},
"msg": {
"EQ": "成功"
},
"data.data.0.memberId": {
"eq": 10
},
"data.data": {
"ll": 1
}
}
检查key: statusCode的返回值通过
检查key: data.data.0.orderItems.0.productNumber的返回值通过
检查key: data.data.0.orderItems.0.productId的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.data.0.memberId的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10200/take/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:f3741b51cba6ee7449ccae20494845b18102c43a'}
****************************************************************************************************
接口请求响应时延为:
2.07000017166
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2374",
"cancelReason": null,
"orderNo": "00002374001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:13:15",
"cost": "0.10",
"orderItems": [
{
"specId": 19210,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18979,
"unit": "只",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19016,
"orderId": 10200,
"categoryName": "未分类",
"barcode": "6927212123447",
"productName": "富港口杯828",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:13:14",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:13:15",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test739",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10200,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10200, u'itemId': 18979, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, u'orderNo': u'00002374001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10200/deliver/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:f3741b51cba6ee7449ccae20494845b18102c43a'}
****************************************************************************************************
接口请求响应时延为:
0.770000219345
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2374",
"cancelReason": null,
"orderNo": "00002374001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:13:15",
"cost": "0.10",
"orderItems": [
{
"specId": 19210,
"itemType": 0,
"grossProfitRate": null,
"cost": null,
"productProperty": null,
"id": 18979,
"unit": "只",
"img": "",
"grossProfit": null,
"json": null,
"orderItems": [],
"income": null,
"categoryId": 557,
"productId": 19016,
"orderId": 10200,
"categoryName": "未分类",
"barcode": "6927212123447",
"productName": "富港口杯828",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 5,
"version": 4,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:13:14",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:13:18",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:13:18",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test739",
"grossProfitRate": "90%",
"orderStatus": 3,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10200,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10200, u'itemId': 18979, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, u'orderNo': u'00002374001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/instorage
The request method is :post
The request parameter is:
{
"orderId": 10200,
"outProductList": [
{
"orderItemId": 18979,
"outNumber": 10
}
]
}
接口请求头文件为:
{u'token': u'cc8af127-3ec1-4871-9241-e76e6d34967c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.03900003433
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10200, u'itemId': 18979, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, u'orderNo': u'00002374001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/cancelRefund/10200/18979
The request method is :get
null
接口请求头文件为:
{u'token': u'cc8af127-3ec1-4871-9241-e76e6d34967c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.69000005722
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10200, u'itemId': 18979, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6927212123447', 'token_supplier': u'token:f3741b51cba6ee7449ccae20494845b18102c43a', 'token_boss': u'cc8af127-3ec1-4871-9241-e76e6d34967c', 'specId1': 19210, 'pid1': 19016, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2374, u'orderNo': u'00002374001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test739', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2374', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19210, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927212123447', u'grossProfit': u'0.00', u'productName': u'\u5bcc\u6e2f\u53e3\u676f828', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19016, u'categoryId': 557, u'unit': u'\u53ea', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode返回值失败。
测试步骤10失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_336_BOSS_进货NEW__进货订单管理--取消退款--正常 |
pass
pt1.336:
测试用例开始时间: 2017-06-17 17:13:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:13:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f449d656-7d0e-47d7-b55d-cf9645ef4214","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12236",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test879",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u59da\u6d77\u6797", "id": 2375, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:13:31", "district": "\u5b9d\u5b89\u533a", "house_number": "12236", "storekeeper": "\u59da\u6d77\u6797", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test879", "idcard_no": "452722197507190776", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12236", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2375
供应商登录
2375
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:13:33", "user_id": null, "local_token": "352d661cfab65d7642434983b1afd17b8e9810c1", "employeerole": 5, "token": "eff78b94-8536-4f75-be5a-4cad25830100", "last_login": null, "employee_name": "\u59da\u6d77\u6797", "image_url": null, "login_tel": "13812345678", "id": 2287, "store": 2375}, "statusCode": 0}
获取token:352d661cfab65d7642434983b1afd17b8e9810c1
token:352d661cfab65d7642434983b1afd17b8e9810c1
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148771', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383324, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789709', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u9762\u5dfe\u7eb8', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789709
开始添加商品
{'status': 0, 'barcode': u'9123456789709', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19211, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2375", "desc_url": null, "shortcut": null, "id": 19017, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789709", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u9762\u5dfe\u7eb8", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19017, u'category': 557, u'user_id': u'2375', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19211, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789709', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u9762\u5dfe\u7eb8', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19017,规格ID:19211,供应商ID2375,编码barcode9123456789709
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.81200003624
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19211,
"commodityNumber": 10
}
],
"supplierId": 2375
}
接口请求头文件为:
{u'token': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.526000022888
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test879",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2375",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19211,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789709",
"grossProfit": "0.00",
"productName": "面巾纸",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19017,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2375"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19211
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19017
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "9123456789709"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test879",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2375",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19211,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789709",
"grossProfit": "0.00",
"productName": "面巾纸",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19017,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10201}
{'orderId': 10201, 'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"status": 0,
"payStatus": 0,
"limit": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:352d661cfab65d7642434983b1afd17b8e9810c1'}
****************************************************************************************************
接口请求响应时延为:
1.44599986076
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "15000000000",
"storeNo": "2375",
"cancelReason": null,
"orderNo": "00002375001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:13:43",
"cost": "0.10",
"orderItems": [
{
"specId": 19211,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18980,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19017,
"orderId": 10201,
"categoryName": "未分类",
"barcode": "9123456789709",
"productName": "面巾纸",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:13:42",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:13:43",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test879",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10201,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data.0.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.data.0.orderItems.0.productId": {
"eq": 19017
},
"data.data.0.id": {
"eq": 10201
},
"msg": {
"EQ": "成功"
},
"data.data.0.memberId": {
"eq": 10
},
"data.data": {
"ll": 1
}
}
检查key: statusCode的返回值通过
检查key: data.data.0.orderItems.0.productNumber的返回值通过
检查key: data.data.0.orderItems.0.productId的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.data.0.memberId的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10201/take/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:352d661cfab65d7642434983b1afd17b8e9810c1'}
****************************************************************************************************
接口请求响应时延为:
0.621000051498
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2375",
"cancelReason": null,
"orderNo": "00002375001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:13:43",
"cost": "0.10",
"orderItems": [
{
"specId": 19211,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18980,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19017,
"orderId": 10201,
"categoryName": "未分类",
"barcode": "9123456789709",
"productName": "面巾纸",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:13:42",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:13:43",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test879",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10201,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10201/deliver/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:352d661cfab65d7642434983b1afd17b8e9810c1'}
****************************************************************************************************
接口请求响应时延为:
1.33999991417
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2375",
"cancelReason": null,
"orderNo": "00002375001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:13:43",
"cost": "0.10",
"orderItems": [
{
"specId": 19211,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18980,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19017,
"orderId": 10201,
"categoryName": "未分类",
"barcode": "9123456789709",
"productName": "面巾纸",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 5,
"version": 4,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:13:42",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:13:45",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:13:45",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test879",
"grossProfitRate": "90%",
"orderStatus": 3,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10201,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/instorage
The request method is :post
The request parameter is:
{
"orderId": 10201,
"outProductList": [
{
"orderItemId": 18980,
"outNumber": 10
}
]
}
接口请求头文件为:
{u'token': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.865000009537
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/applyrefund
The request method is :post
The request parameter is:
{
"orderId": 10201,
"orderItem": {
"id": 18980
},
"description": "测试描述",
"refundAmount": "0.5",
"barcode": "9123456789709",
"refundCount": 5,
"orderNo": "00002375001706170001",
"document": "http://www.baidu.com",
"cause": "退货"
}
接口请求头文件为:
{u'token': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.18400001526
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'SELECT refund_status FROM refund_order WHERE order_id = 10201'}
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'refund_status': 1, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
SQL :执行SQL成功,返回值检查成功。
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/cancelRefund/10201/18980
The request method is :get
null
接口请求头文件为:
{u'token': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.730999946594
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'refund_status': 1, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'SELECT refund_status FROM refund_order WHERE order_id = 10201'}
{'orderId': 10201, u'itemId': 18980, 'tel': '13812345678', 'store_id': 10, u'refund_status': 4, u'orderNumber': u'10.000', 'barcode': '9123456789709', 'token_supplier': u'token:352d661cfab65d7642434983b1afd17b8e9810c1', 'token_boss': u'f449d656-7d0e-47d7-b55d-cf9645ef4214', 'specId1': 19211, 'pid1': 19017, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2375, u'orderNo': u'00002375001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test879', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2375', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19211, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789709', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19017, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
SQL :执行SQL成功,返回值检查成功。
----------------------------------------------------------------------------------------------------
|
||||
test_337_BOSS_进货NEW__进货订单管理--提交退款--异常 未支付发起退款 |
pass
pt1.337:
测试用例开始时间: 2017-06-17 17:13:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:13:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d4f3b14e-cfee-4e79-8761-49d261a766b5","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd4f3b14e-cfee-4e79-8761-49d261a766b5'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12387",
"many": true,
"industry": 8,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test732",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u59da\u6d77\u6797", "id": 2376, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:13:59", "district": "\u5b9d\u5b89\u533a", "house_number": "12387", "storekeeper": "\u59da\u6d77\u6797", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test732", "idcard_no": "452722197507190776", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12387", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u6587\u6559/\u4f53\u80b2", "industry": 8, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2376
供应商登录
2376
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:14:01", "user_id": null, "local_token": "f8aea8bcdab71478632cda6198fc6d028245c6fd", "employeerole": 5, "token": "f2c2ecfa-fd07-4785-a0da-cd0c50928d6a", "last_login": null, "employee_name": "\u59da\u6d77\u6797", "image_url": null, "login_tel": "13812345678", "id": 2288, "store": 2376}, "statusCode": 0}
获取token:f8aea8bcdab71478632cda6198fc6d028245c6fd
token:f8aea8bcdab71478632cda6198fc6d028245c6fd
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148770', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383313, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789594', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u7259\u7b7e', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789594
开始添加商品
{'status': 0, 'barcode': u'9123456789594', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19212, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2376", "desc_url": null, "shortcut": null, "id": 19018, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789594", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u7259\u7b7e", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19018, u'category': 557, u'user_id': u'2376', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19212, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789594', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u7259\u7b7e', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19018,规格ID:19212,供应商ID2376,编码barcode9123456789594
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.950999975204
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789594', 'token_supplier': u'token:f8aea8bcdab71478632cda6198fc6d028245c6fd', 'token_boss': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', 'specId1': 19212, 'pid1': 19018, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2376, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19212,
"commodityNumber": 10
}
],
"supplierId": 2376
}
接口请求头文件为:
{u'token': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.99399995804
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test732",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2376",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19212,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789594",
"grossProfit": "0.00",
"productName": "牙签",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19018,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789594', 'token_supplier': u'token:f8aea8bcdab71478632cda6198fc6d028245c6fd', 'token_boss': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', 'specId1': 19212, 'pid1': 19018, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2376, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test732', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2376', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19212, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789594', u'grossProfit': u'0.00', u'productName': u'\u7259\u7b7e', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19018, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2376"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19212
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19018
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "9123456789594"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789594', 'token_supplier': u'token:f8aea8bcdab71478632cda6198fc6d028245c6fd', 'token_boss': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', 'specId1': 19212, 'pid1': 19018, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2376, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test732', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2376', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19212, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789594', u'grossProfit': u'0.00', u'productName': u'\u7259\u7b7e', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19018, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test732",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2376",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19212,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789594",
"grossProfit": "0.00",
"productName": "牙签",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19018,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10203}
{'orderId': 10203, 'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789594', 'token_supplier': u'token:f8aea8bcdab71478632cda6198fc6d028245c6fd', 'token_boss': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', 'specId1': 19212, 'pid1': 19018, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2376, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test732', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2376', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19212, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789594', u'grossProfit': u'0.00', u'productName': u'\u7259\u7b7e', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19018, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"status": 0,
"payStatus": 0,
"limit": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:f8aea8bcdab71478632cda6198fc6d028245c6fd'}
****************************************************************************************************
接口请求响应时延为:
0.950000047684
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "15000000000",
"storeNo": "2376",
"cancelReason": null,
"orderNo": "00002376001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:14:09",
"cost": "0.10",
"orderItems": [
{
"specId": 19212,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18982,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19018,
"orderId": 10203,
"categoryName": "未分类",
"barcode": "9123456789594",
"productName": "牙签",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:14:09",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:14:09",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test732",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10203,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10203, u'itemId': 18982, 'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789594', 'token_supplier': u'token:f8aea8bcdab71478632cda6198fc6d028245c6fd', 'token_boss': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', 'specId1': 19212, 'pid1': 19018, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2376, u'orderNo': u'00002376001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test732', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2376', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19212, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789594', u'grossProfit': u'0.00', u'productName': u'\u7259\u7b7e', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19018, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data.0.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.data.0.orderItems.0.productId": {
"eq": 19018
},
"data.data.0.id": {
"eq": 10203
},
"msg": {
"EQ": "成功"
},
"data.data.0.memberId": {
"eq": 10
},
"data.data": {
"ll": 1
}
}
检查key: statusCode的返回值通过
检查key: data.data.0.orderItems.0.productNumber的返回值通过
检查key: data.data.0.orderItems.0.productId的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.data.0.memberId的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/applyrefund
The request method is :post
The request parameter is:
{
"orderId": 10203,
"orderItem": {
"id": 18982
},
"description": "测试描述",
"refundAmount": "0.5",
"barcode": "9123456789594",
"refundCount": 5,
"orderNo": "00002376001706170001",
"document": "http://www.baidu.com",
"cause": "退货"
}
接口请求头文件为:
{u'token': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.69799995422
接口请求返回值:
{
"msg": "订单尚未完成,不能申请退款!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10203, u'itemId': 18982, 'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789594', 'token_supplier': u'token:f8aea8bcdab71478632cda6198fc6d028245c6fd', 'token_boss': u'd4f3b14e-cfee-4e79-8761-49d261a766b5', 'specId1': 19212, 'pid1': 19018, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2376, u'orderNo': u'00002376001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test732', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2376', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19212, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789594', u'grossProfit': u'0.00', u'productName': u'\u7259\u7b7e', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19018, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"eq": "订单尚未完成,不能申请退款!"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_338_BOSS_进货NEW__进货订单管理--提交退款--异常 重复提交退款申请 |
fail
ft1.338:
测试用例开始时间: 2017-06-17 17:14:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:13:59", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a94d9889-f2c3-4315-a4ae-405f871edc2c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12308",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test428",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u59da\u6d77\u6797", "id": 2377, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:14:21", "district": "\u5b9d\u5b89\u533a", "house_number": "12308", "storekeeper": "\u59da\u6d77\u6797", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test428", "idcard_no": "452722197507190776", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12308", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2377
供应商登录
2377
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:14:24", "user_id": null, "local_token": "31504aa46a0e5d157ecbb04ed968142ef4c7d869", "employeerole": 5, "token": "e35935ad-e53a-4c65-b7b8-bb136de7dac2", "last_login": null, "employee_name": "\u59da\u6d77\u6797", "image_url": null, "login_tel": "13812345678", "id": 2289, "store": 2377}, "statusCode": 0}
获取token:31504aa46a0e5d157ecbb04ed968142ef4c7d869
token:31504aa46a0e5d157ecbb04ed968142ef4c7d869
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148769', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383304, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789501', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u5f00\u6c34\u5668', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789501
开始添加商品
{'status': 0, 'barcode': u'9123456789501', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19213, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2377", "desc_url": null, "shortcut": null, "id": 19019, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789501", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u5f00\u6c34\u5668", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19019, u'category': 557, u'user_id': u'2377', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19213, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789501', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u5f00\u6c34\u5668', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19019,规格ID:19213,供应商ID2377,编码barcode9123456789501
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.911000013351
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19213,
"commodityNumber": 10
}
],
"supplierId": 2377
}
接口请求头文件为:
{u'token': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.1859998703
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test428",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2377",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19213,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789501",
"grossProfit": "0.00",
"productName": "开水器",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19019,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test428', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2377', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19213, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789501', u'grossProfit': u'0.00', u'productName': u'\u5f00\u6c34\u5668', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19019, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2377"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19213
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19019
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "9123456789501"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test428', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2377', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19213, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789501', u'grossProfit': u'0.00', u'productName': u'\u5f00\u6c34\u5668', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19019, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test428",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2377",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19213,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789501",
"grossProfit": "0.00",
"productName": "开水器",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19019,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10204}
{'orderId': 10204, 'tel': '13812345678', 'store_id': 10, 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test428', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2377', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19213, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789501', u'grossProfit': u'0.00', u'productName': u'\u5f00\u6c34\u5668', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19019, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"status": 0,
"payStatus": 0,
"limit": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869'}
****************************************************************************************************
接口请求响应时延为:
0.792999982834
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "15000000000",
"storeNo": "2377",
"cancelReason": null,
"orderNo": "00002377001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:14:33",
"cost": "0.10",
"orderItems": [
{
"specId": 19213,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18983,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19019,
"orderId": 10204,
"categoryName": "未分类",
"barcode": "9123456789501",
"productName": "开水器",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:14:32",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:14:33",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test428",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10204,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10204, u'itemId': 18983, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, u'orderNo': u'00002377001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test428', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2377', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19213, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789501', u'grossProfit': u'0.00', u'productName': u'\u5f00\u6c34\u5668', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19019, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data.0.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.data.0.orderItems.0.productId": {
"eq": 19019
},
"data.data.0.id": {
"eq": 10204
},
"msg": {
"EQ": "成功"
},
"data.data.0.memberId": {
"eq": 10
},
"data.data": {
"ll": 1
}
}
检查key: statusCode的返回值通过
检查key: data.data.0.orderItems.0.productNumber的返回值通过
检查key: data.data.0.orderItems.0.productId的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.data.0.memberId的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10204/take/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869'}
****************************************************************************************************
接口请求响应时延为:
1.73199987411
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2377",
"cancelReason": null,
"orderNo": "00002377001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:14:33",
"cost": "0.10",
"orderItems": [
{
"specId": 19213,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18983,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19019,
"orderId": 10204,
"categoryName": "未分类",
"barcode": "9123456789501",
"productName": "开水器",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:14:32",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:14:33",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test428",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10204,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10204, u'itemId': 18983, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, u'orderNo': u'00002377001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test428', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2377', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19213, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789501', u'grossProfit': u'0.00', u'productName': u'\u5f00\u6c34\u5668', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19019, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10204/deliver/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869'}
****************************************************************************************************
接口请求响应时延为:
0.755000114441
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2377",
"cancelReason": null,
"orderNo": "00002377001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:14:33",
"cost": "0.10",
"orderItems": [
{
"specId": 19213,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18983,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19019,
"orderId": 10204,
"categoryName": "未分类",
"barcode": "9123456789501",
"productName": "开水器",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 5,
"version": 4,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:14:32",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:14:35",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:14:35",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test428",
"grossProfitRate": "90%",
"orderStatus": 3,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10204,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10204, u'itemId': 18983, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, u'orderNo': u'00002377001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test428', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2377', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19213, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789501', u'grossProfit': u'0.00', u'productName': u'\u5f00\u6c34\u5668', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19019, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/instorage
The request method is :post
The request parameter is:
{
"orderItem": {
"id": 18983
},
"outProductList": [
{
"orderItemId": 18983,
"outNumber": 10
}
]
}
接口请求头文件为:
{u'token': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.6890001297
接口请求返回值:
"Server Internal Error 500"
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10204, u'itemId': 18983, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '9123456789501', 'token_supplier': u'token:31504aa46a0e5d157ecbb04ed968142ef4c7d869', 'token_boss': u'a94d9889-f2c3-4315-a4ae-405f871edc2c', 'specId1': 19213, 'pid1': 19019, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2377, u'orderNo': u'00002377001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test428', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2377', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19213, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789501', u'grossProfit': u'0.00', u'productName': u'\u5f00\u6c34\u5668', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19019, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
u'msg'
测试步骤9失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_339_BOSS_进货NEW__进货订单管理--提交退款--正常 |
fail
ft1.339:
测试用例开始时间: 2017-06-17 17:14:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:14:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"041e286b-9469-4a9c-b3aa-19a1ad97efff","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12165",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test358",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2378, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:14:47", "district": "\u5b9d\u5b89\u533a", "house_number": "12165", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test358", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12165", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2378
供应商登录
2378
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:14:49", "user_id": null, "local_token": "5e9fa93a5377ec980c0d009577edb4440ef7091a", "employeerole": 5, "token": "1645aa63-4307-4cec-a2f3-2a234a9b4dd4", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2290, "store": 2378}, "statusCode": 0}
获取token:5e9fa93a5377ec980c0d009577edb4440ef7091a
token:5e9fa93a5377ec980c0d009577edb4440ef7091a
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111147473', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:04:52', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 370369, u'unit': 6, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'35g', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6933595112343', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u4e2a', u'stime': u'2017-05-26 16:04:52', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6933595112343
开始添加商品
{'status': 0, 'barcode': u'6933595112343', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19214, "unit": "\u4e2a", "stock": "100"}], "category": 557, "user_id": "2378", "desc_url": null, "shortcut": null, "id": 19020, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6933595112343", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19020, u'category': 557, u'user_id': u'2378', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19214, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u4e2a', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6933595112343', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19020,规格ID:19214,供应商ID2378,编码barcode6933595112343
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.849999904633
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19214,
"commodityNumber": 10
}
],
"supplierId": 2378
}
接口请求头文件为:
{u'token': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.697999954224
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test358",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2378",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19214,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6933595112343",
"grossProfit": "0.00",
"productName": "35g健泰乡吧佬蛋",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19020,
"categoryId": 557,
"unit": "个",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test358', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2378', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19214, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6933595112343', u'grossProfit': u'0.00', u'productName': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19020, u'categoryId': 557, u'unit': u'\u4e2a', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"deliveryFee": {
"type": "str"
},
"productAmount": {
"type": "str"
},
"storeName": {
"type": "str"
},
"grossProfitRate": {
"type": "str"
},
"memberId": {
"type": "int"
},
"cost": {
"type": "str"
},
"storeNo": {
"eq": "2378"
},
"contactName": {
"type": "str"
},
"specId": {
"eq": 19214
},
"orderItems": {
"type": "list"
},
"supportCash": {
"type": "bool"
},
"img": {
"type": "str"
},
"orderType": {
"type": "int"
},
"couponAmount": {
"type": "str"
},
"grossProfit": {
"type": "str"
},
"orderSource": {
"type": "int"
},
"unit": {
"type": "str"
},
"income": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"storeType": {
"type": "int"
},
"categoryId": {
"type": "int"
},
"productId": {
"eq": 19020
},
"memberFirstOrder": {
"type": "bool"
},
"pointsAmount": {
"type": "str"
},
"categoryName": {
"type": "str"
},
"barcode": {
"eq": "6933595112343"
},
"productName": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"totalDiscount": {
"type": "str"
},
"dealAmount": {
"type": "str"
},
"originalPrice": {
"eq": "0.10"
},
"orderAmount": {
"eq": "1.00"
},
"prepaidcardPayAmount": {
"type": "str"
},
"productNumber": {
"eq": "10.0"
},
"totalDiscountedAmount": {
"type": "str"
},
"purchasePrice": {
"type": "str"
},
"receiptAddress": {
"type": "str"
},
"giftAmount": {
"type": "str"
},
"salePrice": {
"eq": "0.10"
},
"memberName": {
"type": "str"
},
"payAmount": {
"eq": "1.00"
},
"statusCode": {
"EQ": 0
}
}
检查key: deliveryFee的返回值通过
检查key: productAmount的返回值通过
检查key: storeName的返回值通过
检查key: grossProfitRate的返回值通过
检查key: memberId的返回值通过
检查key: cost的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: specId的返回值通过
检查key: orderItems的返回值通过
检查key: supportCash的返回值通过
检查key: img的返回值通过
检查key: orderType的返回值通过
检查key: couponAmount的返回值通过
检查key: grossProfit的返回值通过
检查key: orderSource的返回值通过
检查key: unit的返回值通过
检查key: income的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: categoryId的返回值通过
检查key: productId的返回值通过
检查key: memberFirstOrder的返回值通过
检查key: pointsAmount的返回值通过
检查key: categoryName的返回值通过
检查key: barcode的返回值通过
检查key: productName的返回值通过
检查key: contactTel的返回值通过
检查key: totalDiscount的返回值通过
检查key: dealAmount的返回值通过
检查key: originalPrice的返回值通过
检查key: orderAmount的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: productNumber的返回值通过
检查key: totalDiscountedAmount的返回值通过
检查key: purchasePrice的返回值通过
检查key: receiptAddress的返回值通过
检查key: giftAmount的返回值通过
检查key: salePrice的返回值通过
检查key: memberName的返回值通过
检查key: payAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test358', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2378', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19214, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6933595112343', u'grossProfit': u'0.00', u'productName': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19020, u'categoryId': 557, u'unit': u'\u4e2a', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test358",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2378",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19214,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6933595112343",
"grossProfit": "0.00",
"productName": "35g健泰乡吧佬蛋",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19020,
"categoryId": 557,
"unit": "个",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10207}
{'orderId': 10207, 'tel': '13812345678', 'store_id': 10, 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test358', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2378', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19214, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6933595112343', u'grossProfit': u'0.00', u'productName': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19020, u'categoryId': 557, u'unit': u'\u4e2a', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"status": 0,
"payStatus": 0,
"limit": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a'}
****************************************************************************************************
接口请求响应时延为:
0.858000040054
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "15000000000",
"storeNo": "2378",
"cancelReason": null,
"orderNo": "00002378001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:14:57",
"cost": "0.10",
"orderItems": [
{
"specId": 19214,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18990,
"unit": "个",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19020,
"orderId": 10207,
"categoryName": "未分类",
"barcode": "6933595112343",
"productName": "35g健泰乡吧佬蛋",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:14:56",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:14:57",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test358",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10207,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10207, u'itemId': 18990, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, u'orderNo': u'00002378001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test358', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2378', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19214, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6933595112343', u'grossProfit': u'0.00', u'productName': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19020, u'categoryId': 557, u'unit': u'\u4e2a', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data.0.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.data.0.orderItems.0.productId": {
"eq": 19020
},
"data.data.0.id": {
"eq": 10207
},
"msg": {
"EQ": "成功"
},
"data.data.0.memberId": {
"eq": 10
},
"data.data": {
"ll": 1
}
}
检查key: statusCode的返回值通过
检查key: data.data.0.orderItems.0.productNumber的返回值通过
检查key: data.data.0.orderItems.0.productId的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.data.0.memberId的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10207/take/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a'}
****************************************************************************************************
接口请求响应时延为:
1.75900006294
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2378",
"cancelReason": null,
"orderNo": "00002378001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:14:57",
"cost": "0.10",
"orderItems": [
{
"specId": 19214,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 18990,
"unit": "个",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19020,
"orderId": 10207,
"categoryName": "未分类",
"barcode": "6933595112343",
"productName": "35g健泰乡吧佬蛋",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:14:56",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:14:57",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test358",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10207,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10207, u'itemId': 18990, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, u'orderNo': u'00002378001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test358', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2378', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19214, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6933595112343', u'grossProfit': u'0.00', u'productName': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19020, u'categoryId': 557, u'unit': u'\u4e2a', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10207/deliver/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a'}
****************************************************************************************************
接口请求响应时延为:
0.736999988556
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2378",
"cancelReason": null,
"orderNo": "00002378001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:14:57",
"cost": "0.10",
"orderItems": [
{
"specId": 19214,
"itemType": 0,
"grossProfitRate": null,
"cost": null,
"productProperty": null,
"id": 18990,
"unit": "个",
"img": "",
"grossProfit": null,
"json": null,
"orderItems": [],
"income": null,
"categoryId": 557,
"productId": 19020,
"orderId": 10207,
"categoryName": "未分类",
"barcode": "6933595112343",
"productName": "35g健泰乡吧佬蛋",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 5,
"version": 4,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:14:56",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:15:00",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:15:00",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test358",
"grossProfitRate": "90%",
"orderStatus": 3,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10207,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10207, u'itemId': 18990, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, u'orderNo': u'00002378001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test358', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2378', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19214, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6933595112343', u'grossProfit': u'0.00', u'productName': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19020, u'categoryId': 557, u'unit': u'\u4e2a', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/supplier/order/instorage
The request method is :post
The request parameter is:
{
"orderItem": {
"id": 18990
},
"outProductList": [
{
"orderItemId": 18990,
"outNumber": 10
}
]
}
接口请求头文件为:
{u'token': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.721999883652
接口请求返回值:
"Server Internal Error 500"
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10207, u'itemId': 18990, 'tel': '13812345678', 'store_id': 10, u'orderNumber': u'10.000', 'barcode': '6933595112343', 'token_supplier': u'token:5e9fa93a5377ec980c0d009577edb4440ef7091a', 'token_boss': u'041e286b-9469-4a9c-b3aa-19a1ad97efff', 'specId1': 19214, 'pid1': 19020, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2378, u'orderNo': u'00002378001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test358', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2378', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19214, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6933595112343', u'grossProfit': u'0.00', u'productName': u'35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19020, u'categoryId': 557, u'unit': u'\u4e2a', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
u'msg'
测试步骤9失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_340_BOSS_退仓记录-退仓记录查询--正常 |
pass
pt1.340:
测试用例开始时间: 2017-06-17 17:15:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:14:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"4f254ed8-80f5-43fa-92eb-09cb8e66cd91","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4f254ed8-80f5-43fa-92eb-09cb8e66cd91'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/store/refund/list
The request method is :get
The request parameter is:
{
"startDate": "2017-03-01",
"limit": 10,
"page": 1,
"endDate": "2017-05-01"
}
接口请求头文件为:
{u'token': u'4f254ed8-80f5-43fa-92eb-09cb8e66cd91', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.672999858856
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4f254ed8-80f5-43fa-92eb-09cb8e66cd91'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_341_BOSS_退货记录-商品退货记录列表--正常 |
pass
pt1.341:
测试用例开始时间: 2017-06-17 17:15:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:06", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"34710f10-20db-48a0-bff0-4b75f4804ee8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'34710f10-20db-48a0-bff0-4b75f4804ee8'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/product/refund/list
The request method is :get
The request parameter is:
{
"startDate": "2017-03-01",
"limit": 10,
"page": 1,
"endDate": "2017-05-01"
}
接口请求头文件为:
{u'token': u'34710f10-20db-48a0-bff0-4b75f4804ee8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.22699999809
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'34710f10-20db-48a0-bff0-4b75f4804ee8'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_342_BOSS_首页--会员购买分析--会员分析汇总--正常 |
pass
pt1.342:
测试用例开始时间: 2017-06-17 17:15:16
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"afd1ebb5-ada8-4f85-ad54-86318393f473","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'afd1ebb5-ada8-4f85-ad54-86318393f473'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/analyze/summary
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'afd1ebb5-ada8-4f85-ad54-86318393f473', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.15400004387
接口请求返回值:
{
"msg": "成功",
"data": {
"nonmemberAmount": 1902.38,
"prestoreAmount": 284100.0,
"memberAmount": 504.97,
"currentBalance": 0.0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'afd1ebb5-ada8-4f85-ad54-86318393f473'}
期望检测的返回值:
{
"nonmemberAmount": {
"type": "float"
},
"prestoreAmount": {
"type": "float"
},
"memberAmount": {
"type": "float"
},
"currentBalance": {
"type": "float"
},
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: nonmemberAmount的返回值通过
检查key: prestoreAmount的返回值通过
检查key: memberAmount的返回值通过
检查key: currentBalance的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_343_BOSS_首页--会员购买分析--会员销售排行--正常 |
pass
pt1.343:
测试用例开始时间: 2017-06-17 17:15:22
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:18", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"53284b38-1a89-456a-aef5-144b5990ba0d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'53284b38-1a89-456a-aef5-144b5990ba0d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/analyze/summary
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'53284b38-1a89-456a-aef5-144b5990ba0d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.737999916077
接口请求返回值:
{
"msg": "成功",
"data": {
"nonmemberAmount": 1902.38,
"prestoreAmount": 284100.0,
"memberAmount": 504.97,
"currentBalance": 0.0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'53284b38-1a89-456a-aef5-144b5990ba0d'}
期望检测的返回值:
{
"nonmemberAmount": {
"type": "float"
},
"prestoreAmount": {
"type": "float"
},
"memberAmount": {
"type": "float"
},
"currentBalance": {
"type": "float"
},
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: nonmemberAmount的返回值通过
检查key: prestoreAmount的返回值通过
检查key: memberAmount的返回值通过
检查key: currentBalance的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_344_BOSS_首页--商品销售分析--商品分类销售占比--正常 |
pass
pt1.344:
测试用例开始时间: 2017-06-17 17:15:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:25", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8015be5f-ef20-4af4-918b-527ba233053e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8015be5f-ef20-4af4-918b-527ba233053e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'8015be5f-ef20-4af4-918b-527ba233053e', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19021,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19215}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8015be5f-ef20-4af4-918b-527ba233053e', 'specId1': 19215, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19021, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/product/summary
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'8015be5f-ef20-4af4-918b-527ba233053e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.516000032425
接口请求返回值:
{
"msg": "成功",
"data": {
"data": {
"流质饮料": 9.0,
"数码": 0.0,
"休闲零食": 0.0,
"饼干糕点": 1919.36,
"未分类": 6.0,
"糖巧克力": 30.0,
"新的": 0.0,
"生活服务": 0.0,
"生鲜粮油": 0.0,
"蛋糕甜点": 0.0,
"奶制品": 1.0
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'8015be5f-ef20-4af4-918b-527ba233053e', 'specId1': 19215, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19021, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"TYPE": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_345_BOSS_首页--商品销售分析--商品销售排行NEW--正常 无数据 |
pass
pt1.345:
测试用例开始时间: 2017-06-17 17:15:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e2431bc4-3f7d-4ede-b87c-4ffcc27e502f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e2431bc4-3f7d-4ede-b87c-4ffcc27e502f'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'e2431bc4-3f7d-4ede-b87c-4ffcc27e502f', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19022,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19216}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e2431bc4-3f7d-4ede-b87c-4ffcc27e502f', 'specId1': 19216, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19022, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/product/sale/rank
The request method is :GET
The request parameter is:
{
"sort": 1,
"startDate": "2017-03-01",
"endDate": "2017-07-01",
"sortType": "ASC",
"productId": "19022"
}
接口请求头文件为:
{u'token': u'e2431bc4-3f7d-4ede-b87c-4ffcc27e502f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.64599990845
接口请求返回值:
{
"msg": "成功",
"data": [
{
"totalSaleAmount": 1919.36,
"totalSaleCount": 64.0,
"productName": "EDO柠檬味夹心饼干600G"
},
{
"totalSaleAmount": 30.0,
"totalSaleCount": 5.0,
"productName": "利口乐香草润喉糖柠檬味100G"
},
{
"totalSaleAmount": 9.0,
"totalSaleCount": 3.0,
"productName": "冰峰汽水橙味330ML"
},
{
"totalSaleAmount": 6.0,
"totalSaleCount": 1.0,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)"
},
{
"totalSaleAmount": 1.0,
"totalSaleCount": 1.0,
"productName": "飞标"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'e2431bc4-3f7d-4ede-b87c-4ffcc27e502f', 'specId1': 19216, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19022, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"totalSaleCount": {
"TYPE": "float"
},
"productName": {
"TYPE": "str"
},
"totalSaleAmount": {
"TYPE": "float"
},
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalSaleCount的返回值通过
检查key: productName的返回值通过
检查key: totalSaleAmount的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_346_BOSS_首页--广告--查询轮播广告--正常 |
fail
ft1.346:
测试用例开始时间: 2017-06-17 17:15:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/advertisers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13798765777",
"contact_name": "联系人",
"name": "广告主名称",
"address": "思微simplywork(飞扬科技园)"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.612999916077
接口请求返回值:
{
"msg": "成功",
"data": {
"status": true,
"update_time": "2017-06-17 17:15:47",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 17:15:47",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 577
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 577, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"name": {
"eq": "广告主名称"
},
"contact_tel": {
"eq": "13798765777"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"eq": "联系人"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: name的返回值通过
检查key: contact_tel的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/backend/v1/market/ads/
The request method is :POST
The request parameter is:
{
"redirect": "www.baidu.com",
"end_date": "2018-07-30",
"title": "新增广告",
"advertiser_id": 577,
"banner_type": 1,
"position": 1,
"ad_weeks": [
1,
2,
3,
4
],
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"start_date": "2018-03-03"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.11400008202
接口请求返回值:
{
"msg": "成功",
"data": {
"redirect": "www.baidu.com",
"advertiser": {
"status": true,
"update_time": "2017-06-17 17:15:47",
"name": "广告主名称",
"contact_tel": "13798765777",
"advertiser_type": 1,
"create_time": "2017-06-17 17:15:47",
"address": "思微simplywork(飞扬科技园)",
"contact_name": "联系人",
"id": 577
},
"update_time": "2017-06-17 17:15:49",
"end_date": "2018-07-30",
"title": "新增广告",
"ad_type": 1,
"id": 310,
"advertiser_id": 577,
"banner_type": 1,
"version": null,
"create_time": "2017-06-17 17:15:49",
"start_date": "2018-03-03",
"ad_weeks": [
{
"week": 1,
"update_time": "2017-06-17 17:15:49",
"create_time": "2017-06-17 17:15:49",
"id": 826,
"ad": 310
},
{
"week": 2,
"update_time": "2017-06-17 17:15:49",
"create_time": "2017-06-17 17:15:49",
"id": 827,
"ad": 310
},
{
"week": 3,
"update_time": "2017-06-17 17:15:49",
"create_time": "2017-06-17 17:15:49",
"id": 828,
"ad": 310
},
{
"week": 4,
"update_time": "2017-06-17 17:15:49",
"create_time": "2017-06-17 17:15:49",
"id": 829,
"ad": 310
}
],
"position": 1,
"img_url": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg",
"display": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 577, u'adsId': 310, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"63fb1e87-fa37-49fa-afdd-db35a4c63707","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'ad_holder_id': 577, u'adsId': 310, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'63fb1e87-fa37-49fa-afdd-db35a4c63707'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/banner/1
The request method is :GET
null
接口请求头文件为:
{u'token': u'63fb1e87-fa37-49fa-afdd-db35a4c63707', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.770999908447
接口请求返回值:
{
"msg": "参数不正确",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'ad_holder_id': 577, u'adsId': 310, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'password': '123456', 'token_boss': u'63fb1e87-fa37-49fa-afdd-db35a4c63707'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.0.url": {
"type": "str"
},
"data": {
"TYPE": "list"
},
"data.0.imgUrl": {
"eq": "http://pic6.huitu.com/res/20130116/84481_20130116142820494200_1.jpg"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg返回值失败。
测试步骤5失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_347_BOSS_首页--库存分析--库存分析汇总--正常 |
fail
ft1.347:
测试用例开始时间: 2017-06-17 17:15:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a7b9ce85-936b-450e-9023-7d24e850795b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a7b9ce85-936b-450e-9023-7d24e850795b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stock/analyze
The request method is :GET
null
接口请求头文件为:
{u'token': u'a7b9ce85-936b-450e-9023-7d24e850795b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.789999961853
接口请求返回值:
{
"msg": "成功",
"data": {
"totalTurnoverRate": "0.00",
"totalSaleRate": 0.0,
"stockAmount": "37041.50"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a7b9ce85-936b-450e-9023-7d24e850795b'}
期望检测的返回值:
{
"totalTurnoverRate": {
"TYPE": "float"
},
"totalSaleRate": {
"TYPE": "float"
},
"stockAmount": {
"TYPE": "float"
},
"statusCode": {
"EQ": 0
}
}
检查key: totalTurnoverRate返回值失败。
测试步骤3失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_348_BOSS_首页--库存分析--库存排名--正常 |
pass
pt1.348:
测试用例开始时间: 2017-06-17 17:15:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:15:56", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"87f35675-2f73-4776-a364-113ef6bfcf92","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'87f35675-2f73-4776-a364-113ef6bfcf92'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stock/ranking
The request method is :GET
The request parameter is:
{
"sort": 1,
"sortType": "ASC"
}
接口请求头文件为:
{u'token': u'87f35675-2f73-4776-a364-113ef6bfcf92', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.14100003242
接口请求返回值:
{
"msg": "成功",
"data": [
{
"turnoverRate": "-122.00",
"saleRate": "1.00",
"stockAmount": "645.00",
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)"
},
{
"turnoverRate": "-99.00",
"saleRate": "0.00",
"stockAmount": "1000.00",
"productName": "6923450690642"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "abc"
},
{
"turnoverRate": "-129.00",
"saleRate": "0.00",
"stockAmount": "260.00",
"productName": "激浪柠檬味可乐型汽水"
},
{
"turnoverRate": "-99.00",
"saleRate": "0.00",
"stockAmount": "90.00",
"productName": "得寶迷你紙手巾 7片單包(天然無味)"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐NEW"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "飞标"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐NEW"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐NEW"
},
{
"turnoverRate": "-331.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "面包"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "1.00",
"saleRate": "0.00",
"stockAmount": "0.00",
"productName": "套餐ABC"
},
{
"turnoverRate": "-129.00",
"saleRate": "0.00",
"stockAmount": "13000.00",
"productName": "忍者222"
},
{
"turnoverRate": "5.00",
"saleRate": "0.00",
"stockAmount": "-400.00",
"productName": "测试更新商品"
},
{
"turnoverRate": "-29.00",
"saleRate": "0.00",
"stockAmount": "3000.00",
"productName": "忍者222"
},
{
"turnoverRate": "-99.00",
"saleRate": "0.00",
"stockAmount": "10000.00",
"productName": "忍者"
},
{
"turnoverRate": "-99.00",
"saleRate": "0.00",
"stockAmount": "400.00",
"productName": "味全杀菌型乳酸菌饮品(原味)"
},
{
"turnoverRate": "-576.00",
"saleRate": "0.00",
"stockAmount": "5193.00",
"productName": "冰峰汽水橙味330ML"
},
{
"turnoverRate": "-159.00",
"saleRate": "0.00",
"stockAmount": "320.00",
"productName": "农夫山庄经典九制妙酸奶梅110G"
},
{
"turnoverRate": "-369.00",
"saleRate": "0.00",
"stockAmount": "3533.50",
"productName": "900ml康力花生油"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'87f35675-2f73-4776-a364-113ef6bfcf92'}
期望检测的返回值:
{
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_349_BOSS_首页--库存预警--库存预警列表--正常 |
pass
pt1.349:
测试用例开始时间: 2017-06-17 17:16:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d67bc5e7-f5b7-4597-b0d3-a40e7d8520ce","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd67bc5e7-f5b7-4597-b0d3-a40e7d8520ce'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/stock/early/warning
The request method is :GET
The request parameter is:
{
"dayNumber": 5
}
接口请求头文件为:
{u'token': u'd67bc5e7-f5b7-4597-b0d3-a40e7d8520ce', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.06999993324
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd67bc5e7-f5b7-4597-b0d3-a40e7d8520ce'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_350_BOSS_首页--日结对账--日结对账--正常 |
pass
pt1.350:
测试用例开始时间: 2017-06-17 17:16:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"acbeca43-5909-4a55-8704-37fe7efea32b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'acbeca43-5909-4a55-8704-37fe7efea32b'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/reconciliation
The request method is :GET
The request parameter is:
{
"orderCategory": 0,
"saleDate": "2017-06-30"
}
接口请求头文件为:
{u'token': u'acbeca43-5909-4a55-8704-37fe7efea32b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.36099982262
接口请求返回值:
{
"msg": "成功",
"data": {
"meituanReconciliation": {
"id": 0,
"totalAmount": "0",
"total": 0,
"name": "",
"orderCount": 0
},
"netReconciliation": {
"id": 0,
"totalAmount": "0",
"total": 0,
"name": "",
"orderCount": 0
},
"elemeReconciliation": {
"id": 0,
"totalAmount": "0",
"total": 0,
"name": "",
"orderCount": 0
},
"storeReconciliation": {
"cardPayAmount": "0",
"total": 0,
"name": null,
"otherPayAmount": "0",
"memberCardPayAmount": "0",
"cashAmount": "0",
"otherPay": 0,
"cash": 0,
"id": 0,
"totalAmount": "0",
"memberCardPay": 0,
"mobilePay": 0,
"cardPay": 0,
"mobilePayAmount": "0"
},
"salesmanList": [],
"cashierList": [],
"date": "2017-06-30"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'acbeca43-5909-4a55-8704-37fe7efea32b'}
期望检测的返回值:
{
"meituanReconciliation": {
"type": "dict"
},
"netReconciliation": {
"type": "dict"
},
"elemeReconciliation": {
"type": "dict"
},
"storeReconciliation": {
"type": "dict"
},
"salesmanList": {
"type": "list"
},
"cashierList": {
"type": "list"
},
"date": {
"re": "[0-9-]*"
},
"statusCode": {
"EQ": 0
}
}
检查key: meituanReconciliation的返回值通过
检查key: netReconciliation的返回值通过
检查key: elemeReconciliation的返回值通过
检查key: storeReconciliation的返回值通过
检查key: salesmanList的返回值通过
检查key: cashierList的返回值通过
检查key: date的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_351_BOSS_首页--毛利分析--毛利分析汇总--正常 |
pass
pt1.351:
测试用例开始时间: 2017-06-17 17:16:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f4133ee5-4eb6-4083-9a9a-4a8c8f807da8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f4133ee5-4eb6-4083-9a9a-4a8c8f807da8'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/grossProfit/analyze
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'f4133ee5-4eb6-4083-9a9a-4a8c8f807da8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.948999881744
接口请求返回值:
{
"msg": "成功",
"data": {
"grossProfit": 652.0,
"grossProfitRate": 33.0,
"data": {
"损耗": 7400.0,
"毛利": 652.0,
"促销": 0.0,
"收入": 1965.36,
"成本": 1313.36
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f4133ee5-4eb6-4083-9a9a-4a8c8f807da8'}
期望检测的返回值:
{
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_352_BOSS_首页--版本升级--版本升级--正常 全国 |
pass
pt1.352:
测试用例开始时间: 2017-06-17 17:16:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:20", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"bcb4d8f0-1117-4a65-a0e1-751f65257f43","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'bcb4d8f0-1117-4a65-a0e1-751f65257f43'}
----------------------------------------------------------------------------------------------------
|
||||
test_353_BOSS_首页--版本升级--版本升级--正常 区(南山区) Boss为宝安区 |
pass
pt1.353:
测试用例开始时间: 2017-06-17 17:16:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"148b070f-3509-4799-b2b7-c5dbcdc42138","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'148b070f-3509-4799-b2b7-c5dbcdc42138'}
----------------------------------------------------------------------------------------------------
|
||||
test_354_BOSS_首页--版本升级--版本升级--正常 区(宝安区) |
pass
pt1.354:
测试用例开始时间: 2017-06-17 17:16:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f4929ed2-ef80-41ca-a481-5ea0ae255866","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f4929ed2-ef80-41ca-a481-5ea0ae255866'}
----------------------------------------------------------------------------------------------------
|
||||
test_355_BOSS_首页--版本升级--版本升级--正常 城市(广州)Boss为深圳 |
pass
pt1.355:
测试用例开始时间: 2017-06-17 17:16:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"91fd2096-a0e8-484f-a774-2ef652d85052","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'91fd2096-a0e8-484f-a774-2ef652d85052'}
----------------------------------------------------------------------------------------------------
|
||||
test_356_BOSS_首页--版本升级--版本升级--正常 城市(深圳) |
pass
pt1.356:
测试用例开始时间: 2017-06-17 17:16:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b5ad89cb-b039-45b0-b923-042e93370376","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b5ad89cb-b039-45b0-b923-042e93370376'}
----------------------------------------------------------------------------------------------------
|
||||
test_357_BOSS_首页--版本升级--版本升级--正常 省(广东) |
pass
pt1.357:
测试用例开始时间: 2017-06-17 17:16:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7b901588-65af-44ec-ba54-29491c706fd8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7b901588-65af-44ec-ba54-29491c706fd8'}
----------------------------------------------------------------------------------------------------
|
||||
test_358_BOSS_首页--营业统计--会员统计--正常 |
pass
pt1.358:
测试用例开始时间: 2017-06-17 17:16:54
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 10
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.634999990463
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
2.21700000763
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 17:17:01",
"point": 0,
"sex": 0,
"member_id": 1707,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 17:17:01', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1707, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765888"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765777",
"sex": 0,
"member_name": "Member2"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.751000165939
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765777",
"reg_date": "2017-06-17 17:17:02",
"point": 0,
"sex": 0,
"member_id": 1708,
"discount": "100.0",
"member_name": "Member2",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 17:17:02', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1707, 'password': '123456', u'member_id2': 1708, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"member_tel": {
"eq": "13798765777"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member2"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ef71cb68-c385-464d-9be2-a2696f86c1a9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'reg_date': u'2017-06-17 17:17:02', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1707, 'token_boss': u'ef71cb68-c385-464d-9be2-a2696f86c1a9', 'password': '123456', u'member_id2': 1708, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/member
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'ef71cb68-c385-464d-9be2-a2696f86c1a9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.38899993896
接口请求返回值:
{
"msg": "成功",
"data": {
"todayValue": 2,
"yesterdayValue": 0,
"data": {
"网络来源会员数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"门店来源会员数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"总会员数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"dateList": [
"2017-03-01",
"2017-03-02",
"2017-03-03",
"2017-03-04",
"2017-03-05",
"2017-03-06",
"2017-03-07",
"2017-03-08",
"2017-03-09",
"2017-03-10",
"2017-03-11",
"2017-03-12",
"2017-03-13",
"2017-03-14",
"2017-03-15",
"2017-03-16",
"2017-03-17",
"2017-03-18",
"2017-03-19",
"2017-03-20",
"2017-03-21",
"2017-03-22",
"2017-03-23",
"2017-03-24",
"2017-03-25",
"2017-03-26",
"2017-03-27",
"2017-03-28",
"2017-03-29",
"2017-03-30",
"2017-03-31",
"2017-04-01",
"2017-04-02",
"2017-04-03",
"2017-04-04",
"2017-04-05",
"2017-04-06",
"2017-04-07",
"2017-04-08",
"2017-04-09",
"2017-04-10",
"2017-04-11",
"2017-04-12",
"2017-04-13",
"2017-04-14",
"2017-04-15",
"2017-04-16",
"2017-04-17",
"2017-04-18",
"2017-04-19",
"2017-04-20",
"2017-04-21",
"2017-04-22",
"2017-04-23",
"2017-04-24",
"2017-04-25",
"2017-04-26",
"2017-04-27",
"2017-04-28",
"2017-04-29",
"2017-04-30",
"2017-05-01",
"2017-05-02",
"2017-05-03",
"2017-05-04",
"2017-05-05",
"2017-05-06",
"2017-05-07",
"2017-05-08",
"2017-05-09",
"2017-05-10",
"2017-05-11",
"2017-05-12",
"2017-05-13",
"2017-05-14",
"2017-05-15",
"2017-05-16",
"2017-05-17",
"2017-05-18",
"2017-05-19",
"2017-05-20",
"2017-05-21",
"2017-05-22",
"2017-05-23",
"2017-05-24",
"2017-05-25",
"2017-05-26",
"2017-05-27",
"2017-05-28",
"2017-05-29",
"2017-05-30",
"2017-05-31",
"2017-06-01",
"2017-06-02",
"2017-06-03",
"2017-06-04",
"2017-06-05",
"2017-06-06",
"2017-06-07",
"2017-06-08",
"2017-06-09",
"2017-06-10",
"2017-06-11",
"2017-06-12",
"2017-06-13",
"2017-06-14",
"2017-06-15",
"2017-06-16",
"2017-06-17",
"2017-06-18",
"2017-06-19",
"2017-06-20",
"2017-06-21",
"2017-06-22",
"2017-06-23",
"2017-06-24",
"2017-06-25",
"2017-06-26",
"2017-06-27",
"2017-06-28",
"2017-06-29",
"2017-06-30",
"2017-07-01"
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'reg_date': u'2017-06-17 17:17:02', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'member_id': 1707, 'token_boss': u'ef71cb68-c385-464d-9be2-a2696f86c1a9', 'password': '123456', u'member_id2': 1708, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"todayValue": {
"type": "int"
},
"yesterdayValue": {
"type": "int"
},
"dateList": {
"type": "list"
},
"网络来源会员数": {
"type": "list"
},
"门店来源会员数": {
"type": "list"
},
"总会员数": {
"type": "list"
},
"statusCode": {
"EQ": 0
},
"data.data": {
"type": "dict"
}
}
检查key: todayValue的返回值通过
检查key: yesterdayValue的返回值通过
检查key: dateList的返回值通过
检查key: 网络来源会员数的返回值通过
检查key: 门店来源会员数的返回值通过
检查key: 总会员数的返回值通过
检查key: statusCode的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_359_BOSS_首页--营业统计--支付方式统计--正常 无数据 |
pass
pt1.359:
测试用例开始时间: 2017-06-17 17:17:07
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:16:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"9db958f5-af0c-46ac-b39b-acbaa3fc4dca","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9db958f5-af0c-46ac-b39b-acbaa3fc4dca'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/paymethod
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'9db958f5-af0c-46ac-b39b-acbaa3fc4dca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.86100006104
接口请求返回值:
{
"msg": "成功",
"data": {
"data": {
"移动支付": 0.01,
"银行卡": 0.0,
"现金": 1932.37,
"其他支付": 0.0,
"会员卡支付": 461.97
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9db958f5-af0c-46ac-b39b-acbaa3fc4dca'}
期望检测的返回值:
{
"现金": {
"type": "float"
},
"其他支付": {
"type": "float"
},
"银行卡": {
"type": "float"
},
"会员卡支付": {
"type": "float"
},
"移动支付": {
"type": "float"
},
"statusCode": {
"EQ": 0
},
"data.data": {
"type": "dict"
}
}
检查key: 现金的返回值通过
检查key: 其他支付的返回值通过
检查key: 银行卡的返回值通过
检查key: 会员卡支付的返回值通过
检查key: 移动支付的返回值通过
检查key: statusCode的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_360_BOSS_首页--营业统计--营业额统计--正常 无数据 |
pass
pt1.360:
测试用例开始时间: 2017-06-17 17:17:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:17:10", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f9beee8c-740a-45bc-abe3-9da3d262c2f2","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f9beee8c-740a-45bc-abe3-9da3d262c2f2'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/tumover
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'f9beee8c-740a-45bc-abe3-9da3d262c2f2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.0640001297
接口请求返回值:
{
"msg": "成功",
"data": {
"todayValue": 0.0,
"yesterdayValue": 0.0,
"data": {
"总营业额": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
1859.38,
0.0,
0.0,
468.97,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
79.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"饿了么营业额": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"网店营业额": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
6.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
43.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"门店营业额": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
1859.38,
0.0,
0.0,
462.97,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
36.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"美团营业额": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
]
},
"dateList": [
"2017-03-01",
"2017-03-02",
"2017-03-03",
"2017-03-04",
"2017-03-05",
"2017-03-06",
"2017-03-07",
"2017-03-08",
"2017-03-09",
"2017-03-10",
"2017-03-11",
"2017-03-12",
"2017-03-13",
"2017-03-14",
"2017-03-15",
"2017-03-16",
"2017-03-17",
"2017-03-18",
"2017-03-19",
"2017-03-20",
"2017-03-21",
"2017-03-22",
"2017-03-23",
"2017-03-24",
"2017-03-25",
"2017-03-26",
"2017-03-27",
"2017-03-28",
"2017-03-29",
"2017-03-30",
"2017-03-31",
"2017-04-01",
"2017-04-02",
"2017-04-03",
"2017-04-04",
"2017-04-05",
"2017-04-06",
"2017-04-07",
"2017-04-08",
"2017-04-09",
"2017-04-10",
"2017-04-11",
"2017-04-12",
"2017-04-13",
"2017-04-14",
"2017-04-15",
"2017-04-16",
"2017-04-17",
"2017-04-18",
"2017-04-19",
"2017-04-20",
"2017-04-21",
"2017-04-22",
"2017-04-23",
"2017-04-24",
"2017-04-25",
"2017-04-26",
"2017-04-27",
"2017-04-28",
"2017-04-29",
"2017-04-30",
"2017-05-01",
"2017-05-02",
"2017-05-03",
"2017-05-04",
"2017-05-05",
"2017-05-06",
"2017-05-07",
"2017-05-08",
"2017-05-09",
"2017-05-10",
"2017-05-11",
"2017-05-12",
"2017-05-13",
"2017-05-14",
"2017-05-15",
"2017-05-16",
"2017-05-17",
"2017-05-18",
"2017-05-19",
"2017-05-20",
"2017-05-21",
"2017-05-22",
"2017-05-23",
"2017-05-24",
"2017-05-25",
"2017-05-26",
"2017-05-27",
"2017-05-28",
"2017-05-29",
"2017-05-30",
"2017-05-31",
"2017-06-01",
"2017-06-02",
"2017-06-03",
"2017-06-04",
"2017-06-05",
"2017-06-06",
"2017-06-07",
"2017-06-08",
"2017-06-09",
"2017-06-10",
"2017-06-11",
"2017-06-12",
"2017-06-13",
"2017-06-14",
"2017-06-15",
"2017-06-16",
"2017-06-17",
"2017-06-18",
"2017-06-19",
"2017-06-20",
"2017-06-21",
"2017-06-22",
"2017-06-23",
"2017-06-24",
"2017-06-25",
"2017-06-26",
"2017-06-27",
"2017-06-28",
"2017-06-29",
"2017-06-30",
"2017-07-01"
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f9beee8c-740a-45bc-abe3-9da3d262c2f2'}
期望检测的返回值:
{
"todayValue": {
"type": "float"
},
"饿了么营业额": {
"type": "list"
},
"statusCode": {
"EQ": 0
},
"yesterdayValue": {
"type": "float"
},
"美团营业额": {
"type": "list"
},
"总营业额": {
"type": "list"
},
"dateList": {
"type": "list"
},
"网店营业额": {
"type": "list"
},
"门店营业额": {
"type": "list"
},
"data.data": {
"type": "dict"
}
}
检查key: todayValue的返回值通过
检查key: 饿了么营业额的返回值通过
检查key: statusCode的返回值通过
检查key: yesterdayValue的返回值通过
检查key: 美团营业额的返回值通过
检查key: 总营业额的返回值通过
检查key: dateList的返回值通过
检查key: 网店营业额的返回值通过
检查key: 门店营业额的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_361_BOSS_首页--营业统计--订单统计--正常 无数据 |
pass
pt1.361:
测试用例开始时间: 2017-06-17 17:17:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:17:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7476bf5a-49f6-4f53-8406-ed1dae4fdc3d","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7476bf5a-49f6-4f53-8406-ed1dae4fdc3d'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/stsc/order
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'7476bf5a-49f6-4f53-8406-ed1dae4fdc3d', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.671000003815
接口请求返回值:
{
"msg": "成功",
"data": {
"todayValue": 0,
"yesterdayValue": 0,
"data": {
"网店订单数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"总订单数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
65,
0,
0,
186,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"美团订单数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"门店订单数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
65,
0,
0,
178,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"饿了么订单数": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"dateList": [
"2017-03-01",
"2017-03-02",
"2017-03-03",
"2017-03-04",
"2017-03-05",
"2017-03-06",
"2017-03-07",
"2017-03-08",
"2017-03-09",
"2017-03-10",
"2017-03-11",
"2017-03-12",
"2017-03-13",
"2017-03-14",
"2017-03-15",
"2017-03-16",
"2017-03-17",
"2017-03-18",
"2017-03-19",
"2017-03-20",
"2017-03-21",
"2017-03-22",
"2017-03-23",
"2017-03-24",
"2017-03-25",
"2017-03-26",
"2017-03-27",
"2017-03-28",
"2017-03-29",
"2017-03-30",
"2017-03-31",
"2017-04-01",
"2017-04-02",
"2017-04-03",
"2017-04-04",
"2017-04-05",
"2017-04-06",
"2017-04-07",
"2017-04-08",
"2017-04-09",
"2017-04-10",
"2017-04-11",
"2017-04-12",
"2017-04-13",
"2017-04-14",
"2017-04-15",
"2017-04-16",
"2017-04-17",
"2017-04-18",
"2017-04-19",
"2017-04-20",
"2017-04-21",
"2017-04-22",
"2017-04-23",
"2017-04-24",
"2017-04-25",
"2017-04-26",
"2017-04-27",
"2017-04-28",
"2017-04-29",
"2017-04-30",
"2017-05-01",
"2017-05-02",
"2017-05-03",
"2017-05-04",
"2017-05-05",
"2017-05-06",
"2017-05-07",
"2017-05-08",
"2017-05-09",
"2017-05-10",
"2017-05-11",
"2017-05-12",
"2017-05-13",
"2017-05-14",
"2017-05-15",
"2017-05-16",
"2017-05-17",
"2017-05-18",
"2017-05-19",
"2017-05-20",
"2017-05-21",
"2017-05-22",
"2017-05-23",
"2017-05-24",
"2017-05-25",
"2017-05-26",
"2017-05-27",
"2017-05-28",
"2017-05-29",
"2017-05-30",
"2017-05-31",
"2017-06-01",
"2017-06-02",
"2017-06-03",
"2017-06-04",
"2017-06-05",
"2017-06-06",
"2017-06-07",
"2017-06-08",
"2017-06-09",
"2017-06-10",
"2017-06-11",
"2017-06-12",
"2017-06-13",
"2017-06-14",
"2017-06-15",
"2017-06-16",
"2017-06-17",
"2017-06-18",
"2017-06-19",
"2017-06-20",
"2017-06-21",
"2017-06-22",
"2017-06-23",
"2017-06-24",
"2017-06-25",
"2017-06-26",
"2017-06-27",
"2017-06-28",
"2017-06-29",
"2017-06-30",
"2017-07-01"
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7476bf5a-49f6-4f53-8406-ed1dae4fdc3d'}
期望检测的返回值:
{
"todayValue": {
"type": "int"
},
"美团订单数": {
"type": "list"
},
"网店订单数": {
"type": "list"
},
"yesterdayValue": {
"type": "int"
},
"dateList": {
"type": "list"
},
"总订单数": {
"type": "list"
},
"statusCode": {
"EQ": 0
},
"饿了么订单数": {
"type": "list"
},
"门店订单数": {
"type": "list"
},
"data.data": {
"type": "dict"
}
}
检查key: todayValue的返回值通过
检查key: 美团订单数的返回值通过
检查key: 网店订单数的返回值通过
检查key: yesterdayValue的返回值通过
检查key: dateList的返回值通过
检查key: 总订单数的返回值通过
检查key: statusCode的返回值通过
检查key: 饿了么订单数的返回值通过
检查key: 门店订单数的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_362_BOSS_首页--订单分析--订单销售分析--正常 |
pass
pt1.362:
测试用例开始时间: 2017-06-17 17:17:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:17:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a299674f-ce61-4649-8b29-a59bf0187444","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a299674f-ce61-4649-8b29-a59bf0187444'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/sale/summary
The request method is :GET
The request parameter is:
{
"startDate": "2017-03-01",
"endDate": "2017-07-01"
}
接口请求头文件为:
{u'token': u'a299674f-ce61-4649-8b29-a59bf0187444', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.93499994278
接口请求返回值:
{
"msg": "成功",
"data": {
"unitOrderPrice": 9.52,
"orderCount": 253,
"grossProfitRate": 33.0,
"dateList": [
"2017-03-01",
"2017-03-02",
"2017-03-03",
"2017-03-04",
"2017-03-05",
"2017-03-06",
"2017-03-07",
"2017-03-08",
"2017-03-09",
"2017-03-10",
"2017-03-11",
"2017-03-12",
"2017-03-13",
"2017-03-14",
"2017-03-15",
"2017-03-16",
"2017-03-17",
"2017-03-18",
"2017-03-19",
"2017-03-20",
"2017-03-21",
"2017-03-22",
"2017-03-23",
"2017-03-24",
"2017-03-25",
"2017-03-26",
"2017-03-27",
"2017-03-28",
"2017-03-29",
"2017-03-30",
"2017-03-31",
"2017-04-01",
"2017-04-02",
"2017-04-03",
"2017-04-04",
"2017-04-05",
"2017-04-06",
"2017-04-07",
"2017-04-08",
"2017-04-09",
"2017-04-10",
"2017-04-11",
"2017-04-12",
"2017-04-13",
"2017-04-14",
"2017-04-15",
"2017-04-16",
"2017-04-17",
"2017-04-18",
"2017-04-19",
"2017-04-20",
"2017-04-21",
"2017-04-22",
"2017-04-23",
"2017-04-24",
"2017-04-25",
"2017-04-26",
"2017-04-27",
"2017-04-28",
"2017-04-29",
"2017-04-30",
"2017-05-01",
"2017-05-02",
"2017-05-03",
"2017-05-04",
"2017-05-05",
"2017-05-06",
"2017-05-07",
"2017-05-08",
"2017-05-09",
"2017-05-10",
"2017-05-11",
"2017-05-12",
"2017-05-13",
"2017-05-14",
"2017-05-15",
"2017-05-16",
"2017-05-17",
"2017-05-18",
"2017-05-19",
"2017-05-20",
"2017-05-21",
"2017-05-22",
"2017-05-23",
"2017-05-24",
"2017-05-25",
"2017-05-26",
"2017-05-27",
"2017-05-28",
"2017-05-29",
"2017-05-30",
"2017-05-31",
"2017-06-01",
"2017-06-02",
"2017-06-03",
"2017-06-04",
"2017-06-05",
"2017-06-06",
"2017-06-07",
"2017-06-08",
"2017-06-09",
"2017-06-10",
"2017-06-11",
"2017-06-12",
"2017-06-13",
"2017-06-14",
"2017-06-15",
"2017-06-16",
"2017-06-17",
"2017-06-18",
"2017-06-19",
"2017-06-20",
"2017-06-21",
"2017-06-22",
"2017-06-23",
"2017-06-24",
"2017-06-25",
"2017-06-26",
"2017-06-27",
"2017-06-28",
"2017-06-29",
"2017-06-30",
"2017-07-01"
],
"grossProfit": 652.0,
"productPurchaseCost": 1313.36,
"income": 2407.35,
"data": {
"收入(订单实付金额)": [
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"1859.38",
"0.00",
"0.00",
"468.97",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"79.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00",
"0.00"
]
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a299674f-ce61-4649-8b29-a59bf0187444'}
期望检测的返回值:
{
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_363_BOSS_首页--首页数据--正常 |
pass
pt1.363:
测试用例开始时间: 2017-06-17 17:17:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:17:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e1089e3a-96b4-4b3a-8452-0ab900356b20","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e1089e3a-96b4-4b3a-8452-0ab900356b20'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/home/pageData
The request method is :GET
null
接口请求头文件为:
{u'token': u'e1089e3a-96b4-4b3a-8452-0ab900356b20', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.979000091553
接口请求返回值:
{
"msg": "成功",
"data": {
"accountBalance": "6.00",
"income": {
"yesterdayIncome": "0.00",
"todayIncome": "0.00"
},
"grossProfit": {
"todayGrossProfit": "1.00",
"todayGrossProfitRate": "17.00"
},
"storeName": "HelloWorld"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e1089e3a-96b4-4b3a-8452-0ab900356b20'}
期望检测的返回值:
{
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_364_BUG_POS扫码入库修改进货价BOSS端查看不生效_bug9830 |
pass
pt1.364:
测试用例开始时间: 2017-06-17 17:17:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:17:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7d53805f-7dc9-463d-b53f-0d605a73dd1a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"5.00","sale_price":"6.00","stock":"129","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"130","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'category_name': u'\u672a\u5206\u7c7b'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'category_name': u'\u672a\u5206\u7c7b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15000000000",
"contact_name": "MissRight",
"supplier_name": "test",
"address": "飞扬科技园901"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.37699985504
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497691068784,
"district": "宝安区",
"storeName": "test",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497691068784,
"city": "深圳市",
"longitude": 113.92830000000001,
"address": "飞扬科技园901",
"latitude": 22.5843,
"storeType": 0,
"id": 2379
}
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.726999998093
接口请求返回值:
{
"msg": "获取供货商列表成功",
"status_code": 0,
"data": [
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497691068000,
"district": "宝安区",
"storeName": "test",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497691068000,
"city": "深圳市",
"longitude": 113.92830000000001,
"address": "飞扬科技园901",
"latitude": 22.5843,
"storeType": 0,
"id": 2379
}
]
}
****************************************************************************************************
The Global Context key and value is :
{u'supplier_id': 2379, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode
The request method is :POST
The request parameter is:
{
"supplier_id": "2379",
"supplier_name": "test",
"operator_id": "15000000000",
"products": [
{
"sale_price": "15.00",
"price": "15.00",
"stock": 5,
"purchase_price": "9",
"product_id": 18880
}
],
"operator_name": "1"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.932999849319
接口请求返回值:
{
"msg": "扫码入库成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'supplier_id': 2379, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/detail/18880
The request method is :get
null
接口请求头文件为:
{u'token': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.89600014687
接口请求返回值:
{
"msg": "成功",
"data": {
"category": 557,
"status": 0,
"tag_display": [],
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"mo_list": [],
"image": "",
"barcode": "6923830302608",
"tag": [],
"product_type": 1,
"specs": [
{
"from_spec": [],
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"price": "0.00",
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"quality_period": 730,
"is_standard": true,
"weighable": false,
"category_display": "未分类",
"user_id": "10",
"id": 18880,
"manufacturer": "鸿福行保健食品(深圳)有限公司"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'supplier_id': 2379, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'7d53805f-7dc9-463d-b53f-0d605a73dd1a', 'purchase_price': u'5.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'129', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"status": {
"eq": 0
},
"stock": {
"eq": "129+5"
},
"purchase_price": {
"eq": "9.00"
},
"barcode": {
"eq": "6923830302608"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: stock的返回值通过
检查key: purchase_price的返回值通过
检查key: barcode的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_365_Client_会员卡余额支付订单--异常 会员没有余额时使用余额支付 |
pass
pt1.365:
测试用例开始时间: 2017-06-17 17:17:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:17:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dba8e44c-b66c-44c6-89f2-663bbbdfedb6","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.983000040054
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "18912345678",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.11400008202
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "18912345678",
"reg_date": "2017-06-17 17:18:02",
"point": 0,
"sex": 1,
"member_id": 1709,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "18912345678",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
0.963999986649
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "18912345678",
"openId": null,
"headimgurl": "http://7xjpiw.com1.z0.glb.clouddn.com/u73954/avatar6491",
"birth": null,
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1466651833000,
"id": 73954,
"registedfrom": null,
"token": "9d3a2382-2897-472b-be66-fa789e769d8b",
"isStaff": false,
"lastLogin": 1497691083345,
"pass": "pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=",
"active": true,
"userKey": "zbyyxkop2od1le3k6b037b7qpmjfukj3",
"sex": 0,
"nickname": "18712345679",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "18912345678",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'9d3a2382-2897-472b-be66-fa789e769d8b'}
****************************************************************************************************
接口请求响应时延为:
0.623999834061
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691084146,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691084147,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'9d3a2382-2897-472b-be66-fa789e769d8b'}
****************************************************************************************************
接口请求响应时延为:
1.81100010872
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'9d3a2382-2897-472b-be66-fa789e769d8b'}
****************************************************************************************************
接口请求响应时延为:
0.916000127792
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 839
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 839, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'9d3a2382-2897-472b-be66-fa789e769d8b'}
****************************************************************************************************
接口请求响应时延为:
1.62399983406
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691084146,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691088501,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 839, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10/ready
The request method is :get
The request parameter is:
{
"useBalance": true,
"tableNo": "5"
}
接口请求头文件为:
{u'token': u'9d3a2382-2897-472b-be66-fa789e769d8b'}
****************************************************************************************************
接口请求响应时延为:
1.23699998856
接口请求返回值:
{
"msg": "成功",
"data": {
"useBalance": false,
"fullDiscount": 0.0,
"memberDiscout": 0.0,
"totalCouponMoney": "0.00",
"money": "12.00",
"needPayMoney": "12.00",
"totalMoney": "12.00",
"rate": 100.0,
"productCount": 1,
"payMoney": "12.00",
"products": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691084146,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691088501,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"lastUseAddress": null,
"memberAccount": 0.0,
"couponMoney": "0.00",
"deliverFee": "0.00"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 839, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "839",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"table": "5",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'9d3a2382-2897-472b-be66-fa789e769d8b'}
****************************************************************************************************
接口请求响应时延为:
0.908999919891
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10210,
"orderNo": "00000010981718100036"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10210, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 839, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/order/10210
The request method is :get
null
接口请求头文件为:
{u'token': u'9d3a2382-2897-472b-be66-fa789e769d8b'}
****************************************************************************************************
接口请求响应时延为:
2.12199997902
接口请求返回值:
{
"msg": "获取",
"data": {
"deliveryFee": "0.00",
"productAmount": "12.00",
"storeName": "HelloWorld",
"memberDiscount": "0.00",
"storeNo": "10",
"contactName": null,
"orderNo": "00000010981718100036",
"memberPoints": 0,
"id": 10210,
"orderItems": [
{
"specId": 19074,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18997,
"unit": "--",
"img": "",
"grossProfit": "12.00",
"json": null,
"orderItems": [],
"income": "12.00",
"categoryId": 557,
"productId": 18880,
"orderId": 10210,
"categoryName": "未分类",
"barcode": "6923830302608",
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"originalPrice": "6.00",
"weighable": null,
"itemDesc": null,
"productNumber": "2.0",
"purchasePrice": "0.00",
"salePrice": "6.00",
"priceType": 0
}
],
"refundBoolean": false,
"orderType": 0,
"expectDeliveryTime": null,
"orderRemarks": "delivery description",
"couponAmount": "0.00",
"orderSource": 0,
"giftAmount": "0.00",
"storeTel": "15000000000",
"payAmount": "15.00",
"orderSourceMSG": "门店",
"orderTime": "2017-06-17 17:18:10",
"orderStatusMSG": "已下单",
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderPoints": 0,
"orderAmount": "15.00",
"contactTel": null,
"prepaidcardPayAmount": "0.00",
"deliveryTime": null,
"payMethod": "微信支付",
"totalPayAmount": "15.00",
"receiptAddress": null,
"deliveryTel": null,
"deliveryName": null,
"orderTypeMSG": "商品订单",
"orderStatus": 1,
"memberBalance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10210, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'user_pass': u'pbkdf2_sha256$24000$vQzmTGpLVFOw$ZbAShJ4W+DyfdzM18I7Ct8jV4yAgrC49xmOnq1mgJYo=', u'userId': 73954, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 839, 'token_boss': u'dba8e44c-b66c-44c6-89f2-663bbbdfedb6', u'user_token': u'9d3a2382-2897-472b-be66-fa789e769d8b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1709, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"prepaidcardPayAmount": {
"eq": "0.00"
},
"orderSource": {
"eq": 0
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: prepaidcardPayAmount的返回值通过
检查key: orderSource的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_366_Client_会员卡余额支付订单--正常 |
pass
pt1.366:
测试用例开始时间: 2017-06-17 17:18:16
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:17:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5399c426-4932-4460-aab8-55fa4b1aaff3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.81299996376
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.35399985313
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.28500008583
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:18:25",
"point": 0,
"sex": 1,
"member_id": 1710,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.789999961853
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 993,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430129",
"pay_amount": "1000.00",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 993,
"gift_amount": "0",
"member_id": 1710
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.97399997711
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430129",
"pay_amount": "1000.00",
"order_id": 10211,
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 993,
"gift_amount": "0",
"member_id": 1710
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10211, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10211
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1,
"pay_amount": "1000.00"
}
],
"order_no": "48112447377150430129",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 993,
"gift_amount": "0",
"member_id": 1710
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.805999994278
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10211,
"pay_amount": "1000.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10211, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
2.09200000763
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "4f6cfb1d-e39a-4b57-b46f-0fcbdc120858",
"isStaff": false,
"lastLogin": 1497691111265,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10211, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'user_token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858'}
****************************************************************************************************
接口请求响应时延为:
0.59600019455
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 15,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497676992974,
"price": "20.00",
"number": 2.0,
"groupItems": null,
"productName": "面包",
"productImage": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"unit": "100",
"moItems": null,
"priceType": 0,
"salePrice": 20.0,
"updateDate": 1497677006585,
"activity_type": null,
"stock": 332.0,
"categoryId": 596,
"select": false,
"productId": 15
},
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691112015,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691112016,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10211, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'user_token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858'}
****************************************************************************************************
接口请求响应时延为:
1.66399979591
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10211, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'user_token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858'}
****************************************************************************************************
接口请求响应时延为:
0.750999927521
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 840
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10211, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 840, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'user_token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858'}
****************************************************************************************************
接口请求响应时延为:
1.85800004005
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 15,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497676992974,
"price": "20.00",
"number": 2.0,
"groupItems": null,
"productName": "面包",
"productImage": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"unit": "100",
"moItems": null,
"priceType": 0,
"salePrice": 20.0,
"updateDate": 1497677006585,
"activity_type": null,
"stock": 332.0,
"categoryId": 596,
"select": false,
"productId": 15
},
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691112015,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691116290,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10211, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 840, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'user_token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "840",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858'}
****************************************************************************************************
接口请求响应时延为:
0.729000091553
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10212,
"orderNo": "00000010981718370037"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10212, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 993, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 840, 'token_boss': u'5399c426-4932-4460-aab8-55fa4b1aaff3', u'user_token': u'4f6cfb1d-e39a-4b57-b46f-0fcbdc120858', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1710, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_367_Client_会员卡余额支付订单后在取消订单查看储值变化--正常 |
error
ft1.367:
测试用例开始时间: 2017-06-17 17:18:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:18:18", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3708ff45-5e9f-4d5a-8c7a-2dda329e70d1","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.34500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.14300012589
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.785999774933
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:18:49",
"point": 0,
"sex": 1,
"member_id": 1711,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.86900019646
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 994,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430130",
"pay_amount": "1000.00",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 994,
"gift_amount": "0",
"member_id": 1711
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.786000013351
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430130",
"pay_amount": "1000.00",
"order_id": 10213,
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 994,
"gift_amount": "0",
"member_id": 1711
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10213
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1,
"pay_amount": "1000.00"
}
],
"order_no": "48112447377150430130",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 994,
"gift_amount": "0",
"member_id": 1711
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.743000030518
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10213,
"pay_amount": "1000.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.91999983788
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "790aba4f-1bc0-4a77-9cee-09482cc33036",
"isStaff": false,
"lastLogin": 1497691135134,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'790aba4f-1bc0-4a77-9cee-09482cc33036'}
****************************************************************************************************
接口请求响应时延为:
0.519000053406
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890"
}
接口请求头文件为:
{u'token': u'790aba4f-1bc0-4a77-9cee-09482cc33036'}
****************************************************************************************************
接口请求响应时延为:
1.96399998665
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691137781,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691137781,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'790aba4f-1bc0-4a77-9cee-09482cc33036'}
****************************************************************************************************
接口请求响应时延为:
0.624000072479
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'790aba4f-1bc0-4a77-9cee-09482cc33036'}
****************************************************************************************************
接口请求响应时延为:
0.728999853134
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 841
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 841, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{}
接口请求头文件为:
{u'token': u'790aba4f-1bc0-4a77-9cee-09482cc33036'}
****************************************************************************************************
接口请求响应时延为:
1.80999994278
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691137781,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691140952,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10213, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 841, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤14 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "841",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'790aba4f-1bc0-4a77-9cee-09482cc33036'}
****************************************************************************************************
接口请求响应时延为:
0.837000131607
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10214,
"orderNo": "00000010981719010038"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10214, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 841, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤15 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10214/cancel
The request method is :POST
null
接口请求头文件为:
{u'token': u'790aba4f-1bc0-4a77-9cee-09482cc33036'}
****************************************************************************************************
接口请求响应时延为:
1.66100001335
接口请求返回值:
{
"msg": "订单取消成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10214, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 994, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 841, 'token_boss': u'3708ff45-5e9f-4d5a-8c7a-2dda329e70d1', u'user_token': u'790aba4f-1bc0-4a77-9cee-09482cc33036', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1711, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤16 :
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 78, in check_data
val = template_json(context, filename)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 67, in template_json
value = simplejson.loads(value)
File "C:\Python27\lib\site-packages\simplejson\__init__.py", line 501, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\site-packages\simplejson\decoder.py", line 373, in decode
raise JSONDecodeError("Extra data", s, end, len(s))
JSONDecodeError: Extra data: line 25 column 3 - line 26 column 1 (char 564 - 566)
|
||||
test_368_Client_会员卡余额支付订单后查看储值变化--正常 |
fail
ft1.368:
测试用例开始时间: 2017-06-17 17:19:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:18:43", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"24d738f8-9437-4700-b55a-e4ef4b2d6dfc","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.848999977112
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.694000005722
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.75200009346
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:19:18",
"point": 0,
"sex": 1,
"member_id": 1712,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.733999967575
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 995,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430131",
"pay_amount": "1000.00",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 15000000000,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 995,
"gift_amount": "0",
"member_id": 1712
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.92499995232
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430131",
"pay_amount": "1000.00",
"order_id": 10215,
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 15000000000,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 995,
"gift_amount": "0",
"member_id": 1712
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10215
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1,
"pay_amount": "1000.00"
}
],
"order_no": "48112447377150430132",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 995,
"gift_amount": "0",
"member_id": 1712
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.766999959946
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10215,
"pay_amount": "1000.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
0.858999967575
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "a1999260-49cb-4793-9ca3-cc802ccb5597",
"isStaff": false,
"lastLogin": 1497691162714,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'a1999260-49cb-4793-9ca3-cc802ccb5597'}
****************************************************************************************************
接口请求响应时延为:
1.43200016022
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890"
}
接口请求头文件为:
{u'token': u'a1999260-49cb-4793-9ca3-cc802ccb5597'}
****************************************************************************************************
接口请求响应时延为:
0.897000074387
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691165204,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691165205,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'a1999260-49cb-4793-9ca3-cc802ccb5597'}
****************************************************************************************************
接口请求响应时延为:
1.7460000515
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'a1999260-49cb-4793-9ca3-cc802ccb5597'}
****************************************************************************************************
接口请求响应时延为:
0.842000007629
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 842
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 842, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": "5"
}
接口请求头文件为:
{u'token': u'a1999260-49cb-4793-9ca3-cc802ccb5597'}
****************************************************************************************************
接口请求响应时延为:
0.851999998093
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691165204,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691168660,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10215, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 842, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤14 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "842",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"table": "5",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'a1999260-49cb-4793-9ca3-cc802ccb5597'}
****************************************************************************************************
接口请求响应时延为:
1.8069999218
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10216,
"orderNo": "00000010981719300039"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10216, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 842, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤15 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/balance/list?storeId=10&page=1&limit=20
The request method is :get
null
接口请求头文件为:
{u'token': u'a1999260-49cb-4793-9ca3-cc802ccb5597'}
****************************************************************************************************
接口请求响应时延为:
0.856999874115
接口请求返回值:
{
"msg": "成功",
"data": {
"pageData": {
"count": 2,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 2,
"data": [
{
"orderId": "00000010981719300039",
"remark": "余额消费15.00",
"createTime": "2017-06-17 17:19:30",
"overBalance": 985.0,
"balance": -15.0,
"type": "余额抵扣",
"id": 4390
},
{
"orderId": "48112447377150430131",
"remark": "充值1000.00实得1000.00",
"createTime": "2017-06-17 17:19:22",
"overBalance": 1000.0,
"balance": 1000.0,
"type": "储值到账",
"id": 4389
}
]
},
"storeId": 10,
"storeName": "HelloWorld"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10216, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 995, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 842, 'token_boss': u'24d738f8-9437-4700-b55a-e4ef4b2d6dfc', u'user_token': u'a1999260-49cb-4793-9ca3-cc802ccb5597', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1712, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data.pageData.data.0.overBalance": {
"eq": 957.0
},
"data.pageData.data.0.balance": {
"eq": -43.0
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: data.pageData.data.0.overBalance返回值失败。
测试步骤15失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_369_Client_商家商品--商家搜索商品 |
fail
ft1.369:
测试用例开始时间: 2017-06-17 17:19:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0909998416901
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "12e5f256-4552-43b5-a411-c4b52e5cc233",
"isStaff": false,
"lastLogin": 1497691177520,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"username": {
"eq": "13423412789",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: username的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:19:10", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/product/search?page=1&limit=20
The request method is :GET
The request parameter is:
{
"latitude": 22.566,
"key": "面",
"longitude": 113.899
}
****************************************************************************************************
接口请求响应时延为:
0.659999847412
接口请求返回值:
{
"msg": "定位失败",
"data": null,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"eq": "成功",
"type": "str"
},
"data": {
"type": "dict"
}
}
检查key: msg返回值失败。
测试步骤3失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_370_Client_商家商品--获取商品列表 |
pass
pt1.370:
测试用例开始时间: 2017-06-17 17:19:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.823999881744
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "99ecab41-80cc-40a9-a6d3-10e2055ba3e6",
"isStaff": false,
"lastLogin": 1497691184019,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:19:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/10
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
0.783999919891
接口请求返回值:
{
"msg": "成功",
"data": {
"categories": [
{
"id": 0,
"name": "全部"
}
],
"store": {
"couponCount": 0,
"notice": "This is the test.",
"deliverTime": [
"08:00-22:00"
],
"name": "HelloWorld",
"phone": "13512345678",
"score": 5.0,
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 10
}
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"name": {
"type": "str"
},
"phone": {
"re": "1",
"type": "str"
},
"categories": {
"type": "list"
},
"msg": {
"eq": "成功",
"type": "str"
},
"logo": {
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"store": {
"type": "dict"
}
}
检查key: name的返回值通过
检查key: phone的返回值通过
检查key: categories的返回值通过
检查key: msg的返回值通过
检查key: logo的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: store的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/10/product?category_id=0&page=1&limit=200
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
1.8599998951
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18880,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "6.00",
"number": 0.0,
"salePrice": "6.00",
"id": 19074,
"unit": "--",
"stock": "134"
}
]
},
{
"category": 557,
"name": "6923450690642",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18881,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "12.00",
"number": 0.0,
"salePrice": "12.00",
"id": 19075,
"unit": "--",
"stock": "100"
}
]
},
{
"category": 557,
"name": "激浪柠檬味可乐型汽水",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18882,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "3.00",
"number": 0.0,
"salePrice": "3.00",
"id": 19076,
"unit": "--",
"stock": "130"
}
]
},
{
"category": 557,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"hasFullReduce": false,
"desc_url": null,
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"storeId": 10,
"mo_list": [],
"id": 18883,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "1.10",
"number": 0.0,
"salePrice": "1.10",
"id": 19077,
"unit": "--",
"stock": "100"
}
]
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"count": {
"type": "int"
},
"discountPrice": {
"type": "str"
},
"totalPage": {
"EQ": 1,
"type": "int"
},
"statusCode": {
"eq": 0,
"type": "int"
},
"hasNext": {
"type": "bool"
},
"name": {
"type": "str"
},
"hasFullReduce": {
"type": "bool"
},
"image": {
"type": "str",
"NF": "http://posstatic-1252095635.file.myqcloud.com/"
},
"storeId": {
"type": "int"
},
"number": {
"type": "float"
},
"keywords": {
"type": "str"
},
"salePrice": {
"type": "str"
},
"category_display": {
"type": "str"
},
"msg": {
"eq": "成功",
"type": "str"
},
"total": {
"type": "int"
},
"specs": {
"type": "list"
},
"unit": {
"type": "str"
},
"stock": {
"re": "[\\d]+"
}
}
检查key: count的返回值通过
检查key: discountPrice的返回值通过
检查key: totalPage的返回值通过
检查key: statusCode的返回值通过
检查key: hasNext的返回值通过
检查key: name的返回值通过
检查key: hasFullReduce的返回值通过
检查key: image的返回值通过
检查key: storeId的返回值通过
检查key: number的返回值通过
检查key: keywords的返回值通过
检查key: salePrice的返回值通过
检查key: category_display的返回值通过
检查key: msg的返回值通过
检查key: total的返回值通过
检查key: specs的返回值通过
检查key: unit的返回值通过
检查key: stock的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_371_Client_商家商品--获取商品列表(不存在的店铺) |
pass
pt1.371:
测试用例开始时间: 2017-06-17 17:19:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.212000131607
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "091ed155-3d7f-4161-9765-ea2023234e96",
"isStaff": false,
"lastLogin": 1497691191631,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/100000/product?category_id=1&page=1&limit=200
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
1.03699994087
接口请求返回值:
{
"msg": "商家不存在",
"data": null,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "商家不存在",
"type": "str"
},
"data": {
"eq": null
},
"statusCode": {
"eq": 1,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_372_Client_商家商品--获取商品详情 |
fail
ft1.372:
测试用例开始时间: 2017-06-17 17:19:50
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.125999927521
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "a273f7c5-4e3c-4188-a437-2cc7fa8a97bf",
"isStaff": false,
"lastLogin": 1497691193463,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'a273f7c5-4e3c-4188-a437-2cc7fa8a97bf'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:19:44", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/10
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
1.09500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"categories": [
{
"id": 0,
"name": "全部"
}
],
"store": {
"couponCount": 0,
"notice": "This is the test.",
"deliverTime": [
"08:00-22:00"
],
"name": "HelloWorld",
"phone": "13512345678",
"score": 5.0,
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 10
}
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"name": {
"type": "str"
},
"phone": {
"re": "1",
"type": "str"
},
"categories": {
"type": "list"
},
"msg": {
"eq": "成功",
"type": "str"
},
"logo": {
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"store": {
"type": "dict"
}
}
检查key: name的返回值通过
检查key: phone的返回值通过
检查key: categories的返回值通过
检查key: msg的返回值通过
检查key: logo的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: store的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/10/product?category_id=0&page=1&limit=200
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
1.17600011826
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18880,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "6.00",
"number": 0.0,
"salePrice": "6.00",
"id": 19074,
"unit": "--",
"stock": "134"
}
]
},
{
"category": 557,
"name": "6923450690642",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18881,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "12.00",
"number": 0.0,
"salePrice": "12.00",
"id": 19075,
"unit": "--",
"stock": "100"
}
]
},
{
"category": 557,
"name": "激浪柠檬味可乐型汽水",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18882,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "3.00",
"number": 0.0,
"salePrice": "3.00",
"id": 19076,
"unit": "--",
"stock": "130"
}
]
},
{
"category": 557,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"hasFullReduce": false,
"desc_url": null,
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"storeId": 10,
"mo_list": [],
"id": 18883,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "1.10",
"number": 0.0,
"salePrice": "1.10",
"id": 19077,
"unit": "--",
"stock": "100"
}
]
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'id': 18880}
期望检测的返回值:
{
"count": {
"type": "int"
},
"discountPrice": {
"type": "str"
},
"totalPage": {
"EQ": 1,
"type": "int"
},
"statusCode": {
"eq": 0,
"type": "int"
},
"hasNext": {
"type": "bool"
},
"name": {
"type": "str"
},
"hasFullReduce": {
"type": "bool"
},
"image": {
"type": "str",
"NF": "http://posstatic-1252095635.file.myqcloud.com/"
},
"storeId": {
"type": "int"
},
"number": {
"type": "float"
},
"keywords": {
"type": "str"
},
"salePrice": {
"type": "str"
},
"category_display": {
"type": "str"
},
"msg": {
"eq": "成功",
"type": "str"
},
"total": {
"type": "int"
},
"specs": {
"type": "list"
},
"unit": {
"type": "str"
},
"stock": {
"re": "[\\d]+"
}
}
检查key: count的返回值通过
检查key: discountPrice的返回值通过
检查key: totalPage的返回值通过
检查key: statusCode的返回值通过
检查key: hasNext的返回值通过
检查key: name的返回值通过
检查key: hasFullReduce的返回值通过
检查key: image的返回值通过
检查key: storeId的返回值通过
检查key: number的返回值通过
检查key: keywords的返回值通过
检查key: salePrice的返回值通过
检查key: category_display的返回值通过
检查key: msg的返回值通过
检查key: total的返回值通过
检查key: specs的返回值通过
检查key: unit的返回值通过
检查key: stock的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/product/18880
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
0.845999956131
接口请求返回值:
{
"msg": "成功",
"data": {
"product": {
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18880,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "6.00",
"number": 0.0,
"salePrice": "6.00",
"id": 19074,
"unit": "--",
"stock": "134"
}
]
},
"products": [
{
"category": 557,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18880,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "6.00",
"number": 0.0,
"salePrice": "6.00",
"id": 19074,
"unit": "--",
"stock": "134"
}
]
},
{
"category": 557,
"name": "6923450690642",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18881,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "12.00",
"number": 0.0,
"salePrice": "12.00",
"id": 19075,
"unit": "--",
"stock": "100"
}
]
},
{
"category": 557,
"name": "激浪柠檬味可乐型汽水",
"hasFullReduce": false,
"desc_url": null,
"image": "",
"storeId": 10,
"mo_list": [],
"id": 18882,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "3.00",
"number": 0.0,
"salePrice": "3.00",
"id": 19076,
"unit": "--",
"stock": "130"
}
]
},
{
"category": 557,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"hasFullReduce": false,
"desc_url": null,
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"storeId": 10,
"mo_list": [],
"id": 18883,
"hasSpecialOffer": false,
"category_display": "未分类",
"specs": [
{
"discountPrice": "1.10",
"number": 0.0,
"salePrice": "1.10",
"id": 19077,
"unit": "--",
"stock": "100"
}
]
}
],
"store": {
"couponCount": null,
"notice": null,
"deliverTime": [
"08:00-22:00"
],
"name": "HelloWorld",
"phone": "13512345678",
"score": 5.0,
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 10
}
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, u'id': 18880}
期望检测的返回值:
{
"category": {
"type": "list"
},
"deliverTime": {
"type": "list"
},
"name": {
"type": "str"
},
"phone": {
"type": "str"
},
"score": {
"type": "float"
},
"products": {
"type": "list"
},
"address": {
"type": "str"
},
"msg": {
"eq": "成功",
"type": "str"
},
"logo": {
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"store": {
"type": "dict"
}
}
检查key: category返回值失败。
测试步骤5失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_373_Client_商家商品--获取商家信息 |
pass
pt1.373:
测试用例开始时间: 2017-06-17 17:19:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.210000038147
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "133853f7-236f-4d61-b7b9-dd07ba7b5973",
"isStaff": false,
"lastLogin": 1497691201399,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:19:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/10
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
1.77400016785
接口请求返回值:
{
"msg": "成功",
"data": {
"categories": [
{
"id": 0,
"name": "全部"
}
],
"store": {
"couponCount": 0,
"notice": "This is the test.",
"deliverTime": [
"08:00-22:00"
],
"name": "HelloWorld",
"phone": "13512345678",
"score": 5.0,
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 10
}
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"name": {
"type": "str"
},
"phone": {
"re": "1",
"type": "str"
},
"categories": {
"type": "list"
},
"msg": {
"eq": "成功",
"type": "str"
},
"logo": {
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"store": {
"type": "dict"
}
}
检查key: name的返回值通过
检查key: phone的返回值通过
检查key: categories的返回值通过
检查key: msg的返回值通过
检查key: logo的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: store的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_374_Client_商家商品--获取商家信息(商店不存在) |
pass
pt1.374:
测试用例开始时间: 2017-06-17 17:20:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.02600002289
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "647752ac-829b-4b40-8ea0-40d905649aba",
"isStaff": false,
"lastLogin": 1497691207670,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/store/11111111
The request method is :GET
null
****************************************************************************************************
接口请求响应时延为:
0.6859998703
接口请求返回值:
{
"msg": "商家不存在",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "商家不存在",
"type": "str"
},
"data": {
"eq": null
},
"statusCode": {
"eq": 1,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_375_Client_地址列--_获取地址列表(空地址) |
pass
pt1.375:
测试用例开始时间: 2017-06-17 17:20:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.112999916077
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "87f68be0-0205-4163-9f02-61a56c3e53ae",
"isStaff": false,
"lastLogin": 1497691209219,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'87f68be0-0205-4163-9f02-61a56c3e53ae'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address
The request method is :GET
null
接口请求头文件为:
{u'token': u'87f68be0-0205-4163-9f02-61a56c3e53ae'}
****************************************************************************************************
接口请求响应时延为:
1.77999997139
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalpage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'87f68be0-0205-4163-9f02-61a56c3e53ae'}
期望检测的返回值:
{
"count": {
"eq": 0,
"type": "int"
},
"totalpage": {
"eq": 0,
"type": "int"
},
"statusCode": {
"eq": 0,
"type": "int"
},
"hasNext": {
"eq": false,
"type": "bool"
},
"currPage": {
"eq": 0,
"type": "int"
},
"msg": {
"eq": "成功",
"type": "str"
},
"total": {
"eq": 0,
"type": "int"
},
"data": {
"type": "dict"
},
"data.data": {
"eq": [],
"type": "str"
}
}
检查key: count的返回值通过
检查key: totalpage的返回值通过
检查key: statusCode的返回值通过
检查key: hasNext的返回值通过
检查key: currPage的返回值通过
检查key: msg的返回值通过
检查key: total的返回值通过
检查key: data的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_376_Client_地址列表--修改地址 |
pass
pt1.376:
测试用例开始时间: 2017-06-17 17:20:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
0.578999996185
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "11c57665-4b2a-4f71-a52b-7e884c2fddcd",
"isStaff": false,
"lastLogin": 1497691212087,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'11c57665-4b2a-4f71-a52b-7e884c2fddcd', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'11c57665-4b2a-4f71-a52b-7e884c2fddcd'}
****************************************************************************************************
接口请求响应时延为:
1.93499994278
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'11c57665-4b2a-4f71-a52b-7e884c2fddcd', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'11c57665-4b2a-4f71-a52b-7e884c2fddcd'}
****************************************************************************************************
接口请求响应时延为:
0.730000019073
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 843
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'11c57665-4b2a-4f71-a52b-7e884c2fddcd', u'userId': 100609, u'addressId': 843, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.99,
"sex": 2,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"id": "843"
}
接口请求头文件为:
{u'token': u'11c57665-4b2a-4f71-a52b-7e884c2fddcd'}
****************************************************************************************************
接口请求响应时延为:
0.832000017166
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'11c57665-4b2a-4f71-a52b-7e884c2fddcd', u'userId': 100609, u'addressId': 843, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_377_Client_地址列表--修改地址--异常 地址id不存在 |
pass
pt1.377:
测试用例开始时间: 2017-06-17 17:20:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.47500014305
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "599e996e-0a7a-4252-85b4-99079ae9f3af",
"isStaff": false,
"lastLogin": 1497691217873,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'599e996e-0a7a-4252-85b4-99079ae9f3af', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.99,
"sex": 2,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"id": 1111111
}
接口请求头文件为:
{u'token': u'599e996e-0a7a-4252-85b4-99079ae9f3af'}
****************************************************************************************************
接口请求响应时延为:
0.707000017166
接口请求返回值:
{
"msg": "请输入正确的id",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'599e996e-0a7a-4252-85b4-99079ae9f3af', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_378_Client_地址列表--增加地址 |
pass
pt1.378:
测试用例开始时间: 2017-06-17 17:20:16
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.13199996948
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "549e73ab-b98e-478b-b1b0-5f7e865e3848",
"isStaff": false,
"lastLogin": 1497691220368,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'549e73ab-b98e-478b-b1b0-5f7e865e3848', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'549e73ab-b98e-478b-b1b0-5f7e865e3848'}
****************************************************************************************************
接口请求响应时延为:
1.0150001049
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'549e73ab-b98e-478b-b1b0-5f7e865e3848', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'549e73ab-b98e-478b-b1b0-5f7e865e3848'}
****************************************************************************************************
接口请求响应时延为:
0.869999885559
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 844
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'549e73ab-b98e-478b-b1b0-5f7e865e3848', u'userId': 100609, u'addressId': 844, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_379_Client_地址列表--增加地址 添加多个地址 |
pass
pt1.379:
测试用例开始时间: 2017-06-17 17:20:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.39599990845
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "f3afae7d-7ea8-4662-9e23-1591eee2f35f",
"isStaff": false,
"lastLogin": 1497691224377,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'f3afae7d-7ea8-4662-9e23-1591eee2f35f', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'f3afae7d-7ea8-4662-9e23-1591eee2f35f'}
****************************************************************************************************
接口请求响应时延为:
0.598000049591
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'f3afae7d-7ea8-4662-9e23-1591eee2f35f', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "test_name2",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'f3afae7d-7ea8-4662-9e23-1591eee2f35f'}
****************************************************************************************************
接口请求响应时延为:
0.931999921799
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'f3afae7d-7ea8-4662-9e23-1591eee2f35f', u'userId': 100609, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'f3afae7d-7ea8-4662-9e23-1591eee2f35f'}
****************************************************************************************************
接口请求响应时延为:
1.94499993324
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 2,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 2,
"data": [
{
"userName": "test_name2",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 846
},
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 845
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'addressId': 846, u'user_token': u'f3afae7d-7ea8-4662-9e23-1591eee2f35f', u'userId': 100609, u'addressId2': 846, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_380_Client_地址列表--获取地址列表 |
pass
pt1.380:
测试用例开始时间: 2017-06-17 17:20:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.22000002861
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "f9811594-aa6e-4774-9851-e9e133436286",
"isStaff": false,
"lastLogin": 1497691228943,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'f9811594-aa6e-4774-9851-e9e133436286'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'f9811594-aa6e-4774-9851-e9e133436286'}
****************************************************************************************************
接口请求响应时延为:
2.08599996567
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'f9811594-aa6e-4774-9851-e9e133436286'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'f9811594-aa6e-4774-9851-e9e133436286'}
****************************************************************************************************
接口请求响应时延为:
0.855999946594
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 847
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'f9811594-aa6e-4774-9851-e9e133436286', u'addressId': 847}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_381_Client_地址列表--获取地址详情 |
pass
pt1.381:
测试用例开始时间: 2017-06-17 17:20:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.179000139236
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "0502e1d5-82b8-4ceb-bad5-adb6f0a57a21",
"isStaff": false,
"lastLogin": 1497691232796,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'0502e1d5-82b8-4ceb-bad5-adb6f0a57a21'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'0502e1d5-82b8-4ceb-bad5-adb6f0a57a21'}
****************************************************************************************************
接口请求响应时延为:
1.95299983025
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'0502e1d5-82b8-4ceb-bad5-adb6f0a57a21'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address
The request method is :GET
null
接口请求头文件为:
{u'token': u'0502e1d5-82b8-4ceb-bad5-adb6f0a57a21'}
****************************************************************************************************
接口请求响应时延为:
0.921000003815
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 848
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'0502e1d5-82b8-4ceb-bad5-adb6f0a57a21', u'id': 848}
期望检测的返回值:
{
"count": {
"type": "int"
},
"userName": {
"type": "str"
},
"totalpage": {
"eq": 1,
"type": "int"
},
"statusCode": {
"eq": 0,
"type": "int"
},
"hasNext": {
"eq": false,
"type": "bool"
},
"district": {
"type": "str"
},
"phone": {
"type": "str"
},
"id": {
"type": "int"
},
"longitude": {
"type": "float"
},
"sex": {
"type": "int"
},
"currPage": {
"eq": 1,
"type": "int"
},
"addressDetail": {
"type": "str"
},
"msg": {
"eq": "成功",
"type": "str"
},
"latitude": {
"type": "float"
},
"total": {
"type": "int"
},
"data": {
"type": "dict"
},
"inRange": {
"eq": true,
"type": "bool"
},
"data.data": {
"type": "dict"
}
}
检查key: count的返回值通过
检查key: userName的返回值通过
检查key: totalpage的返回值通过
检查key: statusCode的返回值通过
检查key: hasNext的返回值通过
检查key: district的返回值通过
检查key: phone的返回值通过
检查key: id的返回值通过
检查key: longitude的返回值通过
检查key: sex的返回值通过
检查key: currPage的返回值通过
检查key: addressDetail的返回值通过
检查key: msg的返回值通过
检查key: latitude的返回值通过
检查key: total的返回值通过
检查key: data的返回值通过
检查key: inRange的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/848
The request method is :GET
null
接口请求头文件为:
{u'token': u'0502e1d5-82b8-4ceb-bad5-adb6f0a57a21'}
****************************************************************************************************
接口请求响应时延为:
2.07700014114
接口请求返回值:
{
"msg": "成功",
"data": {
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 848
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'0502e1d5-82b8-4ceb-bad5-adb6f0a57a21', u'id': 848}
期望检测的返回值:
{
"msg": {
"eq": "成功",
"type": "str"
},
"userName": {
"type": "str"
},
"data": {
"type": "dict"
}
}
检查key: msg的返回值通过
检查key: userName的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_382_Client_地址列表--获取地址详情--异常 id不存在 |
pass
pt1.382:
测试用例开始时间: 2017-06-17 17:20:36
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.167000055313
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "5c5910ae-5232-42e2-af54-92a3b29eb04c",
"isStaff": false,
"lastLogin": 1497691238583,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'5c5910ae-5232-42e2-af54-92a3b29eb04c'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/1000000
The request method is :GET
null
接口请求头文件为:
{u'token': u'5c5910ae-5232-42e2-af54-92a3b29eb04c'}
****************************************************************************************************
接口请求响应时延为:
0.849999904633
接口请求返回值:
{
"msg": "地址不存在",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'5c5910ae-5232-42e2-af54-92a3b29eb04c'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_383_Client_支付交易--模拟订单支付--正常 |
fail
ft1.383:
测试用例开始时间: 2017-06-17 17:20:37
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:20:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"fa816df5-fad4-4b43-8690-7e808daabce9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.881000041962
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.96499991417
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "22a5d840-5949-46d8-bb3b-37fbf6b7191a",
"isStaff": false,
"lastLogin": 1497691247876,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'user_token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a'}
****************************************************************************************************
接口请求响应时延为:
0.875999927521
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691248927,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691248930,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'user_token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a'}
****************************************************************************************************
接口请求响应时延为:
1.91799998283
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'user_token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a'}
****************************************************************************************************
接口请求响应时延为:
0.999000072479
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 849
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 849, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'user_token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a'}
****************************************************************************************************
接口请求响应时延为:
0.891000032425
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691248927,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691252744,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 849, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'user_token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "849",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a'}
****************************************************************************************************
接口请求响应时延为:
2.45399999619
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10217,
"orderNo": "00000010981720550040"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10217, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 849, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'user_token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/order/10217/pay
The request method is :POST
null
接口请求头文件为:
{u'token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a'}
****************************************************************************************************
接口请求响应时延为:
0.819000005722
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10217, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 849, 'token_boss': u'fa816df5-fad4-4b43-8690-7e808daabce9', u'user_token': u'22a5d840-5949-46d8-bb3b-37fbf6b7191a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"eq": "该订单已经支付",
"type": "str"
},
"statusCode": {
"eq": 1
}
}
u'msg'
测试步骤9失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_384_Client_订单--储值规则--正常 |
pass
pt1.384:
测试用例开始时间: 2017-06-17 17:20:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:20:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e770dc99-511d-4526-8ff8-8a7c7453d89a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e770dc99-511d-4526-8ff8-8a7c7453d89a'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'e770dc99-511d-4526-8ff8-8a7c7453d89a'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'e770dc99-511d-4526-8ff8-8a7c7453d89a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.73300004005
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e770dc99-511d-4526-8ff8-8a7c7453d89a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'e770dc99-511d-4526-8ff8-8a7c7453d89a', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.901999950409
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e770dc99-511d-4526-8ff8-8a7c7453d89a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.876000165939
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 996,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 996, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e770dc99-511d-4526-8ff8-8a7c7453d89a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.15899991989
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:21:10",
"point": 0,
"sex": 1,
"member_id": 1714,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 996, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e770dc99-511d-4526-8ff8-8a7c7453d89a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1714, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/recharge/rule?storeId=10
The request method is :get
null
接口请求头文件为:
{u'token': u''}
****************************************************************************************************
接口请求响应时延为:
1.05900001526
接口请求返回值:
{
"msg": "成功",
"data": [
{
"giftPoints": 0,
"giftAmount": 0.0,
"id": 996,
"activityName": "test",
"rechargeAmount": 1000.0
}
],
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 996, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e770dc99-511d-4526-8ff8-8a7c7453d89a', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1714, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"eq": 996
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_385_Client_订单--取消订单--异常 多次取消订单 |
pass
pt1.385:
测试用例开始时间: 2017-06-17 17:21:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:21:00", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1a9db676-1301-4642-a55a-fc7a962191d7","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.836999893188
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.65499997139
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.772000074387
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:21:21",
"point": 0,
"sex": 1,
"member_id": 1715,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.50500011444
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 997,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430133",
"pay_amount": "1000.00",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 997,
"gift_amount": "0",
"member_id": 1715
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.919999837875
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430133",
"pay_amount": "1000.00",
"order_id": 10218,
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"member_first_order": false,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 997,
"gift_amount": "0",
"member_id": 1715
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10218
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1,
"pay_amount": "1000.00"
}
],
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 997,
"gift_amount": "0",
"member_id": 1715
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.825999975204
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10218,
"pay_amount": "1000.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
2.17100000381
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "2fd43fe3-9522-4990-ae6f-ec7ecb357b51",
"isStaff": false,
"lastLogin": 1497691287084,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
0.650000095367
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
1.56600022316
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691289501,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691289502,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
1.10199999809
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
0.839999914169
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 850
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 850, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
2.40599989891
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691289501,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691293851,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10218, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 850, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤14 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "850",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
0.811000108719
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10219,
"orderNo": "00000010981721340041"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10219, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 850, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤15 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10219/cancel
The request method is :POST
null
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
1.35199999809
接口请求返回值:
{
"msg": "订单取消成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10219, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 850, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤16 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10219/cancel
The request method is :POST
null
接口请求头文件为:
{u'token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51'}
****************************************************************************************************
接口请求响应时延为:
1.00099992752
接口请求返回值:
{
"msg": "订单当前状态不能取消",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10219, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 997, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 850, 'token_boss': u'1a9db676-1301-4642-a55a-fc7a962191d7', u'user_token': u'2fd43fe3-9522-4990-ae6f-ec7ecb357b51', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1715, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_386_Client_订单--取消订单--正常 |
pass
pt1.386:
测试用例开始时间: 2017-06-17 17:21:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:21:14", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b941e416-429a-4bed-86cf-0453dc76246b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'b941e416-429a-4bed-86cf-0453dc76246b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.947000026703
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'b941e416-429a-4bed-86cf-0453dc76246b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.97399997711
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.774000167847
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:21:50",
"point": 0,
"sex": 1,
"member_id": 1716,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.894999980927
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 998,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430134",
"pay_amount": "1000.00",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 998,
"gift_amount": "0",
"member_id": 1716
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.02700018883
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430134",
"pay_amount": "1000.00",
"order_id": 10221,
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 998,
"gift_amount": "0",
"member_id": 1716
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10221
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1,
"pay_amount": "1000.00"
}
],
"order_no": "48112447377150430134",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 998,
"gift_amount": "0",
"member_id": 1716
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.01399993896
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10221,
"pay_amount": "1000.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
2.3789999485
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "d25a94c8-729a-4358-ae44-4673a83c92a1",
"isStaff": false,
"lastLogin": 1497691316196,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'd25a94c8-729a-4358-ae44-4673a83c92a1'}
****************************************************************************************************
接口请求响应时延为:
0.513000011444
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'd25a94c8-729a-4358-ae44-4673a83c92a1'}
****************************************************************************************************
接口请求响应时延为:
0.894999980927
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691317786,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691317787,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'd25a94c8-729a-4358-ae44-4673a83c92a1'}
****************************************************************************************************
接口请求响应时延为:
1.52500009537
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'd25a94c8-729a-4358-ae44-4673a83c92a1'}
****************************************************************************************************
接口请求响应时延为:
1.0
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 851
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 851, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'd25a94c8-729a-4358-ae44-4673a83c92a1'}
****************************************************************************************************
接口请求响应时延为:
1.89899992943
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691317786,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691322230,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10221, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 851, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤14 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "851",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'd25a94c8-729a-4358-ae44-4673a83c92a1'}
****************************************************************************************************
接口请求响应时延为:
0.774000167847
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10222,
"orderNo": "00000010981722020042"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10222, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 851, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤15 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10222/cancel
The request method is :POST
null
接口请求头文件为:
{u'token': u'd25a94c8-729a-4358-ae44-4673a83c92a1'}
****************************************************************************************************
接口请求响应时延为:
0.828999996185
接口请求返回值:
{
"msg": "订单取消成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10222, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 998, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 851, 'token_boss': u'b941e416-429a-4bed-86cf-0453dc76246b', u'user_token': u'd25a94c8-729a-4358-ae44-4673a83c92a1', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1716, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_387_Client_订单--获取订单列表--正常 网络订单有值 |
fail
ft1.387:
测试用例开始时间: 2017-06-17 17:22:07
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:21:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"88a2d050-5bc2-4c03-a289-7aa83c90d994","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.99399995804
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.960000038147
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.27900004387
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:22:18",
"point": 0,
"sex": 1,
"member_id": 1717,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.776000022888
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 999,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430135",
"pay_amount": "1000.00",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 999,
"gift_amount": "0",
"member_id": 1717
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.85100007057
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430135",
"pay_amount": "1000.00",
"order_id": 10223,
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 999,
"gift_amount": "0",
"member_id": 1717
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10223, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10223
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1,
"pay_amount": "1000.00"
}
],
"order_no": "48112447377150430135",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 999,
"gift_amount": "0",
"member_id": 1717
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.77900004387
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10223,
"pay_amount": "1000.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10223, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
0.783999919891
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "f83c0142-f188-445e-a2e6-542a94a8bafd",
"isStaff": false,
"lastLogin": 1497691343862,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10223, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'user_token': u'f83c0142-f188-445e-a2e6-542a94a8bafd', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'f83c0142-f188-445e-a2e6-542a94a8bafd'}
****************************************************************************************************
接口请求响应时延为:
0.549999952316
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691344591,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691344591,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10223, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'user_token': u'f83c0142-f188-445e-a2e6-542a94a8bafd', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'f83c0142-f188-445e-a2e6-542a94a8bafd'}
****************************************************************************************************
接口请求响应时延为:
1.4240000248
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10223, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'user_token': u'f83c0142-f188-445e-a2e6-542a94a8bafd', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'f83c0142-f188-445e-a2e6-542a94a8bafd'}
****************************************************************************************************
接口请求响应时延为:
0.723999977112
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 852
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10223, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 852, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'user_token': u'f83c0142-f188-445e-a2e6-542a94a8bafd', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'f83c0142-f188-445e-a2e6-542a94a8bafd'}
****************************************************************************************************
接口请求响应时延为:
0.758999824524
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691344591,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691347496,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10223, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 852, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'user_token': u'f83c0142-f188-445e-a2e6-542a94a8bafd', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "852",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'f83c0142-f188-445e-a2e6-542a94a8bafd'}
****************************************************************************************************
接口请求响应时延为:
1.69800019264
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10224,
"orderNo": "00000010981722290043"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10224, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 852, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'user_token': u'f83c0142-f188-445e-a2e6-542a94a8bafd', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤14 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/order/0/list?page=1&limit=20
The request method is :get
null
接口请求头文件为:
{u'token': u'f83c0142-f188-445e-a2e6-542a94a8bafd'}
****************************************************************************************************
接口请求响应时延为:
0.788000106812
接口请求返回值:
{
"msg": "",
"data": {
"count": 20,
"totalpage": 2,
"hasNext": true,
"currPage": 1,
"total": 22,
"data": [
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "待发货",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-17 17:22:29",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "15.00",
"orderAmount": "15.00",
"memberBalance": "985.00",
"orderNo": "00000010981722290043",
"payAmount": "0.00",
"id": 10224,
"orderItems": [
{
"specId": 19074,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 19007,
"unit": "--",
"img": "",
"grossProfit": "12.00",
"json": null,
"orderItems": [],
"income": "12.00",
"categoryId": 557,
"productId": 18880,
"orderId": 10224,
"categoryName": "未分类",
"barcode": "6923830302608",
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"originalPrice": "6.00",
"weighable": null,
"itemDesc": null,
"productNumber": "2.0",
"purchasePrice": "0.00",
"salePrice": "6.00",
"priceType": 0
}
],
"orderStatus": 2
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-17 13:23:02",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981323020032",
"payAmount": "23.00",
"id": 10034,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18740,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 10034,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-17 09:50:14",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010980950140015",
"payAmount": "23.00",
"id": 9916,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18601,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9916,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 19:47:44",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981947440091",
"payAmount": "23.00",
"id": 9619,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18165,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9619,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 18:20:37",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981820370074",
"payAmount": "23.00",
"id": 9538,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18085,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9538,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 16:02:19",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981602190057",
"payAmount": "23.00",
"id": 9390,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17958,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9390,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 11:49:16",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981149160033",
"payAmount": "3.00",
"id": 9230,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 11:49:11",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981149110032",
"payAmount": "23.00",
"id": 9229,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17829,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9229,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 11:49:06",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981149060031",
"payAmount": "3.00",
"id": 9228,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 00:21:04",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010980021040016",
"payAmount": "3.00",
"id": 9009,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 00:20:51",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010980020510015",
"payAmount": "23.00",
"id": 9008,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17732,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9008,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 00:20:42",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010980020420014",
"payAmount": "3.00",
"id": 9007,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 17:53:53",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981753530038",
"payAmount": "3.00",
"id": 8877,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 17:53:49",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981753490037",
"payAmount": "23.00",
"id": 8876,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17592,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8876,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 17:53:45",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981753450036",
"payAmount": "3.00",
"id": 8875,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 13:59:00",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981359000022",
"payAmount": "23.00",
"id": 8648,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17320,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8648,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 13:58:56",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981358560021",
"payAmount": "23.00",
"id": 8647,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17319,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8647,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 13:58:52",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981358520020",
"payAmount": "3.00",
"id": 8646,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-13 16:59:08",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981659080072",
"payAmount": "23.00",
"id": 8378,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 16976,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8378,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-13 16:59:04",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981659040071",
"payAmount": "3.00",
"id": 8377,
"orderItems": null,
"orderStatus": 1
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10224, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 999, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 852, 'token_boss': u'88a2d050-5bc2-4c03-a289-7aa83c90d994', u'user_token': u'f83c0142-f188-445e-a2e6-542a94a8bafd', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1717, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"count": {
"type": "int"
},
"data.data.0.orderItems.0.barcode": {
"eq": "6923830302608"
},
"data.data.0.comment": {
"eq": false
},
"salePrice": {
"eq": "6.00"
},
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: count的返回值通过
检查key: data.data.0.orderItems.0.barcode的返回值通过
检查key: data.data.0.comment的返回值通过
检查key: salePrice返回值失败。
测试步骤14失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_388_Client_订单--获取订单列表--正常 门店订单有值(扫码) |
pass
pt1.388:
测试用例开始时间: 2017-06-17 17:22:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:22:09", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d38c0091-db45-4259-9309-d930b2efc1ac","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.03299999237
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "1000",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.894999980927
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "1",
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.98699998856
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:22:44",
"point": 0,
"sex": 1,
"member_id": 1718,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.743000030518
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "1000.00",
"start_time": "",
"card_id": 1000,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "1000.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430136",
"pay_amount": "1000.00",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 1000,
"gift_amount": "0",
"member_id": 1718
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.776000022888
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430136",
"pay_amount": "1000.00",
"order_id": 10225,
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 1000,
"gift_amount": "0",
"member_id": 1718
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10225, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10225
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1,
"pay_amount": "1000.00"
}
],
"order_no": "48112447377150430136",
"cashier_name": "15000000000",
"order_amount": "1000.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13423412789",
"member_name": "test_member",
"card_id": 1000,
"gift_amount": "0",
"member_id": 1718
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.04499983788
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10225,
"pay_amount": "1000.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10225, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "1000.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
0.965000152588
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "b2d4a92a-582c-45bb-b91c-14b2f34a3d4c",
"isStaff": false,
"lastLogin": 1497691368791,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10225, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
1.09999990463
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691370048,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691370048,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10225, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
1.71799993515
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10225, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
0.930999994278
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 853
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10225, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 853, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
1.94799995422
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691370048,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691374660,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10225, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 853, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": true,
"addressId": "853",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"table": "5",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
0.773999929428
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10226,
"orderNo": "00000010981722550044"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10226, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 853, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤14 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/order/1/list?page=1&limit=20
The request method is :get
null
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
1.40400004387
接口请求返回值:
{
"msg": "",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-17 17:22:55",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "15.00",
"orderAmount": "15.00",
"memberBalance": "985.00",
"orderNo": "00000010981722550044",
"payAmount": "0.00",
"id": 10226,
"orderItems": [
{
"specId": 19074,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 19008,
"unit": "--",
"img": "",
"grossProfit": "12.00",
"json": null,
"orderItems": [],
"income": "12.00",
"categoryId": 557,
"productId": 18880,
"orderId": 10226,
"categoryName": "未分类",
"barcode": "6923830302608",
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"originalPrice": "6.00",
"weighable": null,
"itemDesc": null,
"productNumber": "2.0",
"purchasePrice": "0.00",
"salePrice": "6.00",
"priceType": 0
}
],
"orderStatus": 4
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10226, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 853, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"count": {
"type": "int"
},
"data.data.0.orderItems.0.barcode": {
"eq": "6923830302608"
},
"data.data.0.comment": {
"eq": false
},
"salePrice": {
"eq": "6.00"
},
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: count的返回值通过
检查key: data.data.0.orderItems.0.barcode的返回值通过
检查key: data.data.0.comment的返回值通过
检查key: salePrice的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤15 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/order/0/list?page=1&limit=20
The request method is :get
null
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
1.23100018501
接口请求返回值:
{
"msg": "",
"data": {
"count": 20,
"totalpage": 2,
"hasNext": true,
"currPage": 1,
"total": 21,
"data": [
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-17 13:23:02",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981323020032",
"payAmount": "23.00",
"id": 10034,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18740,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 10034,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-17 09:50:14",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010980950140015",
"payAmount": "23.00",
"id": 9916,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18601,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9916,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 19:47:44",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981947440091",
"payAmount": "23.00",
"id": 9619,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18165,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9619,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 18:20:37",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981820370074",
"payAmount": "23.00",
"id": 9538,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 18085,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9538,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 16:02:19",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981602190057",
"payAmount": "23.00",
"id": 9390,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17958,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9390,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 11:49:16",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981149160033",
"payAmount": "3.00",
"id": 9230,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 11:49:11",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981149110032",
"payAmount": "23.00",
"id": 9229,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17829,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9229,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 11:49:06",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981149060031",
"payAmount": "3.00",
"id": 9228,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 00:21:04",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010980021040016",
"payAmount": "3.00",
"id": 9009,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 00:20:51",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010980020510015",
"payAmount": "23.00",
"id": 9008,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17732,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 9008,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-15 00:20:42",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010980020420014",
"payAmount": "3.00",
"id": 9007,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 17:53:53",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981753530038",
"payAmount": "3.00",
"id": 8877,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 17:53:49",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981753490037",
"payAmount": "23.00",
"id": 8876,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17592,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8876,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 17:53:45",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981753450036",
"payAmount": "3.00",
"id": 8875,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 13:59:00",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981359000022",
"payAmount": "23.00",
"id": 8648,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17320,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8648,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 13:58:56",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981358560021",
"payAmount": "23.00",
"id": 8647,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 17319,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8647,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-14 13:58:52",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981358520020",
"payAmount": "3.00",
"id": 8646,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-13 16:59:08",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981659080072",
"payAmount": "23.00",
"id": 8378,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 16976,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8378,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-13 16:59:04",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "3.00",
"orderAmount": "3.00",
"memberBalance": "0.00",
"orderNo": "00000010981659040071",
"payAmount": "3.00",
"id": 8377,
"orderItems": null,
"orderStatus": 1
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "3.00",
"statusMSG": "已下单",
"storeName": "HelloWorld",
"totalBalanceAmount": 0,
"storeComment": null,
"orderTime": "2017-06-13 13:52:46",
"productCount": "1",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "23.00",
"orderAmount": "23.00",
"memberBalance": "0.00",
"orderNo": "00000010981352460030",
"payAmount": "23.00",
"id": 8107,
"orderItems": [
{
"specId": 15,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 16659,
"unit": "100",
"img": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/081dab2b6057483b8a8f3a44c860f006.png",
"grossProfit": "20.00",
"json": null,
"orderItems": [],
"income": "20.00",
"categoryId": 596,
"productId": 15,
"orderId": 8107,
"categoryName": "蛋糕甜点",
"barcode": "1",
"productName": "面包",
"originalPrice": "20.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "20.00",
"priceType": 0
}
],
"orderStatus": 1
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10226, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 853, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"count": {
"type": "int"
},
"data.data": {
"ge": 0
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤16 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/order/2/list?page=1&limit=20
The request method is :get
null
接口请求头文件为:
{u'token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c'}
****************************************************************************************************
接口请求响应时延为:
0.805000066757
接口请求返回值:
{
"msg": "",
"data": {
"count": 20,
"totalpage": 6,
"hasNext": true,
"currPage": 1,
"total": 104,
"data": [
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 17:22:45",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "48112447377150430136",
"payAmount": "1000.00",
"id": 10225,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 17:22:21",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "48112447377150430135",
"payAmount": "1000.00",
"id": 10223,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 17:21:52",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "48112447377150430134",
"payAmount": "1000.00",
"id": 10221,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 17:21:24",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "48112447377150430133",
"payAmount": "1000.00",
"id": 10218,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 17:19:21",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "48112447377150430131",
"payAmount": "1000.00",
"id": 10215,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 17:18:52",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "48112447377150430130",
"payAmount": "1000.00",
"id": 10213,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 17:18:28",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "48112447377150430129",
"payAmount": "1000.00",
"id": 10211,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 13:19:51",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "25061493864583106136",
"payAmount": "1000.00",
"id": 10027,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 13:19:29",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "25061493864583106135",
"payAmount": "1000.00",
"id": 10025,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 13:18:50",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "25061493864583106134",
"payAmount": "1000.00",
"id": 10023,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 13:18:27",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "25061493864583106133",
"payAmount": "1000.00",
"id": 10021,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 13:16:34",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "25061493864583106131",
"payAmount": "1000.00",
"id": 10018,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 13:16:11",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "25061493864583106130",
"payAmount": "1000.00",
"id": 10016,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 09:47:37",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "10577834343403614136",
"payAmount": "1000.00",
"id": 9910,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 09:47:19",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "10577834343403614135",
"payAmount": "1000.00",
"id": 9908,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 09:47:01",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "10577834343403614134",
"payAmount": "1000.00",
"id": 9906,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 09:46:43",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "10577834343403614133",
"payAmount": "1000.00",
"id": 9904,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 09:45:21",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "10577834343403614131",
"payAmount": "1000.00",
"id": 9901,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-17 09:45:04",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "10577834343403614130",
"payAmount": "1000.00",
"id": 9898,
"orderItems": null,
"orderStatus": 4
},
{
"comment": false,
"refundOrderItems": null,
"deliveryFee": "0.00",
"statusMSG": "已完成",
"storeName": "HelloWorld",
"totalBalanceAmount": 1000.0,
"storeComment": null,
"orderTime": "2017-06-15 19:45:26",
"productCount": "0",
"totalDiscount": "0.00",
"giftAmount": "0.00",
"storeNo": "10",
"totalPayAmount": "1000.00",
"orderAmount": "1000.00",
"memberBalance": "1000.00",
"orderNo": "38110569604620439136",
"payAmount": "1000.00",
"id": 9613,
"orderItems": null,
"orderStatus": 4
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10226, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1000, u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 853, 'token_boss': u'd38c0091-db45-4259-9309-d930b2efc1ac', u'user_token': u'b2d4a92a-582c-45bb-b91c-14b2f34a3d4c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1718, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"count": {
"type": "int"
},
"data.data": {
"ge": 0
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_389_Client_订单--订单提交使用优惠券--正常 |
error
ft1.389:
测试用例开始时间: 2017-06-17 17:23:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:22:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5c1972cf-c2e8-4141-a3ea-1246d7b4a85e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19023,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19217}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'specId1': 19217, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19023, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/couponrule
The request method is :POST
The request parameter is:
{
"startDate": "2017-04-01",
"fetchRule": 0,
"endDate": "2018-01-01",
"storeUsed": true,
"activityName": "DefineRule",
"netstoreUsed": false,
"productScheme": 0,
"couponAmount": "150.00",
"usedAmount": "100",
"selectedSpecs": [
19217
],
"memberUsed": false,
"couponScheme": 0
}
接口请求头文件为:
{u'token': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.545000076294
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'specId1': 19217, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19023, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.03999996185
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "0df9bc6b-d677-443a-875f-1c1820411aee",
"isStaff": false,
"lastLogin": 1497691392256,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', u'userId': 100609, 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'specId1': 19217, u'user_token': u'0df9bc6b-d677-443a-875f-1c1820411aee', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', 'pid1': 19023, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'0df9bc6b-d677-443a-875f-1c1820411aee'}
****************************************************************************************************
接口请求响应时延为:
1.35300016403
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', u'userId': 100609, 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'specId1': 19217, u'user_token': u'0df9bc6b-d677-443a-875f-1c1820411aee', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', 'pid1': 19023, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/19023/19217/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'0df9bc6b-d677-443a-875f-1c1820411aee'}
****************************************************************************************************
接口请求响应时延为:
0.911999940872
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 120.0,
"money": "120.00",
"productTotalCount": 1,
"totalMoney": "120.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19217,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691394697,
"price": "120.00",
"number": 1.0,
"groupItems": null,
"productName": "忍者",
"productImage": "http://www.baidu.com/",
"unit": "100",
"moItems": null,
"priceType": 0,
"salePrice": 120.0,
"updateDate": 1497691394697,
"activity_type": null,
"stock": 100.0,
"categoryId": 510,
"select": true,
"productId": 19023
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', u'userId': 100609, 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'specId1': 19217, u'user_token': u'0df9bc6b-d677-443a-875f-1c1820411aee', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', 'pid1': 19023, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'0df9bc6b-d677-443a-875f-1c1820411aee'}
****************************************************************************************************
接口请求响应时延为:
1.89100003242
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', u'userId': 100609, 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'specId1': 19217, u'user_token': u'0df9bc6b-d677-443a-875f-1c1820411aee', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', 'pid1': 19023, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'0df9bc6b-d677-443a-875f-1c1820411aee'}
****************************************************************************************************
接口请求响应时延为:
0.770999908447
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 855
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, u'addressId': 855, 'barcode': '12345678909876', u'userId': 100609, 'token_boss': u'5c1972cf-c2e8-4141-a3ea-1246d7b4a85e', 'specId1': 19217, u'user_token': u'0df9bc6b-d677-443a-875f-1c1820411aee', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', 'pid1': 19023, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/coupon/10/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'0df9bc6b-d677-443a-875f-1c1820411aee'}
****************************************************************************************************
接口请求响应时延为:
1.10700011253
接口请求返回值:
{
"msg": "成功",
"data": {
"balance": 0,
"store": {
"couponCount": null,
"notice": null,
"deliverTime": [
"08:00-22:00"
],
"name": "HelloWorld",
"phone": "13512345678",
"score": 5.0,
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 10
},
"couponRule": [],
"points": 0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 120, in get_value
raise e
KeyError: u'couponRule'
|
||||
test_390_Client_订单--订单结算--获取订单信息(提交订单前)--正常 |
pass
pt1.390:
测试用例开始时间: 2017-06-17 17:23:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:23:04", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"4330df1a-d4ac-4d21-9f81-4b76d211ad69","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.55800008774
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.02399992943
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "5d67480f-ac87-4f39-910f-9ab9968838db",
"isStaff": false,
"lastLogin": 1497691409070,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'user_token': u'5d67480f-ac87-4f39-910f-9ab9968838db', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'5d67480f-ac87-4f39-910f-9ab9968838db'}
****************************************************************************************************
接口请求响应时延为:
1.90499997139
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'user_token': u'5d67480f-ac87-4f39-910f-9ab9968838db', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890"
}
接口请求头文件为:
{u'token': u'5d67480f-ac87-4f39-910f-9ab9968838db'}
****************************************************************************************************
接口请求响应时延为:
0.959000110626
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691412117,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691412118,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'user_token': u'5d67480f-ac87-4f39-910f-9ab9968838db', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'5d67480f-ac87-4f39-910f-9ab9968838db'}
****************************************************************************************************
接口请求响应时延为:
1.65999984741
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'user_token': u'5d67480f-ac87-4f39-910f-9ab9968838db', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'5d67480f-ac87-4f39-910f-9ab9968838db'}
****************************************************************************************************
接口请求响应时延为:
0.773999929428
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 856
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 856, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'user_token': u'5d67480f-ac87-4f39-910f-9ab9968838db', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10/ready
The request method is :GET
null
接口请求头文件为:
{u'token': u'5d67480f-ac87-4f39-910f-9ab9968838db'}
****************************************************************************************************
接口请求响应时延为:
1.7460000515
接口请求返回值:
{
"msg": "成功",
"data": {
"useBalance": false,
"fullDiscount": 0.0,
"memberDiscout": 0.0,
"totalCouponMoney": "0.00",
"storeDeliverTimes": [
{
"date": "今天(周六)",
"day": "2017-06-17",
"time": [
"17:53",
"18:23",
"18:53",
"19:23",
"19:53",
"20:23",
"20:53",
"21:23",
"21:53"
]
},
{
"date": "明天(周日)",
"day": "2017-06-19",
"time": [
"08:00",
"08:30",
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"12:00",
"12:30",
"13:00",
"13:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00",
"16:30",
"17:00",
"17:30",
"18:00",
"18:30",
"19:00",
"19:30",
"20:00",
"20:30",
"21:00",
"21:30"
]
},
{
"date": "2017.06.19",
"day": null,
"time": [
"08:00",
"08:30",
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"12:00",
"12:30",
"13:00",
"13:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00",
"16:30",
"17:00",
"17:30",
"18:00",
"18:30",
"19:00",
"19:30",
"20:00",
"20:30",
"21:00",
"21:30"
]
}
],
"needPayMoney": "9.00",
"totalMoney": "9.00",
"rate": 100.0,
"productCount": 1,
"payMoney": "9.00",
"products": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691412117,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691412118,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"lastUseAddress": null,
"money": "6.00",
"memberAccount": 0,
"couponMoney": "0.00",
"deliverFee": "3.00"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 856, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'user_token': u'5d67480f-ac87-4f39-910f-9ab9968838db', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "856",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'5d67480f-ac87-4f39-910f-9ab9968838db'}
****************************************************************************************************
接口请求响应时延为:
0.780000209808
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10228,
"orderNo": "00000010981723370045"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10228, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 856, 'token_boss': u'4330df1a-d4ac-4d21-9f81-4b76d211ad69', u'user_token': u'5d67480f-ac87-4f39-910f-9ab9968838db', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_391_Client_订单--订单结算--获取预支付订单(提交订单后)--正常 |
error
ft1.391:
测试用例开始时间: 2017-06-17 17:23:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:23:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"271ae997-7105-4769-93ae-bf3277bf28e6","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.92599987984
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.00699996948
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "ef4c4f41-9087-47de-9393-c8c68aaf4daa",
"isStaff": false,
"lastLogin": 1497691427789,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
1.50999999046
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890"
}
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
0.842000007629
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691430310,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691430310,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
1.62700009346
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
0.759999990463
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 857
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 857, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10/ready
The request method is :GET
null
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
1.51499986649
接口请求返回值:
{
"msg": "成功",
"data": {
"useBalance": false,
"fullDiscount": 0.0,
"memberDiscout": 0.0,
"totalCouponMoney": "0.00",
"storeDeliverTimes": [
{
"date": "今天(周六)",
"day": "2017-06-17",
"time": [
"17:53",
"18:23",
"18:53",
"19:23",
"19:53",
"20:23",
"20:53",
"21:23",
"21:53"
]
},
{
"date": "明天(周日)",
"day": "2017-06-19",
"time": [
"08:00",
"08:30",
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"12:00",
"12:30",
"13:00",
"13:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00",
"16:30",
"17:00",
"17:30",
"18:00",
"18:30",
"19:00",
"19:30",
"20:00",
"20:30",
"21:00",
"21:30"
]
},
{
"date": "2017.06.19",
"day": null,
"time": [
"08:00",
"08:30",
"09:00",
"09:30",
"10:00",
"10:30",
"11:00",
"11:30",
"12:00",
"12:30",
"13:00",
"13:30",
"14:00",
"14:30",
"15:00",
"15:30",
"16:00",
"16:30",
"17:00",
"17:30",
"18:00",
"18:30",
"19:00",
"19:30",
"20:00",
"20:30",
"21:00",
"21:30"
]
}
],
"needPayMoney": "9.00",
"totalMoney": "9.00",
"rate": 100.0,
"productCount": 1,
"payMoney": "9.00",
"products": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691430310,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691430310,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"lastUseAddress": null,
"money": "6.00",
"memberAccount": 0,
"couponMoney": "0.00",
"deliverFee": "3.00"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 857, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "857",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
0.809000015259
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10229,
"orderNo": "00000010981723540046"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10229, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 857, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/order/10229
The request method is :get
null
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
1.22799992561
接口请求返回值:
{
"msg": "获取",
"data": {
"deliveryFee": "3.00",
"productAmount": "6.00",
"storeName": "HelloWorld",
"memberDiscount": "0.00",
"storeNo": "10",
"contactName": "testname",
"orderNo": "00000010981723540046",
"memberPoints": 0,
"id": 10229,
"orderItems": [
{
"specId": 19074,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.00",
"productProperty": null,
"id": 19011,
"unit": "--",
"img": "",
"grossProfit": "6.00",
"json": null,
"orderItems": [],
"income": "6.00",
"categoryId": 557,
"productId": 18880,
"orderId": 10229,
"categoryName": "未分类",
"barcode": "6923830302608",
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"originalPrice": "6.00",
"weighable": null,
"itemDesc": null,
"productNumber": "1.0",
"purchasePrice": "0.00",
"salePrice": "6.00",
"priceType": 0
}
],
"refundBoolean": false,
"orderType": 0,
"expectDeliveryTime": null,
"orderRemarks": "delivery description",
"couponAmount": "0.00",
"orderSource": 1,
"giftAmount": "0.00",
"storeTel": "15000000000",
"payAmount": "9.00",
"orderSourceMSG": "网络",
"orderTime": "2017-06-17 17:23:54",
"orderStatusMSG": "已下单",
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderPoints": 0,
"orderAmount": "9.00",
"contactTel": "13423412789",
"prepaidcardPayAmount": "0.00",
"deliveryTime": null,
"payMethod": "微信支付",
"totalPayAmount": "9.00",
"receiptAddress": "深圳市宝安区政府深圳市对酒当歌电子商务有限公司",
"deliveryTel": null,
"deliveryName": null,
"orderTypeMSG": "商品订单",
"orderStatus": 1,
"memberBalance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10229, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 857, 'token_boss': u'271ae997-7105-4769-93ae-bf3277bf28e6', u'user_token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data.orderStatus": {
"eq": 1
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: data.orderStatus的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/pay/prepay/10229
The request method is :get
null
接口请求头文件为:
{u'token': u'ef4c4f41-9087-47de-9393-c8c68aaf4daa'}
****************************************************************************************************
接口请求响应时延为:
1.5720000267
接口请求返回值:
{
"msg": "获取预支付订单失败",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 114, in get_value
temp = temp[k]
TypeError: 'NoneType' object has no attribute '__getitem__'
|
||||
test_392_Client_订单--订单结算--订单提交--正常 |
pass
pt1.392:
测试用例开始时间: 2017-06-17 17:24:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:23:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e294c241-66b0-4e5c-9ab5-07ee4c755ac4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.949000120163
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.8180000782
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "f5dddf6b-b967-4caa-bbdd-2bcd4161b46d",
"isStaff": false,
"lastLogin": 1497691448672,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'user_token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d'}
****************************************************************************************************
接口请求响应时延为:
0.684000015259
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'user_token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d'}
****************************************************************************************************
接口请求响应时延为:
2.22699999809
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691451746,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691451746,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'user_token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d'}
****************************************************************************************************
接口请求响应时延为:
0.710000038147
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'user_token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d'}
****************************************************************************************************
接口请求响应时延为:
0.796999931335
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 858
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 858, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'user_token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d'}
****************************************************************************************************
接口请求响应时延为:
1.99000000954
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691451746,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691455250,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 858, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'user_token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "858",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d'}
****************************************************************************************************
接口请求响应时延为:
0.960000038147
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10230,
"orderNo": "00000010981724160047"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10230, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 858, 'token_boss': u'e294c241-66b0-4e5c-9ab5-07ee4c755ac4', u'user_token': u'f5dddf6b-b967-4caa-bbdd-2bcd4161b46d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_393_Client_订单--订单结算--订单提交后查看购物车--正常 购物车为空 |
pass
pt1.393:
测试用例开始时间: 2017-06-17 17:24:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:24:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b27bcfd0-3872-43fd-8baa-1afaa0ee1585","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.96800017357
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.125
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "be1c4d4e-fbcc-408d-93a8-5227acde9bc2",
"isStaff": false,
"lastLogin": 1497691467514,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2'}
****************************************************************************************************
接口请求响应时延为:
0.534999847412
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691468214,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691468215,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2'}
****************************************************************************************************
接口请求响应时延为:
2.03699994087
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2'}
****************************************************************************************************
接口请求响应时延为:
0.869999885559
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 859
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 859, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2'}
****************************************************************************************************
接口请求响应时延为:
1.91199994087
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 859, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2'}
****************************************************************************************************
接口请求响应时延为:
0.958000183105
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691474025,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691474026,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 859, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "859",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2'}
****************************************************************************************************
接口请求响应时延为:
2.21399998665
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10232,
"orderNo": "00000010981724360048"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10232, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 859, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"orderId": {
"type": "int"
},
"orderNo": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: orderId的返回值通过
检查key: orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/10/ready
The request method is :GET
null
接口请求头文件为:
{u'token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2'}
****************************************************************************************************
接口请求响应时延为:
0.795000076294
接口请求返回值:
{
"msg": "购物车是空的",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10232, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 859, 'token_boss': u'b27bcfd0-3872-43fd-8baa-1afaa0ee1585', u'user_token': u'be1c4d4e-fbcc-408d-93a8-5227acde9bc2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"eq": "购物车是空的"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_394_Client_认证--文件上传--正常 |
pass
pt1.394:
测试用例开始时间: 2017-06-17 17:24:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0889999866486
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "52b1de00-04f4-43fe-86fb-63e2f5e36341",
"isStaff": false,
"lastLogin": 1497691481768,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'52b1de00-04f4-43fe-86fb-63e2f5e36341'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/file/upload
The request method is :POST
The request parameter is:
{
"fileName": "test1.jpg"
}
发送的文件为:
test1.jpg
接口请求头文件为:
{u'token': u'52b1de00-04f4-43fe-86fb-63e2f5e36341'}
****************************************************************************************************
接口请求响应时延为:
1.69299983978
接口请求返回值:
{
"msg": "成功",
"data": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/3a75e31bb3084908a685ff6872f03ac3.png",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'52b1de00-04f4-43fe-86fb-63e2f5e36341'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"RE": "http://[\\s\\S]+"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_395_Client_认证--登录用户管理--修改用户信息(正常) |
pass
pt1.395:
测试用例开始时间: 2017-06-17 17:24:42
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.34200000763
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "9a639b7d-31fe-40fc-91ab-3abf3b0c69f0",
"isStaff": false,
"lastLogin": 1497691485814,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'9a639b7d-31fe-40fc-91ab-3abf3b0c69f0'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/message
The request method is :post
The request parameter is:
{
"nickname": "helloWorld",
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"sex": 0
}
接口请求头文件为:
{u'token': u'9a639b7d-31fe-40fc-91ab-3abf3b0c69f0'}
****************************************************************************************************
接口请求响应时延为:
1.36000013351
接口请求返回值:
{
"msg": "成功修改用户信息",
"data": {
"username": "13423412789",
"superuser": false,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"isSuperuser": false,
"registedfrom": "appidposvsdf2f",
"sex": 0,
"email": "",
"token": "9a639b7d-31fe-40fc-91ab-3abf3b0c69f0",
"isStaff": false,
"lastLogin": 1497691486000,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"staff": false,
"nickname": "helloWorld",
"id": 100609,
"isActive": true,
"dateJoined": 1489060230000
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'9a639b7d-31fe-40fc-91ab-3abf3b0c69f0'}
期望检测的返回值:
{
"headimgurl": {
"eq": "www.baidu.com"
},
"nickname": {
"eq": "helloWorld"
},
"sex": {
"eq": 0,
"type": "int"
},
"birth": {
"type": "str"
},
"msg": {
"eq": "成功修改用户信息",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: headimgurl的返回值通过
检查key: nickname的返回值通过
检查key: sex的返回值通过
检查key: birth的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/message
The request method is :get
null
接口请求头文件为:
{u'token': u'9a639b7d-31fe-40fc-91ab-3abf3b0c69f0'}
****************************************************************************************************
接口请求响应时延为:
1.10500001907
接口请求返回值:
{
"msg": null,
"data": {
"nickname": "helloWorld",
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"sex": 0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'9a639b7d-31fe-40fc-91ab-3abf3b0c69f0'}
期望检测的返回值:
{
"statusCode": {
"eq": 0,
"type": "int"
},
"data": {
"type": "dict"
},
"sex": {
"eq": 0,
"type": "int"
}
}
检查key: statusCode的返回值通过
检查key: data的返回值通过
检查key: sex的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_396_Client_认证--登录用户管理--获取用户会员信息(正常) |
pass
pt1.396:
测试用例开始时间: 2017-06-17 17:24:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.01399993896
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa",
"isStaff": false,
"lastLogin": 1497691490224,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/member
The request method is :get
null
接口请求头文件为:
{u'token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa'}
****************************************************************************************************
接口请求响应时延为:
0.815999984741
接口请求返回值:
{
"msg": "",
"data": [],
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data": {
"type": "list"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:24:20", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'user_token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'user_token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'user_token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13423412789",
"sex": "0",
"member_name": "test_name"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.50900006294
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:24:56",
"point": 0,
"sex": 0,
"member_id": 1723,
"discount": "100.0",
"member_name": "test_name",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1723, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/member
The request method is :get
null
接口请求头文件为:
{u'token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa'}
****************************************************************************************************
接口请求响应时延为:
1.00699996948
接口请求返回值:
{
"msg": "",
"data": [
{
"gradeName": "普通会员",
"storeName": "HelloWorld",
"money": 0.0,
"storeId": 10,
"discount": "折扣率100.0%",
"score": 0
}
],
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'b65dbbc6-0c9b-4d90-9f7d-535379e2bdfa', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1723, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.money": {
"eq": 0.0
},
"discount": {
"eq": "折扣率100.0%"
},
"data.0.storeId": {
"eq": 10
},
"data": {
"ll": 1,
"type": "list"
},
"data.0.score": {
"eq": 0
}
}
检查key: data.0.money的返回值通过
检查key: discount的返回值通过
检查key: data.0.storeId的返回值通过
检查key: data的返回值通过
检查key: data.0.score的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_397_Client_认证--登录用户管理--获取用户信息(正常) |
pass
pt1.397:
测试用例开始时间: 2017-06-17 17:24:58
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0900001525879
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "128ddb0d-f60e-4b27-aedd-c93527291958",
"isStaff": false,
"lastLogin": 1497691501026,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'128ddb0d-f60e-4b27-aedd-c93527291958'}
期望检测的返回值:
{
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"eq": 0,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/message
The request method is :get
null
接口请求头文件为:
{u'token': u'128ddb0d-f60e-4b27-aedd-c93527291958'}
****************************************************************************************************
接口请求响应时延为:
0.791999816895
接口请求返回值:
{
"msg": null,
"data": {
"nickname": "helloWorld",
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"sex": 0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'user_token': u'128ddb0d-f60e-4b27-aedd-c93527291958'}
期望检测的返回值:
{
"nickname": {
"type": "str"
},
"statusCode": {
"eq": 0,
"type": "int"
},
"data": {
"type": "dict"
},
"headimgurl": {
"type": "str"
},
"sex": {
"eq": 0,
"type": "int"
}
}
检查key: nickname的返回值通过
检查key: statusCode的返回值通过
检查key: data的返回值通过
检查key: headimgurl的返回值通过
检查key: sex的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_398_Client_认证--登录验证码 |
pass
pt1.398:
测试用例开始时间: 2017-06-17 17:25:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/code?
The request method is :GET
The request parameter is:
{
"phone": "18682090783"
}
****************************************************************************************************
接口请求响应时延为:
0.865000009537
接口请求返回值:
{
"msg": "测试环境不下发验证码",
"data": null,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"EQ": "测试环境不下发验证码"
},
"data": {
"eq": null
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_399_Client_认证--登录(正常) |
pass
pt1.399:
测试用例开始时间: 2017-06-17 17:25:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.226000070572
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "e577ee66-c1f5-4f74-9e75-3b39c33aa2f2",
"isStaff": false,
"lastLogin": 1497691504338,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"superuser": {
"eq": false,
"type": "bool"
},
"statusCode": {
"eq": 0,
"type": "int"
},
"openId": {
"EQ": null
},
"newuser": {
"eq": false,
"type": "bool"
},
"isSuperuser": {
"eq": false,
"type": "bool"
},
"dateJoined": {
"typein": [
"int",
"long"
]
},
"registedfrom": {
"type": "str"
},
"active": {
"eq": true,
"type": "bool"
},
"token": {
"type": "str"
},
"email": {
"type": "str",
"eq": ""
},
"isStaff": {
"eq": false,
"type": "bool"
},
"lastLogin": {
"typein": [
"int",
"long"
]
},
"pass": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"userkey": {
"type": "str"
},
"sex": {
"eq": 0,
"type": "int"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"isActive": {
"eq": true,
"type": "bool"
},
"staff": {
"eq": false,
"type": "bool"
}
}
检查key: username的返回值通过
检查key: superuser的返回值通过
检查key: statusCode的返回值通过
检查key: openId的返回值通过
检查key: newuser的返回值通过
检查key: isSuperuser的返回值通过
检查key: dateJoined的返回值通过
检查key: registedfrom的返回值通过
检查key: active的返回值通过
检查key: token的返回值通过
检查key: email的返回值通过
检查key: isStaff的返回值通过
检查key: lastLogin的返回值通过
检查key: pass的返回值通过
检查key: msg的返回值通过
检查key: userkey的返回值通过
检查key: sex的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: isActive的返回值通过
检查key: staff的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_400_Client_认证--登录(缺少手机号) |
pass
pt1.400:
测试用例开始时间: 2017-06-17 17:25:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.697999954224
接口请求返回值:
{
"msg": "参数不能为空",
"data": null,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "参数不能为空",
"type": "str"
},
"data": {
"eq": null
},
"statusCode": {
"eq": 1,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_401_Client_认证--登录(缺少验证码) |
pass
pt1.401:
测试用例开始时间: 2017-06-17 17:25:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789"
}
****************************************************************************************************
接口请求响应时延为:
0.878999948502
接口请求返回值:
{
"msg": "参数不能为空",
"data": null,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "参数不能为空",
"type": "str"
},
"data": {
"eq": null
},
"statusCode": {
"eq": 1,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_402_Client_认证--登录(错误手机号) |
pass
pt1.402:
测试用例开始时间: 2017-06-17 17:25:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "1",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
0.830000162125
接口请求返回值:
{
"msg": "手机号码错误",
"data": null,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"msg": {
"eq": "手机号码错误",
"type": "str"
},
"data": {
"eq": null
},
"statusCode": {
"eq": 1,
"type": "int"
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_403_Client_购物车--减少商品到购物车--正常 |
pass
pt1.403:
测试用例开始时间: 2017-06-17 17:25:07
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:24:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"9a3dff3f-85ef-4c21-948e-7985dd3ad105","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.759999990463
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
2.29999995232
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "d82d7b18-fef8-4ab9-98d2-4269b69e3ae5",
"isStaff": false,
"lastLogin": 1497691516709,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5'}
****************************************************************************************************
接口请求响应时延为:
0.616000175476
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691517529,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691517530,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5'}
****************************************************************************************************
接口请求响应时延为:
2.10799980164
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5'}
****************************************************************************************************
接口请求响应时延为:
0.790999889374
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 860
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 860, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5'}
****************************************************************************************************
接口请求响应时延为:
0.773000001907
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 860, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5'}
****************************************************************************************************
接口请求响应时延为:
2.03900003433
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691523242,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691523243,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 860, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/reduce
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5'}
****************************************************************************************************
接口请求响应时延为:
0.855000019073
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 0,
"money": "0.00",
"productTotalCount": 0,
"totalMoney": "0.00",
"productCount": 0,
"cartItems": [],
"discountMoney": 0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 860, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10
The request method is :get
null
接口请求头文件为:
{u'token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5'}
****************************************************************************************************
接口请求响应时延为:
2.08099985123
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 0,
"money": "0.00",
"productTotalCount": 0,
"totalMoney": "0.00",
"productCount": 0,
"cartItems": [],
"discountMoney": 0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 860, 'token_boss': u'9a3dff3f-85ef-4c21-948e-7985dd3ad105', u'user_token': u'd82d7b18-fef8-4ab9-98d2-4269b69e3ae5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data.cartItems": {
"ll": 0
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: data.cartItems的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_404_Client_购物车--增加商品到购物车--正常 单个 |
pass
pt1.404:
测试用例开始时间: 2017-06-17 17:25:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:25:09", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"da15c698-34a9-4bae-b1ae-885fc78124c9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.90499997139
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.08099985123
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "a9d8ff39-a2d8-4122-8cbb-a1178b80b052",
"isStaff": false,
"lastLogin": 1497691536136,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'user_token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052'}
****************************************************************************************************
接口请求响应时延为:
2.09599995613
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691538416,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691538417,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'user_token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052'}
****************************************************************************************************
接口请求响应时延为:
0.844999790192
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'user_token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052'}
****************************************************************************************************
接口请求响应时延为:
1.92199993134
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 861
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 861, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'user_token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052'}
****************************************************************************************************
接口请求响应时延为:
1.08699989319
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 861, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'user_token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052'}
****************************************************************************************************
接口请求响应时延为:
2.2349998951
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691544510,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691544510,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 861, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'user_token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10
The request method is :get
null
接口请求头文件为:
{u'token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052'}
****************************************************************************************************
接口请求响应时延为:
0.894000053406
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691544510,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691544510,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 861, 'token_boss': u'da15c698-34a9-4bae-b1ae-885fc78124c9', u'user_token': u'a9d8ff39-a2d8-4122-8cbb-a1178b80b052', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"productId": {
"eq": 18880
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: productId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_405_Client_购物车--增加商品到购物车--正常 多个 |
pass
pt1.405:
测试用例开始时间: 2017-06-17 17:25:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:25:29", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"70dc7dd4-1993-4ff3-b901-3fc07c63dbca","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.64100003242
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19024,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19218}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
0.524000167847
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "b9f5a5e5-ee86-4625-acb7-40ddc94f96f7",
"isStaff": false,
"lastLogin": 1497691558181,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7'}
****************************************************************************************************
接口请求响应时延为:
1.30900001526
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691544510,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691559707,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7'}
****************************************************************************************************
接口请求响应时延为:
1.78200006485
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7'}
****************************************************************************************************
接口请求响应时延为:
0.866999864578
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 862
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 862, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7'}
****************************************************************************************************
接口请求响应时延为:
1.5720000267
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 862, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7'}
****************************************************************************************************
接口请求响应时延为:
1.98199987411
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691565899,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691565900,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 862, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/19024/19218/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7'}
****************************************************************************************************
接口请求响应时延为:
1.43600010872
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 126.0,
"money": "126.00",
"productTotalCount": 2,
"totalMoney": "126.00",
"productCount": 2,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691565899,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691565900,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
},
{
"moItem": null,
"specId": 19218,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691567338,
"price": "120.00",
"number": 1.0,
"groupItems": null,
"productName": "忍者",
"productImage": "http://www.baidu.com/",
"unit": "100",
"moItems": null,
"priceType": 0,
"salePrice": 120.0,
"updateDate": 1497691567339,
"activity_type": null,
"stock": 100.0,
"categoryId": 510,
"select": true,
"productId": 19024
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 862, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10
The request method is :get
null
接口请求头文件为:
{u'token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7'}
****************************************************************************************************
接口请求响应时延为:
0.748000144958
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 126.0,
"money": "126.00",
"productTotalCount": 2,
"totalMoney": "126.00",
"productCount": 2,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691565899,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691565900,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
},
{
"moItem": null,
"specId": 19218,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691567338,
"price": "120.00",
"number": 1.0,
"groupItems": null,
"productName": "忍者",
"productImage": "http://www.baidu.com/",
"unit": "100",
"moItems": null,
"priceType": 0,
"salePrice": 120.0,
"updateDate": 1497691567339,
"activity_type": null,
"stock": 100.0,
"categoryId": 510,
"select": true,
"productId": 19024
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 862, 'token_boss': u'70dc7dd4-1993-4ff3-b901-3fc07c63dbca', 'specId1': 19218, u'user_token': u'b9f5a5e5-ee86-4625-acb7-40ddc94f96f7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19024, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"productId": {
"ALLIN": [
18880,
19024
]
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: productId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_406_Client_购物车--清空购物车--正常 多个清空 |
pass
pt1.406:
测试用例开始时间: 2017-06-17 17:26:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:25:48", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ae476187-39cb-451e-9e4b-55fb93edb635","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'ae476187-39cb-451e-9e4b-55fb93edb635', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.91400003433
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19025,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19219}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
0.367000102997
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "eed2eb86-777e-48bd-a90a-99ea2793294e",
"isStaff": false,
"lastLogin": 1497691579706,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
1.04299998283
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
1.30599999428
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691582239,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691582240,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
1.6099998951
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
0.84299993515
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 863
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 863, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
1.56599998474
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 12.0,
"money": "12.00",
"productTotalCount": 2,
"totalMoney": "12.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691582239,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691586266,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 863, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/19025/19219/add
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
0.927999973297
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 132.0,
"money": "132.00",
"productTotalCount": 3,
"totalMoney": "132.00",
"productCount": 2,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691582239,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691586266,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
},
{
"moItem": null,
"specId": 19219,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691587159,
"price": "120.00",
"number": 1.0,
"groupItems": null,
"productName": "忍者",
"productImage": "http://www.baidu.com/",
"unit": "100",
"moItems": null,
"priceType": 0,
"salePrice": 120.0,
"updateDate": 1497691587159,
"activity_type": null,
"stock": 100.0,
"categoryId": 510,
"select": true,
"productId": 19025
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 863, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10
The request method is :get
null
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
1.57800006866
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 132.0,
"money": "132.00",
"productTotalCount": 3,
"totalMoney": "132.00",
"productCount": 2,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691582239,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691586266,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
},
{
"moItem": null,
"specId": 19219,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691587159,
"price": "120.00",
"number": 1.0,
"groupItems": null,
"productName": "忍者",
"productImage": "http://www.baidu.com/",
"unit": "100",
"moItems": null,
"priceType": 0,
"salePrice": 120.0,
"updateDate": 1497691587159,
"activity_type": null,
"stock": 100.0,
"categoryId": 510,
"select": true,
"productId": 19025
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 863, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"productId": {
"ALLIN": [
18880,
19025
]
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: productId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'eed2eb86-777e-48bd-a90a-99ea2793294e'}
****************************************************************************************************
接口请求响应时延为:
0.853999853134
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': '12345678909876', u'categoryId': 510, u'addressId': 863, 'token_boss': u'ae476187-39cb-451e-9e4b-55fb93edb635', 'specId1': 19219, u'user_token': u'eed2eb86-777e-48bd-a90a-99ea2793294e', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', 'pid1': 19025, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data": {
"eq": null
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_407_Client_购物车--购物车全不选提交购物车--异常 |
pass
pt1.407:
测试用例开始时间: 2017-06-17 17:26:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:26:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6a5fcf78-06d9-40be-a4f9-4e496b257f3f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.946000099182
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.06799983978
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "0e1a788f-a139-4b07-a8df-c28575a6d444",
"isStaff": false,
"lastLogin": 1497691600171,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'user_token': u'0e1a788f-a139-4b07-a8df-c28575a6d444', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'0e1a788f-a139-4b07-a8df-c28575a6d444'}
****************************************************************************************************
接口请求响应时延为:
1.91899991035
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'user_token': u'0e1a788f-a139-4b07-a8df-c28575a6d444', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'0e1a788f-a139-4b07-a8df-c28575a6d444'}
****************************************************************************************************
接口请求响应时延为:
1.07100009918
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691603360,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691603361,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'user_token': u'0e1a788f-a139-4b07-a8df-c28575a6d444', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'0e1a788f-a139-4b07-a8df-c28575a6d444'}
****************************************************************************************************
接口请求响应时延为:
2.78999996185
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'user_token': u'0e1a788f-a139-4b07-a8df-c28575a6d444', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'0e1a788f-a139-4b07-a8df-c28575a6d444'}
****************************************************************************************************
接口请求响应时延为:
0.891999959946
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 864
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 864, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'user_token': u'0e1a788f-a139-4b07-a8df-c28575a6d444', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/selectAll/1
The request method is :post
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'0e1a788f-a139-4b07-a8df-c28575a6d444'}
****************************************************************************************************
接口请求响应时延为:
0.926999807358
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 0.0,
"money": "0.00",
"productTotalCount": 0,
"totalMoney": "0.00",
"productCount": 0,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691603360,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691603361,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": false,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 864, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'user_token': u'0e1a788f-a139-4b07-a8df-c28575a6d444', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "864",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'0e1a788f-a139-4b07-a8df-c28575a6d444'}
****************************************************************************************************
接口请求响应时延为:
2.45300006866
接口请求返回值:
{
"msg": "请选择要购买的商品",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 864, 'token_boss': u'6a5fcf78-06d9-40be-a4f9-4e496b257f3f', u'user_token': u'0e1a788f-a139-4b07-a8df-c28575a6d444', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"eq": "请选择要购买的商品",
"type": "str"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_408_Client_购物车--购物车全选status为0提交购物车--正常 |
pass
pt1.408:
测试用例开始时间: 2017-06-17 17:26:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:26:33", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a0ef4957-bcea-46c4-abf5-46751adcdd01","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.16799998283
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
2.1740000248
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "5bd8ab44-bd63-4e76-8661-671f43c9a739",
"isStaff": false,
"lastLogin": 1497691621071,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'user_token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739'}
****************************************************************************************************
接口请求响应时延为:
0.628999948502
接口请求返回值:
{
"msg": "购物车已经清空",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'user_token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739'}
****************************************************************************************************
接口请求响应时延为:
2.14499998093
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691624031,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691624032,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'user_token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739'}
****************************************************************************************************
接口请求响应时延为:
0.787999868393
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'user_token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739'}
****************************************************************************************************
接口请求响应时延为:
1.48099994659
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 865
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 865, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'user_token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/selectAll/0
The request method is :post
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739'}
****************************************************************************************************
接口请求响应时延为:
1.43700003624
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691624031,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691624032,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 865, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'user_token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "865",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739'}
****************************************************************************************************
接口请求响应时延为:
1.71799993515
接口请求返回值:
{
"msg": "获取成功",
"data": {
"orderId": 10234,
"orderNo": "00000010981727090050"
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 865, 'token_boss': u'a0ef4957-bcea-46c4-abf5-46751adcdd01', u'user_token': u'5bd8ab44-bd63-4e76-8661-671f43c9a739', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"data.orderId": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: data.orderId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_409_Client_购物车--购物车全选status为2提交购物车--正常 |
pass
pt1.409:
测试用例开始时间: 2017-06-17 17:27:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:26:53", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d3bc7192-af5f-436d-b318-72850ff235c2","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.03200006485
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.28799986839
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "5191d30d-0aa2-4b23-9866-d90d872618c9",
"isStaff": false,
"lastLogin": 1497691639536,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'user_token': u'5191d30d-0aa2-4b23-9866-d90d872618c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/clear
The request method is :POST
null
接口请求头文件为:
{u'token': u'5191d30d-0aa2-4b23-9866-d90d872618c9'}
****************************************************************************************************
接口请求响应时延为:
1.15300011635
接口请求返回值:
{
"msg": "购物车已经是空的了",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'user_token': u'5191d30d-0aa2-4b23-9866-d90d872618c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
}
}
检查key: msg的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'5191d30d-0aa2-4b23-9866-d90d872618c9'}
****************************************************************************************************
接口请求响应时延为:
2.24199986458
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 6.0,
"money": "6.00",
"productTotalCount": 1,
"totalMoney": "6.00",
"productCount": 1,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691643120,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691643121,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": true,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'user_token': u'5191d30d-0aa2-4b23-9866-d90d872618c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'5191d30d-0aa2-4b23-9866-d90d872618c9'}
****************************************************************************************************
接口请求响应时延为:
0.80999994278
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'user_token': u'5191d30d-0aa2-4b23-9866-d90d872618c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'5191d30d-0aa2-4b23-9866-d90d872618c9'}
****************************************************************************************************
接口请求响应时延为:
1.80099987984
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 866
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 866, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'user_token': u'5191d30d-0aa2-4b23-9866-d90d872618c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/selectAll/2
The request method is :post
The request parameter is:
{
"tableNo": 5
}
接口请求头文件为:
{u'token': u'5191d30d-0aa2-4b23-9866-d90d872618c9'}
****************************************************************************************************
接口请求响应时延为:
1.93499994278
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 0.0,
"money": "0.00",
"productTotalCount": 0,
"totalMoney": "0.00",
"productCount": 0,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691643120,
"price": "6.00",
"number": 1.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691643121,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": false,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 866, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'user_token': u'5191d30d-0aa2-4b23-9866-d90d872618c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "866",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'5191d30d-0aa2-4b23-9866-d90d872618c9'}
****************************************************************************************************
接口请求响应时延为:
1.30200004578
接口请求返回值:
{
"msg": "请选择要购买的商品",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 866, 'token_boss': u'd3bc7192-af5f-436d-b318-72850ff235c2', u'user_token': u'5191d30d-0aa2-4b23-9866-d90d872618c9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"eq": "请选择要购买的商品",
"type": "str"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_410_Client_购物车--购物车提交--正常 |
error
ft1.410:
测试用例开始时间: 2017-06-17 17:27:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:27:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"dbf85e4d-334a-440c-9bdf-176e2bac8a63","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.05799984932
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234",
"wxCode": "1234567890"
}
****************************************************************************************************
接口请求响应时延为:
1.66200017929
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "c250fb18-6652-4baf-929d-6cd195fa472f",
"isStaff": false,
"lastLogin": 1497691658447,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63', u'user_token': u'c250fb18-6652-4baf-929d-6cd195fa472f', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
The request parameter is:
{
"wxCode": "1234567890",
"tableNo": 5
}
接口请求头文件为:
{u'token': u'c250fb18-6652-4baf-929d-6cd195fa472f'}
****************************************************************************************************
接口请求响应时延为:
1.36500000954
接口请求返回值:
{
"msg": "成功",
"data": {
"totalSaleMoney": 0.0,
"money": "0.00",
"productTotalCount": 0,
"totalMoney": "0.00",
"productCount": 0,
"cartItems": [
{
"moItem": null,
"specId": 19074,
"fullReducedRuleId": null,
"acctivity_content": null,
"addDate": 1497691643120,
"price": "6.00",
"number": 2.0,
"groupItems": null,
"productName": "500ml竹蔗茅根植物饮品(竹节瓶)",
"productImage": "",
"unit": "--",
"moItems": null,
"priceType": 0,
"salePrice": 6.0,
"updateDate": 1497691659992,
"activity_type": null,
"stock": 134.0,
"categoryId": 557,
"select": false,
"productId": 18880
}
],
"discountMoney": 0.0
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63', u'user_token': u'c250fb18-6652-4baf-929d-6cd195fa472f', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "testname",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'c250fb18-6652-4baf-929d-6cd195fa472f'}
****************************************************************************************************
接口请求响应时延为:
1.22300004959
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63', u'user_token': u'c250fb18-6652-4baf-929d-6cd195fa472f', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'c250fb18-6652-4baf-929d-6cd195fa472f'}
****************************************************************************************************
接口请求响应时延为:
1.11100006104
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "testname",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 867
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'userId': 100609, u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 867, 'token_boss': u'dbf85e4d-334a-440c-9bdf-176e2bac8a63', u'user_token': u'c250fb18-6652-4baf-929d-6cd195fa472f', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/order/commit
The request method is :POST
The request parameter is:
{
"useBalance": false,
"addressId": "867",
"deliverTimes": "2017-06-05",
"saleType": 1,
"storeId": "10",
"desc": "delivery description"
}
接口请求头文件为:
{u'token': u'c250fb18-6652-4baf-929d-6cd195fa472f'}
****************************************************************************************************
接口请求响应时延为:
1.04700016975
接口请求返回值:
{
"msg": "请选择要购买的商品",
"data": null,
"success": false,
"statusCode": 1
}
****************************************************************************************************
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 185, in check_data
value = get_value(val["key"][each], data)
File "D:\Git\API_Automation\Common\util.py", line 114, in get_value
temp = temp[k]
TypeError: 'NoneType' object has no attribute '__getitem__'
|
||||
test_411_POS_会员充值--储值规则查询--正常 |
pass
pt1.411:
测试用例开始时间: 2017-06-17 17:27:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:27:32", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.04299998283
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.61299991608
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_412_POS_会员充值--储值订单提交--异常 cardID不存在 |
pass
pt1.412:
测试用例开始时间: 2017-06-17 17:27:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:27:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"00d11150-a4c0-41d2-9b64-bff3c576838f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'00d11150-a4c0-41d2-9b64-bff3c576838f', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'00d11150-a4c0-41d2-9b64-bff3c576838f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.00899982452
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'00d11150-a4c0-41d2-9b64-bff3c576838f', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.22000002861
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1001,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1001, 'token_boss': u'00d11150-a4c0-41d2-9b64-bff3c576838f', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.23600006104
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:28:04",
"point": 0,
"sex": 0,
"member_id": 1728,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1001, 'token_boss': u'00d11150-a4c0-41d2-9b64-bff3c576838f', u'member_id': 1728, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430101",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 100000,
"member_id": 1728
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.878999948502
接口请求返回值:
{
"msg": "储值订单提交失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1001, 'token_boss': u'00d11150-a4c0-41d2-9b64-bff3c576838f', u'member_id': 1728, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 1
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_413_POS_会员充值--储值订单提交--异常 memberId不存在 |
pass
pt1.413:
测试用例开始时间: 2017-06-17 17:28:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:27:54", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"35a35ea7-4397-4a8e-bde1-b000fea5a184","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'35a35ea7-4397-4a8e-bde1-b000fea5a184', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'35a35ea7-4397-4a8e-bde1-b000fea5a184', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.988000154495
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'35a35ea7-4397-4a8e-bde1-b000fea5a184', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.38899993896
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1002,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1002, 'token_boss': u'35a35ea7-4397-4a8e-bde1-b000fea5a184', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.04600000381
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:28:18",
"point": 0,
"sex": 0,
"member_id": 1729,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1002, 'token_boss': u'35a35ea7-4397-4a8e-bde1-b000fea5a184', u'member_id': 1729, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430102",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1002,
"member_id": 1000000
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.62099981308
接口请求返回值:
{
"msg": "储值订单提交失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1002, 'token_boss': u'35a35ea7-4397-4a8e-bde1-b000fea5a184', u'member_id': 1729, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 1
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_414_POS_会员充值--储值订单提交--正常 |
pass
pt1.414:
测试用例开始时间: 2017-06-17 17:28:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:28:08", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b5bb224f-cc61-4265-80a9-ce49346e17eb","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'b5bb224f-cc61-4265-80a9-ce49346e17eb', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'b5bb224f-cc61-4265-80a9-ce49346e17eb', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.02100014687
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'b5bb224f-cc61-4265-80a9-ce49346e17eb', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.0320000648499
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1003,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1003, 'token_boss': u'b5bb224f-cc61-4265-80a9-ce49346e17eb', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.80199980736
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:28:30",
"point": 0,
"sex": 0,
"member_id": 1730,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1003, 'token_boss': u'b5bb224f-cc61-4265-80a9-ce49346e17eb', u'member_id': 1730, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430103",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1003,
"member_id": 1730
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.04500007629
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430103",
"pay_amount": "100.00",
"order_id": 10235,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1003,
"member_id": 1730
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10235, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1003, 'token_boss': u'b5bb224f-cc61-4265-80a9-ce49346e17eb', u'member_id': 1730, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_415_POS_会员充值--储值订单更新--异常 同一订单不能多次支付 |
pass
pt1.415:
测试用例开始时间: 2017-06-17 17:28:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:28:23", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f783511a-7528-4275-ad43-4b8818791aa4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'f783511a-7528-4275-ad43-4b8818791aa4', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.72199988365
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.846999883652
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1004,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1004, 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.70600008965
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:28:44",
"point": 0,
"sex": 0,
"member_id": 1731,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1004, 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', u'member_id': 1731, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430104",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1004,
"member_id": 1731
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.92899990082
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430104",
"pay_amount": "100.00",
"order_id": 10236,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1004,
"member_id": 1731
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10236, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1004, 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', u'member_id': 1731, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10236
The request method is :POST
The request parameter is:
{
"pay_type": 2,
"pay_info": [
{
"pay_type": 2
}
],
"cashier_name": "15000000000",
"order_amount": "100.00",
"cashier_id": 10,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1004,
"member_id": 1731
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.858999967575
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10236,
"pay_amount": "100.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10236, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1004, 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', u'member_id': 1731, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10236
The request method is :POST
The request parameter is:
{
"pay_type": 2,
"pay_info": [
{
"pay_type": 2
}
],
"cashier_name": "15000000000",
"order_amount": "100.00",
"cashier_id": 10,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1004,
"member_id": 1731
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.70000004768
接口请求返回值:
{
"msg": "订单支付成功!",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10236, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1004, 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', u'member_id': 1731, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/member/1731/operatelog
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.66100001335
接口请求返回值:
{
"msg": "获取商户会员操作流水成功",
"status_code": 0,
"data": {
"count": 2,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 2,
"data": [
{
"remarks": "充值100.00实得100.00",
"update_time": "2017-06-17 17:28:47",
"create_time": "2017-06-17 17:28:47",
"change_type": 1
},
{
"remarks": "新建",
"update_time": "2017-06-17 17:28:44",
"create_time": "2017-06-17 17:28:44",
"change_type": 4
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10236, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1004, 'token_boss': u'f783511a-7528-4275-ad43-4b8818791aa4', u'member_id': 1731, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.data.0.change_type": {
"eq": 1
},
"status_code": {
"eq": 0
},
"data.data.0.remarks": {
"eq": "充值100.00实得100.00"
},
"data.data.1.change_type": {
"eq": 4
},
"data.count": {
"type": "int"
},
"data.data.-1.remarks": {
"eq": "新建"
},
"data.data": {
"ll": 2
}
}
检查key: data.data.0.change_type的返回值通过
检查key: status_code的返回值通过
检查key: data.data.0.remarks的返回值通过
检查key: data.data.1.change_type的返回值通过
检查key: data.count的返回值通过
检查key: data.data.-1.remarks的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_416_POS_会员充值--储值订单更新--异常 同一订单现金支付后再其他支付 |
pass
pt1.416:
测试用例开始时间: 2017-06-17 17:28:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:28:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f4c2054c-3740-4abe-b439-eb536735a44e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'f4c2054c-3740-4abe-b439-eb536735a44e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.10100007057
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.87299990654
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1005,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1005, 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.35400009155
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:29:03",
"point": 0,
"sex": 0,
"member_id": 1732,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1005, 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', u'member_id': 1732, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430105",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1005,
"member_id": 1732
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.24099993706
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430105",
"pay_amount": "100.00",
"order_id": 10237,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1005,
"member_id": 1732
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10237, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1005, 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', u'member_id': 1732, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10237
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1
}
],
"cashier_name": "15000000000",
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1005,
"member_id": 1732
},
"order_amount": "100.00",
"cashier_id": 10
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.31200003624
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10237,
"pay_amount": "100.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10237, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1005, 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', u'member_id': 1732, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10237
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 6
}
],
"cashier_name": "15000000000",
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1005,
"member_id": 1732
},
"order_amount": "100.00",
"cashier_id": 10
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.6859998703
接口请求返回值:
{
"msg": "订单支付成功!",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10237, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1005, 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', u'member_id': 1732, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/member/1732/operatelog
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.24300003052
接口请求返回值:
{
"msg": "获取商户会员操作流水成功",
"status_code": 0,
"data": {
"count": 2,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 2,
"data": [
{
"remarks": "充值100.00实得100.00",
"update_time": "2017-06-17 17:29:05",
"create_time": "2017-06-17 17:29:05",
"change_type": 1
},
{
"remarks": "新建",
"update_time": "2017-06-17 17:29:03",
"create_time": "2017-06-17 17:29:03",
"change_type": 4
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10237, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1005, 'token_boss': u'f4c2054c-3740-4abe-b439-eb536735a44e', u'member_id': 1732, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.data.0.change_type": {
"eq": 1
},
"status_code": {
"eq": 0
},
"data.data.0.remarks": {
"eq": "充值100.00实得100.00"
},
"data.data.1.change_type": {
"eq": 4
},
"data.count": {
"type": "int"
},
"data.data.-1.remarks": {
"eq": "新建"
},
"data.data": {
"ll": 2
}
}
检查key: data.data.0.change_type的返回值通过
检查key: status_code的返回值通过
检查key: data.data.0.remarks的返回值通过
检查key: data.data.1.change_type的返回值通过
检查key: data.count的返回值通过
检查key: data.data.-1.remarks的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_417_POS_会员充值--储值订单更新--异常 同一订单现金支付后在银行卡支付 |
pass
pt1.417:
测试用例开始时间: 2017-06-17 17:29:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:28:54", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.08299994469
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.874000072479
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1006,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1006, 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.40100002289
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:29:21",
"point": 0,
"sex": 0,
"member_id": 1733,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1006, 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', u'member_id': 1733, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430106",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1006,
"member_id": 1733
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.75600004196
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430106",
"pay_amount": "100.00",
"order_id": 10239,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1006,
"member_id": 1733
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10239, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1006, 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', u'member_id': 1733, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10239
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1
}
],
"cashier_name": "15000000000",
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1006,
"member_id": 1733
},
"order_amount": "100.00",
"cashier_id": 10
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.809000015259
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10239,
"pay_amount": "100.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10239, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1006, 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', u'member_id': 1733, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10239
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 2
}
],
"cashier_name": "15000000000",
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1006,
"member_id": 1733
},
"order_amount": "100.00",
"cashier_id": 10
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.83500003815
接口请求返回值:
{
"msg": "订单支付成功!",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10239, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1006, 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', u'member_id': 1733, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/member/1733/operatelog
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.823999881744
接口请求返回值:
{
"msg": "获取商户会员操作流水成功",
"status_code": 0,
"data": {
"count": 2,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 2,
"data": [
{
"remarks": "充值100.00实得100.00",
"update_time": "2017-06-17 17:29:23",
"create_time": "2017-06-17 17:29:23",
"change_type": 1
},
{
"remarks": "新建",
"update_time": "2017-06-17 17:29:21",
"create_time": "2017-06-17 17:29:21",
"change_type": 4
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10239, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1006, 'token_boss': u'c9fe3faf-f4d3-4ed3-a03c-954f6c3d4091', u'member_id': 1733, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.data.0.change_type": {
"eq": 1
},
"status_code": {
"eq": 0
},
"data.data.0.remarks": {
"eq": "充值100.00实得100.00"
},
"data.data.1.change_type": {
"eq": 4
},
"data.count": {
"type": "int"
},
"data.data.-1.remarks": {
"eq": "新建"
},
"data.data": {
"ll": 2
}
}
检查key: data.data.0.change_type的返回值通过
检查key: status_code的返回值通过
检查key: data.data.0.remarks的返回值通过
检查key: data.data.1.change_type的返回值通过
检查key: data.count的返回值通过
检查key: data.data.-1.remarks的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_418_POS_会员充值--储值订单更新--异常 同一订单银行卡支付后再其他支付 |
pass
pt1.418:
测试用例开始时间: 2017-06-17 17:29:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:29:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"5bb9ae48-4455-490c-9b6c-5901a3e99b73","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.65899991989
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.784999847412
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1007,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1007, 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.68099999428
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:29:39",
"point": 0,
"sex": 0,
"member_id": 1734,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1007, 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', u'member_id': 1734, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430107",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1007,
"member_id": 1734
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.54500007629
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430107",
"pay_amount": "100.00",
"order_id": 10240,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1007,
"member_id": 1734
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10240, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1007, 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', u'member_id': 1734, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10240
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 2
}
],
"cashier_name": "15000000000",
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1007,
"member_id": 1734
},
"order_amount": "100.00",
"cashier_id": 10
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.884999990463
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10240,
"pay_amount": "100.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10240, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1007, 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', u'member_id': 1734, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10240
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 6
}
],
"cashier_name": "15000000000",
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1007,
"member_id": 1734
},
"order_amount": "100.00",
"cashier_id": 10
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.49699997902
接口请求返回值:
{
"msg": "订单支付成功!",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10240, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1007, 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', u'member_id': 1734, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/member/1734/operatelog
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.820999860764
接口请求返回值:
{
"msg": "获取商户会员操作流水成功",
"status_code": 0,
"data": {
"count": 2,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 2,
"data": [
{
"remarks": "充值100.00实得100.00",
"update_time": "2017-06-17 17:29:41",
"create_time": "2017-06-17 17:29:41",
"change_type": 1
},
{
"remarks": "新建",
"update_time": "2017-06-17 17:29:39",
"create_time": "2017-06-17 17:29:39",
"change_type": 4
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10240, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1007, 'token_boss': u'5bb9ae48-4455-490c-9b6c-5901a3e99b73', u'member_id': 1734, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.data.0.change_type": {
"eq": 1
},
"status_code": {
"eq": 0
},
"data.data.0.remarks": {
"eq": "充值100.00实得100.00"
},
"data.data.1.change_type": {
"eq": 4
},
"data.count": {
"type": "int"
},
"data.data.-1.remarks": {
"eq": "新建"
},
"data.data": {
"ll": 2
}
}
检查key: data.data.0.change_type的返回值通过
检查key: status_code的返回值通过
检查key: data.data.0.remarks的返回值通过
检查key: data.data.1.change_type的返回值通过
检查key: data.count的返回值通过
检查key: data.data.-1.remarks的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_419_POS_会员充值--储值订单更新--异常 更新金额与提交订单不一致 |
pass
pt1.419:
测试用例开始时间: 2017-06-17 17:29:45
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:29:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"fcb751b0-cd0f-4906-88eb-69db82da025b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'fcb751b0-cd0f-4906-88eb-69db82da025b', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'fcb751b0-cd0f-4906-88eb-69db82da025b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.797999858856
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'fcb751b0-cd0f-4906-88eb-69db82da025b', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.71099996567
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1008,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1008, 'token_boss': u'fcb751b0-cd0f-4906-88eb-69db82da025b', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.990999937057
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:29:54",
"point": 0,
"sex": 0,
"member_id": 1735,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1008, 'token_boss': u'fcb751b0-cd0f-4906-88eb-69db82da025b', u'member_id': 1735, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430108",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1008,
"member_id": 1735
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.80399990082
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430108",
"pay_amount": "100.00",
"order_id": 10241,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1008,
"member_id": 1735
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10241, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1008, 'token_boss': u'fcb751b0-cd0f-4906-88eb-69db82da025b', u'member_id': 1735, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10241
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 2
}
],
"cashier_name": "15000000000",
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1008,
"member_id": 1735
},
"order_amount": "200.00",
"cashier_id": 10
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.783999919891
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10241,
"pay_amount": "200.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10241, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1008, 'token_boss': u'fcb751b0-cd0f-4906-88eb-69db82da025b', u'member_id': 1735, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_420_POS_会员充值--储值订单更新--正常 其他支付 |
pass
pt1.420:
测试用例开始时间: 2017-06-17 17:29:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:29:48", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a98eff00-d805-41db-b2d7-4fd94ee7cdec","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'a98eff00-d805-41db-b2d7-4fd94ee7cdec', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'a98eff00-d805-41db-b2d7-4fd94ee7cdec', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.780999898911
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'a98eff00-d805-41db-b2d7-4fd94ee7cdec', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.11599993706
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1009,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1009, 'token_boss': u'a98eff00-d805-41db-b2d7-4fd94ee7cdec', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.850999832153
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:30:09",
"point": 0,
"sex": 0,
"member_id": 1736,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1009, 'token_boss': u'a98eff00-d805-41db-b2d7-4fd94ee7cdec', u'member_id': 1736, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430109",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1009,
"member_id": 1736
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.51600003242
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430109",
"pay_amount": "100.00",
"order_id": 10242,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1009,
"member_id": 1736
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10242, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1009, 'token_boss': u'a98eff00-d805-41db-b2d7-4fd94ee7cdec', u'member_id': 1736, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10242
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 6
}
],
"cashier_name": "15000000000",
"order_amount": "100.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1009,
"member_id": 1736
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.63000011444
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10242,
"pay_amount": "100.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10242, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1009, 'token_boss': u'a98eff00-d805-41db-b2d7-4fd94ee7cdec', u'member_id': 1736, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_421_POS_会员充值--储值订单更新--正常 现金 |
pass
pt1.421:
测试用例开始时间: 2017-06-17 17:30:16
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:30:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"827ef533-ef12-4291-acbf-601f0546b359","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'827ef533-ef12-4291-acbf-601f0546b359', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'827ef533-ef12-4291-acbf-601f0546b359', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.808000087738
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'827ef533-ef12-4291-acbf-601f0546b359', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.95399999619
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1010,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1010, 'token_boss': u'827ef533-ef12-4291-acbf-601f0546b359', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.763999938965
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:30:26",
"point": 0,
"sex": 0,
"member_id": 1737,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1010, 'token_boss': u'827ef533-ef12-4291-acbf-601f0546b359', u'member_id': 1737, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430110",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1010,
"member_id": 1737
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.90199995041
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430110",
"pay_amount": "100.00",
"order_id": 10243,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1010,
"member_id": 1737
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10243, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1010, 'token_boss': u'827ef533-ef12-4291-acbf-601f0546b359', u'member_id': 1737, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10243
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 1
}
],
"cashier_name": "15000000000",
"order_amount": "100.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1010,
"member_id": 1737
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.31399989128
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10243,
"pay_amount": "100.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10243, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1010, 'token_boss': u'827ef533-ef12-4291-acbf-601f0546b359', u'member_id': 1737, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_422_POS_会员充值--储值订单更新--正常 银行卡 |
pass
pt1.422:
测试用例开始时间: 2017-06-17 17:30:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:30:19", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8bd953da-7c90-4d2b-a4fd-f563ce16108e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'8bd953da-7c90-4d2b-a4fd-f563ce16108e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'8bd953da-7c90-4d2b-a4fd-f563ce16108e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.792000055313
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'8bd953da-7c90-4d2b-a4fd-f563ce16108e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.61299991608
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1011,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1011, 'token_boss': u'8bd953da-7c90-4d2b-a4fd-f563ce16108e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.852999925613
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:30:41",
"point": 0,
"sex": 0,
"member_id": 1738,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1011, 'token_boss': u'8bd953da-7c90-4d2b-a4fd-f563ce16108e', u'member_id': 1738, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"order_no": "48112447377150430111",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1011,
"member_id": 1738
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.98399996758
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"member_first_order": false,
"order_no": "48112447377150430111",
"pay_amount": "100.00",
"order_id": 10244,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1011,
"member_id": 1738
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10244, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1011, 'token_boss': u'8bd953da-7c90-4d2b-a4fd-f563ce16108e', u'member_id': 1738, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10244
The request method is :POST
The request parameter is:
{
"pay_info": [
{
"pay_type": 2
}
],
"cashier_name": "15000000000",
"order_amount": "100.00",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1011,
"member_id": 1738
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.983000040054
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10244,
"pay_amount": "100.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10244, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1011, 'token_boss': u'8bd953da-7c90-4d2b-a4fd-f563ce16108e', u'member_id': 1738, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"qrcode_url": {
"TYPE": "str"
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: qrcode_url的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_423_POS_会员充值--储值订单更新--订单ID不存在-异常 |
pass
pt1.423:
测试用例开始时间: 2017-06-17 17:30:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:30:34", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/1111111111
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1,
"pay_amount": "100"
}
],
"order_no": "48112447377150430112",
"pay_amount": "100",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1,
"gift_amount": "0",
"member_id": 1
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.96599984169
接口请求返回值:
{
"msg": "储值订单数据更新失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 1
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_424_POS_会员充值--商户会员操作流水--正常 |
pass
pt1.424:
测试用例开始时间: 2017-06-17 17:30:52
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:30:49", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"51aa0980-99a3-4dd1-bf1d-34798785bb51","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.88700008392
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.734000205994
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1012,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1012, 'token_boss': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13512345678",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.857000112534
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13512345678",
"reg_date": "2017-06-17 17:31:03",
"point": 0,
"sex": 0,
"member_id": 1739,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1012, 'token_boss': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', u'member_id': 1739, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1012,
"member_id": 1739
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.2460000515
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"pay_amount": "100.00",
"order_id": 10246,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"member_first_order": false,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1012,
"member_id": 1739
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10246, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1012, 'token_boss': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', u'member_id': 1739, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10246
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1,
"pay_amount": "100"
}
],
"order_no": "48112447377150430113",
"pay_amount": "100",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1012,
"gift_amount": "0",
"member_id": 1739
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.01099991798
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10246,
"pay_amount": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10246, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1012, 'token_boss': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', u'member_id': 1739, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/member/1739/operatelog
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.9319999218
接口请求返回值:
{
"msg": "获取商户会员操作流水成功",
"status_code": 0,
"data": {
"count": 2,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 2,
"data": [
{
"remarks": "充值100.00实得100.00",
"update_time": "2017-06-17 17:31:06",
"create_time": "2017-06-17 17:31:06",
"change_type": 1
},
{
"remarks": "新建",
"update_time": "2017-06-17 17:31:03",
"create_time": "2017-06-17 17:31:03",
"change_type": 4
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10246, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1012, 'token_boss': u'51aa0980-99a3-4dd1-bf1d-34798785bb51', u'member_id': 1739, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"data.count": {
"type": "int"
},
"data.data.0.change_type": {
"eq": 1
},
"data.data.0.remarks": {
"eq": "充值100.00实得100.00"
},
"status_code": {
"eq": 0
}
}
检查key: data.count的返回值通过
检查key: data.data.0.change_type的返回值通过
检查key: data.data.0.remarks的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_425_POS_会员管理--新增商户会员--异常 参数不传 |
pass
pt1.425:
测试用例开始时间: 2017-06-17 17:31:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:30:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"sex": "1",
"member_name": "keiskei"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.22299981117
接口请求返回值:
{
"msg": "添加商户会员失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_426_POS_会员管理--新增商户会员--正常 |
pass
pt1.426:
测试用例开始时间: 2017-06-17 17:31:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:31:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "15623697980",
"sex": "1",
"member_name": "keiskei"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.90000009537
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "15623697980",
"reg_date": "2017-06-17 17:31:24",
"point": 0,
"sex": 1,
"member_id": 1740,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1740, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_427_POS_会员管理--查询商户会员信息--异常 会员不存在 |
pass
pt1.427:
测试用例开始时间: 2017-06-17 17:31:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:31:20", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member/0
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.934000015259
接口请求返回值:
{
"msg": "商户会员不存在",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "商户会员不存在"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_428_POS_会员管理--查询商户会员信息--正常 |
pass
pt1.428:
测试用例开始时间: 2017-06-17 17:31:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:31:27", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13692159330",
"sex": "1",
"member_name": "keiskei"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.74499988556
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13692159330",
"reg_date": "2017-06-17 17:31:37",
"point": 0,
"sex": 1,
"member_id": 1741,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1741, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member/1741
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.737999916077
接口请求返回值:
{
"msg": "获取会员信息成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13692159330",
"reg_date": "2017-06-17 17:31:37",
"point": 0,
"sex": 1,
"member_id": 1741,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1741, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"last_consume_time": {
"TYPE": "str"
},
"total_consume_fee": {
"TYPE": "str"
},
"name": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"head_url": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_no": {
"TYPE": "str"
},
"discount": {
"TYPE": "str"
},
"reg_date": {
"TYPE": "str"
},
"member_id": {
"TYPE": "int"
},
"msg": {
"EQ": "获取会员信息成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: last_consume_time的返回值通过
检查key: total_consume_fee的返回值通过
检查key: name的返回值通过
检查key: level的返回值通过
检查key: head_url的返回值通过
检查key: status_code的返回值通过
检查key: member_no的返回值通过
检查key: discount的返回值通过
检查key: reg_date的返回值通过
检查key: member_id的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_429_POS_会员管理--查询商户会员列表--异常 会员不存在 |
pass
pt1.429:
测试用例开始时间: 2017-06-17 17:31:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:31:34", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member?filter=111111
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.825000047684
接口请求返回值:
{
"msg": "商户会员列表获取成功",
"status_code": 0,
"data": [],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_430_POS_会员管理--查询商户会员列表--正常 模糊查询 |
pass
pt1.430:
测试用例开始时间: 2017-06-17 17:31:45
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:31:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13692159330",
"sex": "1",
"member_name": "keiskei"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.827000141144
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13692159330",
"reg_date": "2017-06-17 17:31:51",
"point": 0,
"sex": 1,
"member_id": 1742,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'13692159330', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1742, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member?filter=13692159
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.09699988365
接口请求返回值:
{
"msg": "商户会员列表获取成功",
"status_code": 0,
"data": [
{
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13692159330",
"reg_date": "2017-06-17 17:31:51",
"point": 0,
"sex": 1,
"member_id": 1742,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'13692159330', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1742, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "商户会员列表获取成功"
},
"status_code": {
"EQ": 0
},
"sex": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"member_id": {
"TYPE": "int"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: sex的返回值通过
检查key: name的返回值通过
检查key: member_id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_431_POS_会员管理--查询商户会员列表--正常 精确查询 |
pass
pt1.431:
测试用例开始时间: 2017-06-17 17:31:54
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:31:48", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13692159330",
"sex": "1",
"member_name": "keiskei"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.08899998665
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13692159330",
"reg_date": "2017-06-17 17:32:00",
"point": 0,
"sex": 1,
"member_id": 1743,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'13692159330', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1743, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member?filter=13692159330
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.727999925613
接口请求返回值:
{
"msg": "商户会员列表获取成功",
"status_code": 0,
"data": [
{
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13692159330",
"reg_date": "2017-06-17 17:32:00",
"point": 0,
"sex": 1,
"member_id": 1743,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'13692159330', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1743, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "商户会员列表获取成功"
},
"status_code": {
"EQ": 0
},
"sex": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"member_id": {
"TYPE": "int"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: sex的返回值通过
检查key: name的返回值通过
检查key: member_id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_432_POS_会员管理--编辑商户会员信息--正常 |
pass
pt1.432:
测试用例开始时间: 2017-06-17 17:32:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:31:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "15623697980",
"sex": "1",
"member_name": "keiskei"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.800999879837
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "15623697980",
"reg_date": "2017-06-17 17:32:08",
"point": 0,
"sex": 1,
"member_id": 1744,
"discount": "100.0",
"member_name": "keiskei",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1744, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"member_tel": {
"TYPE": "str"
},
"level": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"reg_date": {
"TYPE": "str"
},
"member_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商户会员注册成功"
},
"balance": {
"TYPE": "str"
}
}
检查key: member_tel的返回值通过
检查key: level的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: msg的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/member/1744
The request method is :POST
The request parameter is:
{
"sex": "1",
"member_name": "test"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.808000087738
接口请求返回值:
{
"msg": "商户会员信息编辑成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1744, 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_433_POS_同步购物车--两个无码商品--正常 |
pass
pt1.433:
测试用例开始时间: 2017-06-17 17:32:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:32:04", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"9c16fece-2f8a-4919-9882-173b815dd515","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'9c16fece-2f8a-4919-9882-173b815dd515', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"pay_type": 0,
"loose_change_amount": "0.00",
"order_source": 0,
"order_time": "2017-06-26 22:15:12",
"order_no": "48112447377150430114",
"cashier_name": "杨文军",
"order_status": 0,
"pay_way": 0,
"product_amount": "15.00",
"total_discount_amount": "0.00",
"order_amount": "10.00",
"customer_time": "2017-06-26 22:15:12",
"store_type": 0,
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": 0,
"spec_id": -1,
"barcode": "-1",
"special_price": "5",
"product_name": "无码商品",
"isManySpecs": false,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"purchase_price": "5",
"order_item_id": 0
},
{
"is_weighing": 0,
"orderNum": 0,
"product_id": 0,
"spec_id": -1,
"barcode": "-1",
"special_price": "10",
"product_name": "无码商品",
"isManySpecs": false,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "10",
"category_id": -1,
"img_url": "",
"purchase_price": "10",
"order_item_id": 0
}
],
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": 0,
"spec_id": -1,
"barcode": "-1",
"special_price": "10",
"product_name": "无码商品",
"isManySpecs": false,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "10",
"category_id": -1,
"img_url": "",
"purchase_price": "10",
"order_item_id": 0
}
],
"member_first_order": false,
"delivery_status": 0,
"orderLocal": 1,
"order_type": 0
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.36600017548
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 0,
"order_no": "48112447377150430114",
"customer_time": "2017-06-26 22:15:12",
"cashier_id": 15000000000,
"order_item": [
{
"special_price_type_tip": "销售价",
"product_id": 0,
"gift": 0,
"spec_id": -1,
"discount_amount": "0.00",
"barcode": "-1",
"special_price": "10",
"new_product": 0,
"purchase_price": "10",
"is_weighing": 0,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"sort_number": 0,
"sale_price": "10",
"category_id": -1,
"img_url": "",
"product_name": "无码商品",
"order_item_id": 0
}
],
"deal_amount": "10.00",
"member_discount_rate": "1.00",
"order_type": 0,
"order_amount": "10.00",
"current_order_item": [
{
"product_id": 0,
"gift": 0,
"spec_id": -1,
"discount_amount": "0.00",
"barcode": "-1",
"special_price": "5",
"purchase_price": "5",
"is_weighing": 0,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"product_name": "无码商品",
"order_item_id": 0
},
{
"product_id": 0,
"gift": 0,
"spec_id": -1,
"discount_amount": "0.00",
"barcode": "-1",
"special_price": "10",
"purchase_price": "10",
"is_weighing": 0,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "10",
"category_id": -1,
"img_url": "",
"product_name": "无码商品",
"order_item_id": 0
}
],
"order_status": 0,
"order_source": 0,
"order_time": "2017-06-26 22:15:12",
"cashier_name": "杨文军",
"fullreduced_amount": "0.00",
"product_amount": "15.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"total_discount_amount": "0.00",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'9c16fece-2f8a-4919-9882-173b815dd515', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "同步购物车成功"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_434_POS_同步购物车--无码商品+有码商品--正常 |
pass
pt1.434:
测试用例开始时间: 2017-06-17 17:32:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:32:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"ff5d96f6-57fc-4e2c-9924-db6a07e2f8d3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'ff5d96f6-57fc-4e2c-9924-db6a07e2f8d3', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'ff5d96f6-57fc-4e2c-9924-db6a07e2f8d3', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.851999998093
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'specId': 19074, 'token_boss': u'ff5d96f6-57fc-4e2c-9924-db6a07e2f8d3', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', 'password': '123456', u'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"pay_type": 0,
"loose_change_amount": "0.00",
"order_source": 0,
"order_no": "48112447377150430115",
"catering_order_info": {
"is_scan_order": 0,
"serial_number": "000000",
"is_table": 0,
"sale_type": 1
},
"cashier_name": "测试",
"order_status": 0,
"pay_way": 0,
"product_amount": "6.00+5",
"total_discount_amount": "0.00",
"order_amount": "6.00",
"store_type": 1,
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": 0,
"spec_id": -1,
"barcode": "-1",
"special_price": "5",
"product_name": "无码商品",
"isManySpecs": false,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"purchase_price": "5",
"order_item_id": 0
},
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "test",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"purchase_price": "9.00",
"unit": "test",
"category_name": "test"
}
],
"cashier_id": 12345678901,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": 0,
"spec_id": -1,
"barcode": "-1",
"special_price": "5",
"product_name": "无码商品",
"isManySpecs": false,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"purchase_price": "5",
"order_item_id": 0
},
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "tets",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"purchase_price": "9.00",
"unit": "test",
"category_name": "test"
}
],
"member_first_order": false,
"delivery_status": 0,
"orderLocal": 1,
"order_time": "05-29 04:47:58",
"order_type": 0
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.21899986267
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 1,
"order_no": "48112447377150430115",
"cashier_id": 12345678901,
"order_item": [
{
"special_price_type_tip": "销售价",
"product_id": 0,
"gift": 0,
"spec_id": -1,
"discount_amount": "0.00",
"barcode": "-1",
"special_price": "5",
"new_product": 0,
"purchase_price": "5",
"is_weighing": 0,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"sort_number": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"product_name": "无码商品",
"order_item_id": 0
},
{
"category_id": 557,
"special_price_type_tip": "销售价",
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"new_product": 0,
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"sort_number": 1,
"sale_price": "6.00",
"order_item_id": 0,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "tets",
"unit": "test",
"category_name": "test"
}
],
"deal_amount": "6.00",
"member_discount_rate": "1.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"product_id": 0,
"gift": 0,
"spec_id": -1,
"discount_amount": "0.00",
"barcode": "-1",
"special_price": "5",
"purchase_price": "5",
"is_weighing": 0,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"product_name": "无码商品",
"order_item_id": 0
},
{
"special_price_type_tip": "普通价格",
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "test",
"unit": "test",
"category_name": "test"
}
],
"order_status": 0,
"order_source": 0,
"order_time": "05-29 04:47:58",
"cashier_name": "测试",
"fullreduced_amount": "0.00",
"product_amount": "6.00+5",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"catering_order_info": {
"is_scan_order": 0,
"serial_number": "000000",
"is_table": 0,
"sale_type": 1
},
"pay_way": 0,
"total_discount_amount": "0.00",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'specId': 19074, 'token_boss': u'ff5d96f6-57fc-4e2c-9924-db6a07e2f8d3', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', 'password': '123456', u'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "同步购物车成功"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_435_POS_同步购物车--无码商品--正常 |
pass
pt1.435:
测试用例开始时间: 2017-06-17 17:32:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:32:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"177bc3f7-3fc7-4bac-864b-7b31631fb1c0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'177bc3f7-3fc7-4bac-864b-7b31631fb1c0', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"pay_type": 0,
"loose_change_amount": "0.00",
"order_source": 0,
"order_no": "48112447377150430116",
"order_time": "2017-06-26 22:15:12",
"cashier_name": "杨文军",
"order_status": 0,
"pay_way": 0,
"product_amount": "5.00",
"total_discount_amount": "0.00",
"order_amount": "5.00",
"customer_time": "2017-06-26 22:15:12",
"store_type": 0,
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": 0,
"spec_id": -1,
"barcode": "-1",
"special_price": "5",
"product_name": "无码商品",
"isManySpecs": false,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"purchase_price": "5",
"order_item_id": 0
}
],
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": 0,
"spec_id": -1,
"barcode": "-1",
"special_price": "5",
"product_name": "无码商品",
"isManySpecs": false,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"purchase_price": "5",
"order_item_id": 0
}
],
"member_first_order": false,
"delivery_status": 0,
"orderLocal": 1,
"order_type": 0
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.677999973297
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 0,
"order_no": "48112447377150430116",
"customer_time": "2017-06-26 22:15:12",
"cashier_id": 15000000000,
"order_item": [
{
"special_price_type_tip": "销售价",
"product_id": 0,
"gift": 0,
"spec_id": -1,
"discount_amount": "0.00",
"barcode": "-1",
"special_price": "5",
"new_product": 0,
"purchase_price": "5",
"is_weighing": 0,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"sort_number": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"product_name": "无码商品",
"order_item_id": 0
}
],
"deal_amount": "5.00",
"member_discount_rate": "1.00",
"order_type": 0,
"order_amount": "5.00",
"current_order_item": [
{
"product_id": 0,
"gift": 0,
"spec_id": -1,
"discount_amount": "0.00",
"barcode": "-1",
"special_price": "5",
"purchase_price": "5",
"is_weighing": 0,
"item_type": -1,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "5",
"category_id": -1,
"img_url": "",
"product_name": "无码商品",
"order_item_id": 0
}
],
"order_status": 0,
"order_source": 0,
"order_time": "2017-06-26 22:15:12",
"cashier_name": "杨文军",
"fullreduced_amount": "0.00",
"product_amount": "5.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"total_discount_amount": "0.00",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'177bc3f7-3fc7-4bac-864b-7b31631fb1c0', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "同步购物车成功"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_436_POS_同步购物车--正常 |
pass
pt1.436:
测试用例开始时间: 2017-06-17 17:32:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:32:29", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b130c7a8-a487-4e7b-9619-2e21134809dd","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'b130c7a8-a487-4e7b-9619-2e21134809dd', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'b130c7a8-a487-4e7b-9619-2e21134809dd', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.492000103
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'specId': 19074, 'token_boss': u'b130c7a8-a487-4e7b-9619-2e21134809dd', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', 'password': '123456', u'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"pay_type": 0,
"loose_change_amount": "0.00",
"order_source": 0,
"order_no": "48112447377150430117",
"catering_order_info": {
"is_scan_order": 0,
"serial_number": "000000",
"is_table": 0,
"sale_type": 1
},
"cashier_name": "测试",
"order_status": 0,
"pay_way": 0,
"product_amount": "6.00",
"total_discount_amount": "0.00",
"order_amount": "6.00",
"store_type": 1,
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "test",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"purchase_price": "9.00",
"unit": "test",
"category_name": "test"
}
],
"cashier_id": 12345678901,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "tets",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"purchase_price": "9.00",
"unit": "test",
"category_name": "test"
}
],
"member_first_order": false,
"delivery_status": 0,
"orderLocal": 1,
"order_time": "05-29 04:47:58",
"order_type": 0
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.33800005913
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 1,
"order_no": "48112447377150430117",
"cashier_id": 12345678901,
"order_item": [
{
"category_id": 557,
"special_price_type_tip": "销售价",
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"new_product": 0,
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"sort_number": 0,
"sale_price": "6.00",
"order_item_id": 0,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "tets",
"unit": "test",
"category_name": "test"
}
],
"deal_amount": "6.00",
"member_discount_rate": "1.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"special_price_type_tip": "普通价格",
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "test",
"unit": "test",
"category_name": "test"
}
],
"order_status": 0,
"order_source": 0,
"order_time": "05-29 04:47:58",
"cashier_name": "测试",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"catering_order_info": {
"is_scan_order": 0,
"serial_number": "000000",
"is_table": 0,
"sale_type": 1
},
"pay_way": 0,
"total_discount_amount": "0.00",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'specId': 19074, 'token_boss': u'b130c7a8-a487-4e7b-9619-2e21134809dd', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', 'password': '123456', u'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "同步购物车成功"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_437_POS_ľęĆĚľÇÂź--ÉĚť§ľęĆĚľÇÂź--Ň쳣 Wrong Password |
pass
pt1.437:
测试用例开始时间: 2017-06-17 17:32:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:32:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123458",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.27500009537
接口请求返回值:
{
"msg": "密码错误",
"status_code": 2,
"statusCode": 2
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"EQ": "密码错误"
},
"status_code": {
"EQ": 2
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_438_POS_店铺登录--商户店铺登录--异常 参数不带 |
pass
pt1.438:
测试用例开始时间: 2017-06-17 17:32:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0839998722076
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:32:47",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.557999849319
接口请求返回值:
{
"msg": "账号不存在",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.35000014305
接口请求返回值:
{
"msg": "未获取到商户店铺信息",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.05399990082
接口请求返回值:
{
"msg": "密码不能为空",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_439_POS_店铺登录--商户店铺登录--异常 用户不存在 |
pass
pt1.439:
测试用例开始时间: 2017-06-17 17:32:56
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.975999832153
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:32:51",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "test",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.14400005341
接口请求返回值:
{
"msg": "账号不存在",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"EQ": "账号不存在"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": 111
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.16499996185
接口请求返回值:
{
"msg": "账号不存在",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
期望检测的返回值:
{
"msg": {
"EQ": "账号不存在"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_440_POS_店铺登录--商户店铺登录--正常 |
pass
pt1.440:
测试用例开始时间: 2017-06-17 17:33:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.921999931335
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:33:00",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.09200000763
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_441_POS_扫码商品入库--新增商家供应商--正常 |
pass
pt1.441:
测试用例开始时间: 2017-06-17 17:33:07
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0759999752045
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:33:06",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.557000160217
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15623697900",
"contact_name": "李兰珍",
"supplier_name": "猫爷爷的花店",
"address": "翻身地铁站"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.32899999619
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497691994683,
"district": "宝安区",
"storeName": "猫爷爷的花店",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497691994683,
"city": "深圳市",
"longitude": 113.8689,
"address": "翻身地铁站",
"latitude": 22.5473,
"storeType": 0,
"id": 2380
}
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :GET
null
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.13700008392
接口请求返回值:
{
"msg": "获取供货商列表成功",
"status_code": 0,
"data": [
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497691994000,
"district": "宝安区",
"storeName": "猫爷爷的花店",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497691994000,
"city": "深圳市",
"longitude": 113.8689,
"address": "翻身地铁站",
"latitude": 22.5473,
"storeType": 0,
"id": 2380
}
]
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'supplier_id': 2380, 'tel': u'15000000000', 'store_id': 10, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"tel": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"address": {
"TYPE": "str"
},
"supplier_name": {
"TYPE": "str"
},
"msg": {
"TYPE": "str"
},
"id": {
"TYPE": "int"
},
"supplier_sort": {
"TYPE": "str"
}
}
检查key: tel的返回值通过
检查key: status_code的返回值通过
检查key: address的返回值通过
检查key: supplier_name的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: supplier_sort的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_442_POS_扫码商品入库--新增商家供应商--正常 参数不传可成功 |
pass
pt1.442:
测试用例开始时间: 2017-06-17 17:33:16
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0810000896454
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:33:10",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.17499995232
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15623697965",
"contact_name": "李兰珍",
"address": "翻身地铁站"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.32299995422
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692002526,
"district": "宝安区",
"city": "深圳市",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692002526,
"longitude": 113.8764,
"address": "翻身地铁站",
"latitude": 22.5607,
"storeType": 0,
"id": 2381
}
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15623697965",
"supplier_name": "李兰珍",
"address": "翻身地铁站"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.773000001907
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692003304,
"district": "宝安区",
"storeName": "李兰珍",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692003304,
"city": "深圳市",
"longitude": 113.8625,
"address": "翻身地铁站",
"latitude": 22.5597,
"storeType": 0,
"id": 2382
}
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15623697965",
"contact_name": "翻身",
"supplier_name": "李兰珍"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
2.38899993896
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692005694,
"district": "宝安区",
"storeName": "李兰珍",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692005694,
"city": "深圳市",
"longitude": 113.8949,
"latitude": 22.537499999999998,
"storeType": 0,
"id": 2383
}
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :GET
null
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.787000179291
接口请求返回值:
{
"msg": "获取供货商列表成功",
"status_code": 0,
"data": [
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692002000,
"district": "宝安区",
"city": "深圳市",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692002000,
"longitude": 113.8764,
"address": "翻身地铁站",
"latitude": 22.5607,
"storeType": 0,
"id": 2381
},
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692003000,
"district": "宝安区",
"storeName": "李兰珍",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692003000,
"city": "深圳市",
"longitude": 113.8625,
"address": "翻身地铁站",
"latitude": 22.5597,
"storeType": 0,
"id": 2382
},
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692005000,
"district": "宝安区",
"storeName": "李兰珍",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692005000,
"city": "深圳市",
"longitude": 113.8949,
"latitude": 22.537499999999998,
"storeType": 0,
"id": 2383
}
]
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'supplier_id': 2381, 'tel': u'15000000000', 'store_id': 10, u'supplier_id2': 2382, u'supplier_id3': 2383, 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"tel": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"address": {
"TYPE": "str"
},
"supplier_name": {
"TYPE": "str"
},
"msg": {
"TYPE": "str"
},
"id": {
"TYPE": "int"
},
"supplier_sort": {
"TYPE": "str"
}
}
检查key: tel的返回值通过
检查key: status_code的返回值通过
检查key: address的返回值通过
检查key: supplier_name的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: supplier_sort的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_443_POS_扫码商品入库--查询供应商列表--正常 |
pass
pt1.443:
测试用例开始时间: 2017-06-17 17:33:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:33:19", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.801000118256
接口请求返回值:
{
"msg": "该门店暂无供货商列表!",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "该门店暂无供货商列表!",
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15623697900",
"contact_name": "李兰珍",
"supplier_name": "猫爷爷的花店",
"address": "翻身地铁站"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.84299993515
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692018294,
"district": "宝安区",
"storeName": "猫爷爷的花店",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692018294,
"city": "深圳市",
"longitude": 113.9401,
"address": "翻身地铁站",
"latitude": 22.5584,
"storeType": 0,
"id": 2384
}
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.881999969482
接口请求返回值:
{
"msg": "获取供货商列表成功",
"status_code": 0,
"data": [
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692018000,
"district": "宝安区",
"storeName": "猫爷爷的花店",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692018000,
"city": "深圳市",
"longitude": 113.9401,
"address": "翻身地铁站",
"latitude": 22.5584,
"storeType": 0,
"id": 2384
}
]
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'supplier_id': 2384, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"province": {
"TYPE": "str"
},
"storeArea": {
"type": "int"
},
"updateTime": {
"TYPEIN": [
"int",
"long"
]
},
"tel": {
"TYPE": "str"
},
"district": {
"TYPE": "str"
},
"storeName": {
"TYPE": "str"
},
"deliverType": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"storeStatus": {
"TYPE": "int"
},
"contactSex": {
"TYPE": "int"
},
"storeCategory": {
"eq": 1,
"TYPE": "int"
},
"applyTime": {
"TYPEIN": [
"int",
"long"
]
},
"latitude": {
"TYPE": "float"
},
"city": {
"TYPE": "str"
},
"longitude": {
"TYPE": "float"
},
"address": {
"TYPE": "str"
},
"msg": {
"TYPE": "str"
},
"storeType": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
}
}
检查key: province的返回值通过
检查key: storeArea的返回值通过
检查key: updateTime的返回值通过
检查key: tel的返回值通过
检查key: district的返回值通过
检查key: storeName的返回值通过
检查key: deliverType的返回值通过
检查key: status_code的返回值通过
检查key: storeStatus的返回值通过
检查key: contactSex的返回值通过
检查key: storeCategory的返回值通过
检查key: applyTime的返回值通过
检查key: latitude的返回值通过
检查key: city的返回值通过
检查key: longitude的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_444_POS_扫码商品入库--确认扫码入库--异常 不传供应商 |
pass
pt1.444:
测试用例开始时间: 2017-06-17 17:33:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0729999542236
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:33:32",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"da3367df-175e-40f4-b8b2-beacb0cc1f31","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'da3367df-175e-40f4-b8b2-beacb0cc1f31', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'da3367df-175e-40f4-b8b2-beacb0cc1f31', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19026,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19220}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'da3367df-175e-40f4-b8b2-beacb0cc1f31', 'specId1': 19220, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19026, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode
The request method is :POST
The request parameter is:
{
"operator_id": "15623697980",
"products": [
{
"stock": 10,
"product_id": "19026",
"purchase_price": "100"
}
],
"operator_name": "1"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.291000127792
接口请求返回值:
{
"msg": "扫码入库成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'da3367df-175e-40f4-b8b2-beacb0cc1f31', 'specId1': 19220, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19026, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_445_POS_扫码商品入库--确认扫码入库--异常 不传操作员 |
pass
pt1.445:
测试用例开始时间: 2017-06-17 17:33:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.264999866486
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:33:42",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"376e6258-5491-4105-8190-c5fdc2f95ec0","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'376e6258-5491-4105-8190-c5fdc2f95ec0', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'376e6258-5491-4105-8190-c5fdc2f95ec0', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19027,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19221}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'376e6258-5491-4105-8190-c5fdc2f95ec0', 'specId1': 19221, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19027, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15623697900",
"contact_name": "李兰珍",
"supplier_name": "test",
"address": "翻身地铁站"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.197000026703
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692037537,
"district": "宝安区",
"storeName": "test",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692037537,
"city": "深圳市",
"longitude": 113.8549,
"address": "翻身地铁站",
"latitude": 22.5706,
"storeType": 0,
"id": 2385
}
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'376e6258-5491-4105-8190-c5fdc2f95ec0', 'specId1': 19221, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19027, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.78099989891
接口请求返回值:
{
"msg": "获取供货商列表成功",
"status_code": 0,
"data": [
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692037000,
"district": "宝安区",
"storeName": "test",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692037000,
"city": "深圳市",
"longitude": 113.8549,
"address": "翻身地铁站",
"latitude": 22.5706,
"storeType": 0,
"id": 2385
}
]
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', u'supplier_id': 2385, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'376e6258-5491-4105-8190-c5fdc2f95ec0', 'specId1': 19221, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19027, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"province": {
"TYPE": "str"
},
"storeArea": {
"type": "int"
},
"updateTime": {
"TYPEIN": [
"int",
"long"
]
},
"tel": {
"TYPE": "str"
},
"district": {
"TYPE": "str"
},
"storeName": {
"TYPE": "str"
},
"deliverType": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"storeStatus": {
"TYPE": "int"
},
"contactSex": {
"TYPE": "int"
},
"storeCategory": {
"eq": 1,
"TYPE": "int"
},
"applyTime": {
"TYPEIN": [
"int",
"long"
]
},
"latitude": {
"TYPE": "float"
},
"city": {
"TYPE": "str"
},
"longitude": {
"TYPE": "float"
},
"address": {
"TYPE": "str"
},
"msg": {
"TYPE": "str"
},
"storeType": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
}
}
检查key: province的返回值通过
检查key: storeArea的返回值通过
检查key: updateTime的返回值通过
检查key: tel的返回值通过
检查key: district的返回值通过
检查key: storeName的返回值通过
检查key: deliverType的返回值通过
检查key: status_code的返回值通过
检查key: storeStatus的返回值通过
检查key: contactSex的返回值通过
检查key: storeCategory的返回值通过
检查key: applyTime的返回值通过
检查key: latitude的返回值通过
检查key: city的返回值通过
检查key: longitude的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode
The request method is :POST
The request parameter is:
{
"supplier_id": "2385",
"products": [
{
"stock": 10,
"product_id": "19027",
"purchase_price": "100"
}
],
"supplier_name": "test"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.879999876022
接口请求返回值:
{
"msg": "扫码入库成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', u'supplier_id': 2385, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'376e6258-5491-4105-8190-c5fdc2f95ec0', 'specId1': 19221, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19027, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_446_POS_扫码商品入库--确认扫码入库--正常 |
pass
pt1.446:
测试用例开始时间: 2017-06-17 17:34:01
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0820000171661
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:33:51",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"e0066729-51cc-4d12-8781-3dcc94ae07f1","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'e0066729-51cc-4d12-8781-3dcc94ae07f1', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'e0066729-51cc-4d12-8781-3dcc94ae07f1', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19028,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19222}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'e0066729-51cc-4d12-8781-3dcc94ae07f1', 'specId1': 19222, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19028, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :POST
The request parameter is:
{
"contact_tel": "15623697900",
"contact_name": "李兰珍",
"supplier_name": "test",
"address": "翻身地铁站"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.890000104904
接口请求返回值:
{
"msg": "新增供货商成功",
"status_code": 0,
"data": {
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692050574,
"district": "宝安区",
"storeName": "test",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692050574,
"city": "深圳市",
"longitude": 113.9371,
"address": "翻身地铁站",
"latitude": 22.5646,
"storeType": 0,
"id": 2386
}
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'e0066729-51cc-4d12-8781-3dcc94ae07f1', 'specId1': 19222, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19028, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode/supplier
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.901999950409
接口请求返回值:
{
"msg": "获取供货商列表成功",
"status_code": 0,
"data": [
{
"province": "广东省",
"storeArea": 0,
"updateTime": 1497692050000,
"district": "宝安区",
"storeName": "test",
"deliverType": 0,
"storeStatus": 0,
"contactSex": 0,
"storeCategory": 1,
"applyTime": 1497692050000,
"city": "深圳市",
"longitude": 113.9371,
"address": "翻身地铁站",
"latitude": 22.5646,
"storeType": 0,
"id": 2386
}
]
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', u'supplier_id': 2386, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'e0066729-51cc-4d12-8781-3dcc94ae07f1', 'specId1': 19222, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19028, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"province": {
"TYPE": "str"
},
"storeArea": {
"type": "int"
},
"updateTime": {
"TYPEIN": [
"int",
"long"
]
},
"tel": {
"TYPE": "str"
},
"district": {
"TYPE": "str"
},
"storeName": {
"TYPE": "str"
},
"deliverType": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"storeStatus": {
"TYPE": "int"
},
"contactSex": {
"TYPE": "int"
},
"storeCategory": {
"eq": 1,
"TYPE": "int"
},
"applyTime": {
"TYPEIN": [
"int",
"long"
]
},
"latitude": {
"TYPE": "float"
},
"city": {
"TYPE": "str"
},
"longitude": {
"TYPE": "float"
},
"address": {
"TYPE": "str"
},
"msg": {
"TYPE": "str"
},
"storeType": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
}
}
检查key: province的返回值通过
检查key: storeArea的返回值通过
检查key: updateTime的返回值通过
检查key: tel的返回值通过
检查key: district的返回值通过
检查key: storeName的返回值通过
检查key: deliverType的返回值通过
检查key: status_code的返回值通过
检查key: storeStatus的返回值通过
检查key: contactSex的返回值通过
检查key: storeCategory的返回值通过
检查key: applyTime的返回值通过
检查key: latitude的返回值通过
检查key: city的返回值通过
检查key: longitude的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: storeType的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/barcode
The request method is :POST
The request parameter is:
{
"supplier_id": "2386",
"supplier_name": "test",
"operator_id": "15623697980",
"products": [
{
"stock": 10,
"product_id": "19028",
"purchase_price": "100"
}
],
"operator_name": "1"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.21300005913
接口请求返回值:
{
"msg": "扫码入库成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', u'supplier_id': 2386, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'e0066729-51cc-4d12-8781-3dcc94ae07f1', 'specId1': 19222, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19028, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_447_POS_报损--提交报损商品--异常 报损原因不传 |
pass
pt1.447:
测试用例开始时间: 2017-06-17 17:34:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0859999656677
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:34:03",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0e999964-6361-46b7-8cf7-9b32b65b0056","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'0e999964-6361-46b7-8cf7-9b32b65b0056', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'0e999964-6361-46b7-8cf7-9b32b65b0056', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19029,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19223}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'0e999964-6361-46b7-8cf7-9b32b65b0056', 'specId1': 19223, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19029, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :POST
The request parameter is:
{
"operator_id": 15623697980,
"product_id": "19029",
"responsibility_id": 15623697980,
"operator_name": "袁岳路",
"loss_cnt": 1,
"responsibility_name": "袁岳路"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.323000192642
接口请求返回值:
{
"msg": "商品报损记录提交成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'0e999964-6361-46b7-8cf7-9b32b65b0056', 'specId1': 19223, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19029, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_448_POS_报损--提交报损商品--异常 商品不存在 |
pass
pt1.448:
测试用例开始时间: 2017-06-17 17:34:24
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.788999795914
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:34:17",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"edaa587e-dffd-417e-94da-7223a4fbed06","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'edaa587e-dffd-417e-94da-7223a4fbed06', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'edaa587e-dffd-417e-94da-7223a4fbed06', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19030,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19224}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'edaa587e-dffd-417e-94da-7223a4fbed06', 'specId1': 19224, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19030, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :POST
The request parameter is:
{
"operator_id": 15623697980,
"product_id": "00000",
"responsibility_name": "袁岳路",
"cause_id": 1,
"cause_desc": "过期",
"operator_name": "袁岳路",
"loss_cnt": 1,
"responsibility_id": 15623697980
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.61199998856
接口请求返回值:
{
"msg": "提交商品报损失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'edaa587e-dffd-417e-94da-7223a4fbed06', 'specId1': 19224, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19030, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_449_POS_报损--提交报损商品--异常 库存为0 |
pass
pt1.449:
测试用例开始时间: 2017-06-17 17:34:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0789999961853
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:34:27",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"446f5a76-0d81-414a-9d40-5c08180bb68a","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'446f5a76-0d81-414a-9d40-5c08180bb68a', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'446f5a76-0d81-414a-9d40-5c08180bb68a', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19031,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19225}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'446f5a76-0d81-414a-9d40-5c08180bb68a', 'specId1': 19225, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19031, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
{u'db': u'posdb', u'command': u'update product_spec set stock = 0 where product_id = 19031'}
Mysql Error 1146: Table 'posdb.product_spec' doesn't exist
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'446f5a76-0d81-414a-9d40-5c08180bb68a', 'specId1': 19225, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19031, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :POST
The request parameter is:
{
"operator_id": 15623697980,
"product_id": "",
"responsibility_name": "袁岳路",
"cause_id": 1,
"cause_desc": "过期",
"operator_name": "袁岳路",
"loss_cnt": 1,
"responsibility_id": 15623697980
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.934000015259
接口请求返回值:
{
"msg": "提交商品报损失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'446f5a76-0d81-414a-9d40-5c08180bb68a', 'specId1': 19225, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19031, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_450_POS_报损--提交报损商品--异常 报损数量大于商品库存 |
fail
ft1.450:
测试用例开始时间: 2017-06-17 17:34:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0789999961853
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:34:37",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"af622261-7092-4384-89ef-1260d1b93f7b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'af622261-7092-4384-89ef-1260d1b93f7b', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'af622261-7092-4384-89ef-1260d1b93f7b', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19032,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19226}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'af622261-7092-4384-89ef-1260d1b93f7b', 'specId1': 19226, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19032, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/barcode/12345678909876
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.969999790192
接口请求返回值:
{
"msg": "商品查询成功",
"status_code": 0,
"data": {
"status": 0,
"product_type": 1,
"product_id": 19032,
"barcode": "12345678909876",
"product_name": "忍者",
"weighable": 0,
"category_id": 510,
"img_url": "http://www.baidu.com/",
"specs": [
{
"from_spec": [],
"member_price": "110.00",
"discount_price": "110.00",
"sale_price": "120.00",
"spec_id": 19226,
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category_name": "数码"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'af622261-7092-4384-89ef-1260d1b93f7b', 'specId1': 19226, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19032, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"product_id": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"barcode": {
"TYPE": "str"
},
"product_name": {
"TYPE": "str"
},
"purchase_price": {
"TYPE": "str"
},
"msg": {
"EQ": "商品查询成功"
},
"category_id": {
"TYPE": "int"
},
"img_url": {
"TYPE": "str"
},
"spec": {
"TYPE": "str"
},
"stock": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: product_id的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: product_name的返回值通过
检查key: purchase_price的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: img_url的返回值通过
检查key: spec的返回值通过
检查key: stock的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :POST
The request parameter is:
{
"operator_id": 15623697980,
"product_id": "19032",
"responsibility_name": "袁岳路",
"cause_id": 1,
"cause_desc": "过期",
"operator_name": "袁岳路",
"loss_cnt": 101,
"responsibility_id": 15623697980
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.32899999619
接口请求返回值:
{
"msg": "商品报损记录提交成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'af622261-7092-4384-89ef-1260d1b93f7b', 'specId1': 19226, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19032, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code返回值失败。
测试步骤4失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_451_POS_报损--提交报损商品--异常 操作员不传 |
pass
pt1.451:
测试用例开始时间: 2017-06-17 17:34:54
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.40700006485
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:34:46",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8246e958-b81b-4c8c-a284-7bc6818ec736","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'8246e958-b81b-4c8c-a284-7bc6818ec736', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'8246e958-b81b-4c8c-a284-7bc6818ec736', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19033,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19227}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'8246e958-b81b-4c8c-a284-7bc6818ec736', 'specId1': 19227, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19033, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/barcode/12345678909876
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.53400015831
接口请求返回值:
{
"msg": "商品查询成功",
"status_code": 0,
"data": {
"status": 0,
"product_type": 1,
"product_id": 19033,
"barcode": "12345678909876",
"product_name": "忍者",
"weighable": 0,
"category_id": 510,
"img_url": "http://www.baidu.com/",
"specs": [
{
"from_spec": [],
"member_price": "110.00",
"discount_price": "110.00",
"sale_price": "120.00",
"spec_id": 19227,
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category_name": "数码"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'8246e958-b81b-4c8c-a284-7bc6818ec736', 'specId1': 19227, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19033, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"product_id": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"barcode": {
"TYPE": "str"
},
"product_name": {
"TYPE": "str"
},
"purchase_price": {
"TYPE": "str"
},
"msg": {
"EQ": "商品查询成功"
},
"category_id": {
"TYPE": "int"
},
"img_url": {
"TYPE": "str"
},
"spec": {
"TYPE": "str"
},
"stock": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: product_id的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: product_name的返回值通过
检查key: purchase_price的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: img_url的返回值通过
检查key: spec的返回值通过
检查key: stock的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :POST
The request parameter is:
{
"operator_id": 15623697980,
"product_id": "19033",
"cause_id": 1,
"cause_desc": "过期",
"operator_name": "袁岳路",
"loss_cnt": 1
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.04200005531
接口请求返回值:
{
"msg": "商品报损记录提交成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'8246e958-b81b-4c8c-a284-7bc6818ec736', 'specId1': 19227, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19033, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "商品报损记录提交成功"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_452_POS_报损--提交报损商品--正常 |
pass
pt1.452:
测试用例开始时间: 2017-06-17 17:35:05
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.255999803543
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:34:57",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"94f99611-9ef0-4874-b70d-b9f3deef0553","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'94f99611-9ef0-4874-b70d-b9f3deef0553', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'94f99611-9ef0-4874-b70d-b9f3deef0553', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19034,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19228}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'94f99611-9ef0-4874-b70d-b9f3deef0553', 'specId1': 19228, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19034, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/barcode/12345678909876
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.40000009537
接口请求返回值:
{
"msg": "商品查询成功",
"status_code": 0,
"data": {
"status": 0,
"product_type": 1,
"product_id": 19034,
"barcode": "12345678909876",
"product_name": "忍者",
"weighable": 0,
"category_id": 510,
"img_url": "http://www.baidu.com/",
"specs": [
{
"from_spec": [],
"member_price": "110.00",
"discount_price": "110.00",
"sale_price": "120.00",
"spec_id": 19228,
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category_name": "数码"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'94f99611-9ef0-4874-b70d-b9f3deef0553', 'specId1': 19228, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19034, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"product_id": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"barcode": {
"TYPE": "str"
},
"product_name": {
"TYPE": "str"
},
"purchase_price": {
"TYPE": "str"
},
"msg": {
"EQ": "商品查询成功"
},
"category_id": {
"TYPE": "int"
},
"img_url": {
"TYPE": "str"
},
"spec": {
"TYPE": "str"
},
"stock": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: product_id的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: product_name的返回值通过
检查key: purchase_price的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: img_url的返回值通过
检查key: spec的返回值通过
检查key: stock的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :POST
The request parameter is:
{
"operator_id": 15623697980,
"product_id": "19034",
"responsibility_name": "袁岳路",
"cause_id": 1,
"cause_desc": "过期",
"operator_name": "袁岳路",
"loss_cnt": 1,
"responsibility_id": 15623697980
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.08399987221
接口请求返回值:
{
"msg": "商品报损记录提交成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'94f99611-9ef0-4874-b70d-b9f3deef0553', 'specId1': 19228, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19034, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "商品报损记录提交成功"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_453_POS_报损--查询商品报损详情--正常 |
pass
pt1.453:
测试用例开始时间: 2017-06-17 17:35:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.651999950409
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:35:08",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"b19a7f9b-2576-4a1e-8239-f4b20e3cef46","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'b19a7f9b-2576-4a1e-8239-f4b20e3cef46', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'b19a7f9b-2576-4a1e-8239-f4b20e3cef46', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19035,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19229}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'b19a7f9b-2576-4a1e-8239-f4b20e3cef46', 'specId1': 19229, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19035, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/barcode/12345678909876
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.34500002861
接口请求返回值:
{
"msg": "商品查询成功",
"status_code": 0,
"data": {
"status": 0,
"product_type": 1,
"product_id": 19035,
"barcode": "12345678909876",
"product_name": "忍者",
"weighable": 0,
"category_id": 510,
"img_url": "http://www.baidu.com/",
"specs": [
{
"from_spec": [],
"member_price": "110.00",
"discount_price": "110.00",
"sale_price": "120.00",
"spec_id": 19229,
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category_name": "数码"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'b19a7f9b-2576-4a1e-8239-f4b20e3cef46', 'specId1': 19229, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19035, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"product_id": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"barcode": {
"TYPE": "str"
},
"product_name": {
"TYPE": "str"
},
"purchase_price": {
"TYPE": "str"
},
"msg": {
"EQ": "商品查询成功"
},
"category_id": {
"TYPE": "int"
},
"img_url": {
"TYPE": "str"
},
"spec": {
"TYPE": "str"
},
"stock": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: product_id的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: product_name的返回值通过
检查key: purchase_price的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: img_url的返回值通过
检查key: spec的返回值通过
检查key: stock的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :POST
The request parameter is:
{
"operator_id": 15623697980,
"product_id": "19035",
"responsibility_name": "袁岳路",
"cause_id": 1,
"cause_desc": "过期",
"operator_name": "袁岳路",
"loss_cnt": 1,
"responsibility_id": 15623697980
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.93000006676
接口请求返回值:
{
"msg": "商品报损记录提交成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'b19a7f9b-2576-4a1e-8239-f4b20e3cef46', 'specId1': 19229, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19035, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "商品报损记录提交成功"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.18099999428
接口请求返回值:
{
"msg": "商品报损记录列表查询成功",
"status_code": 0,
"data": {
"count": 103,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 103,
"data": [
{
"count": "1.0",
"update_time": "2017-06-17 17:35:32",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 17:35:32",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 10209,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 17:35:20",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 17:35:20",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 10207,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 17:35:05",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-17 17:35:05",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 10205,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-17 17:34:54",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 17:34:54",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 10203,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 17:34:24",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 17:34:24",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 10199,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 13:30:00",
"supplier_id": 2147483647,
"cost": "100.00",
"operator_name": "袁岳路",
"gross_profit": "-100.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 13:29:26",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9979,
"exceptional_consumption": "100.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 13:30:00",
"supplier_id": 2147483647,
"cost": "100.00",
"operator_name": "袁岳路",
"gross_profit": "-100.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 13:29:19",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9978,
"exceptional_consumption": "100.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 13:30:00",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "100.00",
"gross_profit": "-100.00",
"operate_type": 203,
"source": 0,
"cost": "100.00",
"create_time": "2017-06-17 13:29:10",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 9977,
"sku_number": 1
},
{
"count": "70.0",
"update_time": "2017-06-17 13:30:00",
"supplier_id": 2147483647,
"cost": "7000.00",
"operator_name": "袁岳路",
"gross_profit": "-7000.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 13:29:02",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9976,
"exceptional_consumption": "7000.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 13:30:00",
"supplier_id": 2147483647,
"cost": "100.00",
"operator_name": "袁岳路",
"gross_profit": "-100.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 13:28:41",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9975,
"exceptional_consumption": "100.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 09:55:22",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 09:55:22",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9913,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 09:55:16",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 09:55:16",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9912,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 09:55:09",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-17 09:55:09",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 9911,
"sku_number": 1
},
{
"count": "40.0",
"update_time": "2017-06-17 09:55:02",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 09:55:02",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9910,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-17 09:54:42",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 09:54:42",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9909,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 19:52:42",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 19:52:42",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9696,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 19:52:35",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 19:52:35",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9694,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 19:52:24",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-15 19:52:24",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 9693,
"sku_number": 1
},
{
"count": "70.0",
"update_time": "2017-06-15 19:52:13",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 19:52:13",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9692,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 19:51:45",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 19:51:45",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9691,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 18:24:02",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 18:24:02",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9607,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 18:23:56",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 18:23:56",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9606,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 18:23:51",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-15 18:23:51",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 9605,
"sku_number": 1
},
{
"count": "130.0",
"update_time": "2017-06-15 18:23:45",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 18:23:45",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9603,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 18:23:27",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 18:23:27",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9602,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 16:05:37",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 16:05:37",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9452,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 16:05:31",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 16:05:31",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9450,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 16:05:23",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 16:05:23",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9448,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 16:05:18",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-15 16:05:18",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 9446,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-15 16:05:12",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 16:05:12",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9444,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 16:04:55",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 16:04:55",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9440,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 11:52:20",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 11:52:20",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9277,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 11:52:14",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 11:52:14",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9275,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 11:52:08",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 11:52:08",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9273,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 11:52:03",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-15 11:52:03",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 9271,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-15 11:51:57",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 11:51:57",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9269,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 11:51:40",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 11:51:40",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9265,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 00:27:57",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 00:27:57",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9101,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 00:27:52",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 00:27:52",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9099,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 00:27:45",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 00:27:45",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9097,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 00:27:39",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-15 00:27:39",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 9095,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-15 00:27:33",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 00:27:33",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9093,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-15 00:27:13",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-15 00:27:13",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 9089,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 17:56:49",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 17:56:49",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8921,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 17:56:43",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 17:56:43",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8919,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 17:56:38",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 17:56:38",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8917,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 17:56:34",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-14 17:56:34",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 8915,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-14 17:56:30",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 17:56:30",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8913,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 17:56:14",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 17:56:14",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8909,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 14:02:10",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 14:02:10",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8644,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 14:02:03",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 14:02:03",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8642,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 14:01:57",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 14:01:57",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8640,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 14:01:50",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-14 14:01:50",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 8638,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-14 14:01:44",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 14:01:44",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8636,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 14:01:27",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 14:01:27",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8632,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 12:57:12",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 12:57:12",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8506,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 12:57:08",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 12:57:08",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8504,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 12:57:02",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 12:57:02",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8502,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 12:56:55",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-14 12:56:55",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 8500,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-14 12:56:51",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 12:56:51",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8498,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-14 12:56:36",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-14 12:56:36",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8494,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 18:36:30",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 18:36:30",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8327,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 18:36:25",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 18:36:25",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8325,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 18:36:20",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 18:36:20",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8323,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 18:36:16",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-13 18:36:16",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 8321,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-13 18:36:10",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 18:36:10",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8319,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 18:35:55",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 18:35:55",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8315,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 16:25:21",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 16:25:21",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8060,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 16:25:16",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 16:25:16",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8057,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 16:25:11",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 16:25:11",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8055,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 16:25:05",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-13 16:25:05",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 8053,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-13 16:25:00",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 16:25:00",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8051,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-13 16:24:41",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-13 16:24:41",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 8046,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 16:44:11",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 16:44:11",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7686,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 16:43:46",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-12 16:43:46",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 7682,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-12 16:43:41",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 16:43:41",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7680,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 16:43:36",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 16:43:36",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7678,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 16:43:31",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 16:43:31",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7676,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 15:18:29",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 15:18:29",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7489,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 11:00:03",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 11:00:03",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7456,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 11:00:00",
"supplier_id": 2147483647,
"cost": "100.00",
"operator_name": "袁岳路",
"gross_profit": "-100.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 10:59:59",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7454,
"exceptional_consumption": "100.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 10:59:53",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 10:59:53",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7451,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 10:59:49",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-12 10:59:49",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 7449,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-12 10:59:43",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 10:59:43",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7447,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-12 10:59:25",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-12 10:59:25",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7442,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 16:45:32",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 16:45:32",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7288,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 16:45:28",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 16:45:28",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7286,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 16:45:24",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 16:45:24",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7284,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 16:45:19",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-10 16:45:19",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 7282,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-10 16:45:15",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 16:45:15",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7280,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 16:44:56",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 16:44:56",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7276,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 14:17:22",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 14:17:22",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7132,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 14:17:18",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 14:17:18",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7130,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 14:17:13",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 14:17:13",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7128,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 14:17:07",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-10 14:17:07",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 7126,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-10 14:17:03",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 14:17:03",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7124,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 14:16:49",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 14:16:49",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 7120,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 11:15:07",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 11:15:07",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 6977,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 11:15:02",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 11:15:02",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 6975,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 11:14:56",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 11:14:56",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 6973,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 11:14:52",
"operator_id": 2147483647,
"user_id": "10",
"exceptional_consumption": "0.00",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"cost": "0.00",
"create_time": "2017-06-10 11:14:52",
"income": "0.00",
"operator_name": "袁岳路",
"promotion": "0.00",
"server": "pos",
"id": 6971,
"sku_number": 1
},
{
"count": "101.0",
"update_time": "2017-06-10 11:14:48",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 11:14:48",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 6969,
"exceptional_consumption": "0.00",
"sku_number": 1
},
{
"count": "1.0",
"update_time": "2017-06-10 11:14:34",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-10 11:14:34",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 6964,
"exceptional_consumption": "0.00",
"sku_number": 1
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'b19a7f9b-2576-4a1e-8239-f4b20e3cef46', 'specId1': 19229, u'record_id': 10209, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19035, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"has_next": {
"TYPE": "bool"
},
"count": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"curr_page": {
"TYPE": "int"
},
"total_page": {
"TYPE": "int"
},
"supplier_name": {
"TYPE": "str"
},
"msg": {
"EQ": "商品报损记录列表查询成功"
},
"id": {
"TYPE": "int"
}
}
检查key: has_next的返回值通过
检查key: count的返回值通过
检查key: status_code的返回值通过
检查key: curr_page的返回值通过
检查key: total_page的返回值通过
检查key: supplier_name的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/loss/10209
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.638999938965
接口请求返回值:
{
"msg": "商品报损记录查询成功",
"status_code": 0,
"data": {
"count": "1.0",
"update_time": "2017-06-17 17:35:32",
"supplier_id": 2147483647,
"cost": "0.00",
"operator_name": "袁岳路",
"gross_profit": "0.00",
"operate_type": 203,
"specs": [
{
"count": "1.0",
"real_sale_amount": "100.00",
"product": 19035,
"pre_stock": "100.000",
"operate_desc": "报损出库",
"product_name": "忍者",
"image": "http://www.baidu.com/",
"barcode": "12345678909876",
"productspec": 19229,
"update_time": "2017-06-17 17:35:32",
"operate_type": 203,
"out_count": "0.0",
"create_time": "2017-06-17 17:35:32",
"unit": "100",
"purchase_price": "0.00",
"sale_price": "120.00",
"id": 13490,
"total_purchase_amount": "0.00",
"stock": "99.0"
}
],
"source": 0,
"operator_id": 2147483647,
"create_time": "2017-06-17 17:35:32",
"income": "0.00",
"supplier_name": "袁岳路",
"user_id": "10",
"promotion": "0.00",
"server": "pos",
"id": 10209,
"exceptional_consumption": "0.00",
"sku_number": 1
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'b19a7f9b-2576-4a1e-8239-f4b20e3cef46', 'specId1': 19229, u'record_id': 10209, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'stock': u'100', 'pid1': 19035, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"count": {
"eq": "1.0"
},
"update_time": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"barcode": {
"eq": "12345678909876"
},
"id": {
"eq": 10209
},
"msg": {
"EQ": "商品报损记录查询成功"
},
"product_name": {
"TYPE": "str"
},
"img_url": {
"TYPE": "str"
},
"specs": {
"TYPE": "list"
},
"sku_number": {
"eq": 1
}
}
检查key: count的返回值通过
检查key: update_time的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: id的返回值通过
检查key: msg的返回值通过
检查key: product_name的返回值通过
检查key: img_url的返回值通过
检查key: specs的返回值通过
检查key: sku_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_454_POS_报损--查询报损历史--正常 |
fail
ft1.454:
测试用例开始时间: 2017-06-17 17:35:33
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.848999977112
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:35:23",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"328205e5-cddc-459d-b3f3-c5b9f77b4df6","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'328205e5-cddc-459d-b3f3-c5b9f77b4df6', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss get one product from list
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list?is_standard=true
请求头:
{'token': u'328205e5-cddc-459d-b3f3-c5b9f77b4df6', 'storeNo': '10'}
The return data is:
{"statusCode":0,"msg":"成功","data":{"totalPage":1,"currPage":1,"total":4,"count":4,"hasNext":false,"data":[{"barcode":"6923830302608","category":557,"category_display":"未分类","id":18880,"image":"","is_standard":true,"manufacturer":"鸿福行保健食品(深圳)有限公司","name":"500ml竹蔗茅根植物饮品(竹节瓶)","specs":[{"discount_price":"5.50","member_price":"6.00","purchase_price":"9.00","sale_price":"6.00","stock":"134","unit":"--","id":19074}],"price":"0.00","quality_period":730,"source":"深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6923450690642","category":557,"category_display":"未分类","id":18881,"image":"","is_standard":true,"manufacturer":"箭牌糖果(中国)有限公司","name":"6923450690642","specs":[{"discount_price":"11.00","member_price":"11.00","purchase_price":"10.00","sale_price":"12.00","stock":"100","unit":"--","id":19075}],"price":"0.00","quality_period":730,"source":"","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6908946287063","category":557,"category_display":"未分类","id":18882,"image":"","is_standard":true,"manufacturer":"广州百事可乐饮料有限公司","name":"激浪柠檬味可乐型汽水","specs":[{"discount_price":"2.50","member_price":"2.50","purchase_price":"2.00","sale_price":"3.00","stock":"130","unit":"--","id":19076}],"price":"0.00","quality_period":730,"source":"广东省广州市海珠区敦和路57号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1},{"barcode":"6947509910000","category":557,"category_display":"未分类","id":18883,"image":"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg","is_standard":true,"manufacturer":"维达商贸有限公司","name":"得寶迷你紙手巾 7片單包(天然無味)","specs":[{"discount_price":"1.00","member_price":"1.00","purchase_price":"0.90","sale_price":"1.10","stock":"100","unit":"--","id":19077}],"price":"0.00","quality_period":730,"source":"广东省江门市新会区会城东侯路65号","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}]}}
{'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'328205e5-cddc-459d-b3f3-c5b9f77b4df6', 'purchase_price': u'9.00', u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'134', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/barcode/6923830302608
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.759999990463
接口请求返回值:
{
"msg": "商品查询成功",
"status_code": 0,
"data": {
"status": 0,
"product_type": 1,
"product_id": 18880,
"barcode": "6923830302608",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "6.00",
"discount_price": "5.50",
"sale_price": "6.00",
"spec_id": 19074,
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category_name": "未分类"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': u'6923830302608', 'pid': 18880, 'token_boss': u'328205e5-cddc-459d-b3f3-c5b9f77b4df6', 'purchase_price': u'9.00', u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'stock': u'134', 'sale_price': u'6.00', 'specId': 19074, 'password': '123456', 'categoryId': 557, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"product_id": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"barcode": {
"TYPE": "str"
},
"product_name": {
"TYPE": "str"
},
"purchase_price": {
"TYPE": "str"
},
"msg": {
"EQ": "商品查询成功"
},
"category_id": {
"TYPE": "int"
},
"img_url": {
"TYPE": "str"
},
"spec": {
"TYPE": "str"
},
"stock": {
"TYPE": "int"
}
}
检查key: status的返回值通过
检查key: product_id的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: product_name的返回值通过
检查key: purchase_price的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: img_url的返回值通过
检查key: spec的返回值通过
检查key: stock返回值失败。
测试步骤3失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_455_POS_按进货单入库--已入库进货单列表--正常 无数据 |
pass
pt1.455:
测试用例开始时间: 2017-06-17 17:35:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:35:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"84a7bfbf-4bcf-4820-a99b-214ddbfbab0c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'84a7bfbf-4bcf-4820-a99b-214ddbfbab0c', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'84a7bfbf-4bcf-4820-a99b-214ddbfbab0c', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19036,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19230}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'84a7bfbf-4bcf-4820-a99b-214ddbfbab0c', 'specId1': 19230, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19036, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/finish
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.525000095367
接口请求返回值:
{
"msg": "查询已入库进货单列表成功",
"status_code": 0,
"data": {
"count": 0,
"has_next": false,
"curr_page": 0,
"total_page": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'84a7bfbf-4bcf-4820-a99b-214ddbfbab0c', 'specId1': 19230, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19036, 'password': '123456', 'categoryId': 510, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"has_next": {
"TYPE": "bool"
},
"count": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"curr_page": {
"TYPE": "int"
},
"total_page": {
"TYPE": "int"
},
"msg": {
"EQ": "查询已入库进货单列表成功"
},
"total": {
"TYPE": "int"
},
"data.data": {
"type": "list"
}
}
检查key: has_next的返回值通过
检查key: count的返回值通过
检查key: status_code的返回值通过
检查key: curr_page的返回值通过
检查key: total_page的返回值通过
检查key: msg的返回值通过
检查key: total的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_456_POS_按进货单入库--已入库进货单列表--正常 有数据 |
fail
ft1.456:
测试用例开始时间: 2017-06-17 17:35:54
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:35:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 12}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 12
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"02","store_type":1,"token":"01905935-ee9d-4551-acde-2108600192a3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 12,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d8a3584d-05a4-464f-ab40-1aed071a0517","storeNo":"12","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12, 'posNo': '080027400cba', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'password': '123456', 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12312",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test538",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2387, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:36:05", "district": "\u5b9d\u5b89\u533a", "house_number": "12312", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test538", "idcard_no": "330224196702265835", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12312", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2387
供应商登录
2387
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:36:07", "user_id": null, "local_token": "beffa4b754bfc73c2fc08c431a710c27e045283b", "employeerole": 5, "token": "7cfebbbf-5a48-4f57-9513-5e7a47cafdae", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2291, "store": 2387}, "statusCode": 0}
获取token:beffa4b754bfc73c2fc08c431a710c27e045283b
token:beffa4b754bfc73c2fc08c431a710c27e045283b
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111139326', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:54:01', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 289151, u'unit': 1, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'1*15', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6926728512349', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u74f6', u'stime': u'2017-05-26 15:54:01', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6926728512349
开始添加商品
{'status': 0, 'barcode': u'6926728512349', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19231, "unit": "\u74f6", "stock": "100"}], "category": 557, "user_id": "2387", "desc_url": null, "shortcut": null, "id": 19037, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6926728512349", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19037, u'category': 557, u'user_id': u'2387', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19231, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u74f6', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6926728512349', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19037,规格ID:19231,供应商ID2387,编码barcode6926728512349
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19231,
"commodityNumber": 10
}
],
"supplierId": 2387
}
接口请求头文件为:
{u'token': u'd8a3584d-05a4-464f-ab40-1aed071a0517', u'storeNo': u'12'}
****************************************************************************************************
接口请求响应时延为:
0.910000085831
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test538",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2387",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19231,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6926728512349",
"grossProfit": "0.00",
"productName": "520ml泽星纯净水×",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19037,
"categoryId": 557,
"unit": "瓶",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 12,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6926728512349', 'token_supplier': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'specId1': 19231, 'pid1': 19037, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2387, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test538', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2387', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19231, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6926728512349', u'grossProfit': u'0.00', u'productName': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19037, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6926728512349', 'token_supplier': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'specId1': 19231, 'pid1': 19037, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2387, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test538', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2387', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19231, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6926728512349', u'grossProfit': u'0.00', u'productName': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19037, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
{'token': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'storeNo': 12}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test538",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2387",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19231,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6926728512349",
"grossProfit": "0.00",
"productName": "520ml泽星纯净水×",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19037,
"categoryId": 557,
"unit": "瓶",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 12,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10248}
{'orderId': 10248, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6926728512349', 'token_supplier': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'specId1': 19231, 'pid1': 19037, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2387, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test538', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2387', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19231, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6926728512349', u'grossProfit': u'0.00', u'productName': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19037, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10248/take/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b'}
****************************************************************************************************
接口请求响应时延为:
1.00600004196
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2387",
"cancelReason": null,
"orderNo": "00002387001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:36:15",
"cost": "0.10",
"orderItems": [
{
"specId": 19231,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 19025,
"unit": "瓶",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19037,
"orderId": 10248,
"categoryName": "未分类",
"barcode": "6926728512349",
"productName": "520ml泽星纯净水×",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:36:14",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"statusTime": "2017-06-17 17:36:15",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test538",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10248,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 12,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10248, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6926728512349', 'token_supplier': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'specId1': 19231, 'pid1': 19037, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2387, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test538', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2387', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19231, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6926728512349', u'grossProfit': u'0.00', u'productName': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19037, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10248/deliver/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b'}
****************************************************************************************************
接口请求响应时延为:
2.23200011253
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2387",
"cancelReason": null,
"orderNo": "00002387001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:36:15",
"cost": "0.10",
"orderItems": [
{
"specId": 19231,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 19025,
"unit": "瓶",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19037,
"orderId": 10248,
"categoryName": "未分类",
"barcode": "6926728512349",
"productName": "520ml泽星纯净水×",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 5,
"version": 4,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:36:14",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:36:17",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"statusTime": "2017-06-17 17:36:17",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test538",
"grossProfitRate": "90%",
"orderStatus": 3,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10248,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 12,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10248, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6926728512349', 'token_supplier': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'specId1': 19231, 'pid1': 19037, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2387, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test538', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2387', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19231, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6926728512349', u'grossProfit': u'0.00', u'productName': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19037, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'select id from orderitem where order_id = 10248'}
{'orderId': 10248, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6926728512349', 'token_supplier': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'specId1': 19231, 'pid1': 19037, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2387, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test538', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2387', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19231, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6926728512349', u'grossProfit': u'0.00', u'productName': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19037, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19025, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10248/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19037,
"order_item_id": 19025
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'01905935-ee9d-4551-acde-2108600192a3'}
****************************************************************************************************
接口请求响应时延为:
0.601999998093
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10248, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6926728512349', 'token_supplier': u'token:beffa4b754bfc73c2fc08c431a710c27e045283b', 'token_boss': u'd8a3584d-05a4-464f-ab40-1aed071a0517', 'specId1': 19231, 'pid1': 19037, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2387, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test538', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2387', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19231, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6926728512349', u'grossProfit': u'0.00', u'productName': u'520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\xd7', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19037, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19025, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode返回值失败。
测试步骤7失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_457_POS_按进货单入库--已入库进货单列表--正常 有数据(配送状态以及支付状态配比) |
fail
ft1.457:
测试用例开始时间: 2017-06-17 17:36:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:36:05", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"81c7562e-5c32-461e-9a32-472602105f6c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12196",
"many": true,
"industry": 2,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test950",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2388, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:36:30", "district": "\u5b9d\u5b89\u533a", "house_number": "12196", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test950", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12196", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9910\u996e", "industry": 2, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2388
供应商登录
2388
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:36:32", "user_id": null, "local_token": "397b13bfbf54555b92dffc3307b7c29111471819", "employeerole": 5, "token": "a857560c-0646-4d56-bbc1-890e64a294a2", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2292, "store": 2388}, "statusCode": 0}
获取token:397b13bfbf54555b92dffc3307b7c29111471819
token:397b13bfbf54555b92dffc3307b7c29111471819
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111147880', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:05:25', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 374427, u'unit': 14, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'20\u514b', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6934351291234', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u652f', u'stime': u'2017-05-26 16:05:25', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6934351291234
开始添加商品
{'status': 0, 'barcode': u'6934351291234', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19232, "unit": "\u652f", "stock": "100"}], "category": 557, "user_id": "2388", "desc_url": null, "shortcut": null, "id": 19038, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6934351291234", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19038, u'category': 557, u'user_id': u'2388', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19232, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u652f', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6934351291234', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19038,规格ID:19232,供应商ID2388,编码barcode6934351291234
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19232,
"commodityNumber": 10
}
],
"supplierId": 2388
}
接口请求头文件为:
{u'token': u'81c7562e-5c32-461e-9a32-472602105f6c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.754999876022
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test950",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2388",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19232,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6934351291234",
"grossProfit": "0.00",
"productName": "雅碧卡通软糖",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19038,
"categoryId": 557,
"unit": "支",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
{'token': u'81c7562e-5c32-461e-9a32-472602105f6c', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test950",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2388",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19232,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6934351291234",
"grossProfit": "0.00",
"productName": "雅碧卡通软糖",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19038,
"categoryId": 557,
"unit": "支",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10249}
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'select id from orderitem where order_id = 10249'}
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10249/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19038,
"order_item_id": 19026
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.746999979019
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'update pos_order set delivery_status=4, order_status=4 where id = 10249'}
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10249/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19038,
"order_item_id": 19026
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.6400001049
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'update pos_order set delivery_status=2, order_status=2 where id = 10249'}
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10249/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19038,
"order_item_id": 19026
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.648000001907
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'update pos_order set delivery_status=4, order_status=3 where id = 10249'}
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10249/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19038,
"order_item_id": 19026
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.748999834061
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤12 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'update pos_order set delivery_status=1, order_status=4 where id = 10249'}
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤13 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10249/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19038,
"order_item_id": 19026
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.06500005722
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤14 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'update pos_order set delivery_status=5, order_status=4 where id = 10249'}
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤15 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10249/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19038,
"order_item_id": 19026
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.865000009537
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10249, 'tel': '13812345678', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '6934351291234', 'token_supplier': u'token:397b13bfbf54555b92dffc3307b7c29111471819', 'token_boss': u'81c7562e-5c32-461e-9a32-472602105f6c', 'specId1': 19232, 'pid1': 19038, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2388, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test950', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2388', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19232, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6934351291234', u'grossProfit': u'0.00', u'productName': u'\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19038, u'categoryId': 557, u'unit': u'\u652f', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19026, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode返回值失败。
测试步骤15失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_458_POS_收银去结账--更新门店订单--正常 |
pass
pt1.458:
测试用例开始时间: 2017-06-17 17:36:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:36:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"98060f7d-f25c-494d-a7c8-3218f45aef3e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'98060f7d-f25c-494d-a7c8-3218f45aef3e'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'98060f7d-f25c-494d-a7c8-3218f45aef3e', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19039,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19233}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'98060f7d-f25c-494d-a7c8-3218f45aef3e', 'specId1': 19233, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19039, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'98060f7d-f25c-494d-a7c8-3218f45aef3e', 'specId1': 19233, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19039, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'98060f7d-f25c-494d-a7c8-3218f45aef3e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.84500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 5,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19233,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 19039,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'sale_price': u'6.00', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', 'barcode': u'6923830302608', 'token_boss': u'98060f7d-f25c-494d-a7c8-3218f45aef3e', 'specId1': 19233, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'purchase_price': u'9.00', 'pid1': 18880, u'specId': 19074, 'password': '123456', 'categoryId': 557, u'unit': u'--', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430118",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.46000003815
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430118",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10250,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19027,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:37:00",
"order_source": 0,
"order_time": "2017-06-17 17:37:00",
"pay_amount": "6.00",
"order_id": 10250,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10250, u'sale_price': u'6.00', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', 'barcode': u'6923830302608', 'token_boss': u'98060f7d-f25c-494d-a7c8-3218f45aef3e', 'specId1': 19233, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'purchase_price': u'9.00', 'pid1': 18880, u'specId': 19074, 'password': '123456', 'categoryId': 557, u'unit': u'--', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order/10250
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430118",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "30.00",
"product_name": "test",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "30.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "30.00",
"unit": "份",
"category_name": "test"
}
],
"deal_amount": "30.00",
"member_discount_rate": "1.00",
"order_type": 0,
"order_amount": "30.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "30.00",
"product_name": "test",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "30.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "30.00",
"unit": "份",
"category_name": "test"
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "30.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.16300010681
接口请求返回值:
{
"msg": "门店订单更新成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430118",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10250,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19027,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:37:00",
"order_source": 0,
"order_time": "2017-06-17 17:37:00",
"pay_amount": "6.00",
"order_id": 10250,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10250, u'sale_price': u'6.00', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', 'barcode': u'6923830302608', 'token_boss': u'98060f7d-f25c-494d-a7c8-3218f45aef3e', 'specId1': 19233, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'purchase_price': u'9.00', 'pid1': 18880, u'specId': 19074, 'password': '123456', 'categoryId': 557, u'unit': u'--', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_459_POS_收银去结账--查询订单详情--正常 |
pass
pt1.459:
测试用例开始时间: 2017-06-17 17:37:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:36:51", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7d3bb720-5f36-4b7b-b7c3-22c14344e7b8","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19040,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19234}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8', 'specId1': 19234, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19040, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'barcode': '12345678909876', 'token_boss': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8', 'specId1': 19234, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19040, 'password': '123456', 'categoryId': 510, 'category_name': u'\u6570\u7801'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.42500019073
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 5,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 5,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.baidu.com/",
"tag": [],
"specs": [
{
"member_price": "110.00",
"discount_price": "110.00",
"id": 19234,
"sale_price": "120.00",
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category": 510,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 19040,
"source": "面包",
"category_display": "数码",
"price": "122.00",
"status": 0,
"brand": "test",
"barcode": "12345678909876",
"is_standard": false,
"quality_period": 0,
"weighable": false,
"manufacturer": "manufacturer",
"product_type": 1,
"name": "忍者",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'sale_price': u'6.00', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', 'barcode': u'6923830302608', 'token_boss': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8', 'specId1': 19234, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'purchase_price': u'9.00', 'pid1': 18880, u'specId': 19074, 'password': '123456', 'categoryId': 557, u'unit': u'--', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430119",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": "未分类"
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": "未分类"
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.626000165939
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430119",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10251,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19028,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": "未分类"
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:37:15",
"order_source": 0,
"order_time": "2017-06-17 17:37:15",
"pay_amount": "6.00",
"order_id": 10251,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10251, u'sale_price': u'6.00', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', 'barcode': u'6923830302608', 'token_boss': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8', 'specId1': 19234, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'purchase_price': u'9.00', 'pid1': 18880, u'specId': 19074, 'password': '123456', 'categoryId': 557, u'unit': u'--', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/order/10251
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.41699981689
接口请求返回值:
{
"msg": "门店订单查询成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430119",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10251,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19028,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": "未分类"
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:37:15",
"order_source": 0,
"order_time": "2017-06-17 17:37:15",
"pay_amount": "6.00",
"order_id": 10251,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10251, u'sale_price': u'6.00', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', 'barcode': u'6923830302608', 'token_boss': u'7d3bb720-5f36-4b7b-b7c3-22c14344e7b8', 'specId1': 19234, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'purchase_price': u'9.00', 'pid1': 18880, u'specId': 19074, 'password': '123456', 'categoryId': 557, u'unit': u'--', 'category_name': u'\u672a\u5206\u7c7b'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_460_POS_收银去结账--门店订单扫码支付--正常 |
pass
pt1.460:
测试用例开始时间: 2017-06-17 17:37:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:37:05", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"94c6db22-bfbe-4d2d-b60e-999344e12eb5","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'94c6db22-bfbe-4d2d-b60e-999344e12eb5', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'94c6db22-bfbe-4d2d-b60e-999344e12eb5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.69499993324
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'94c6db22-bfbe-4d2d-b60e-999344e12eb5', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430120",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.07100009918
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430120",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10252,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19029,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:37:30",
"order_source": 0,
"order_time": "2017-06-17 17:37:30",
"pay_amount": "6.00",
"order_id": 10252,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10252, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'94c6db22-bfbe-4d2d-b60e-999344e12eb5', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order/10252/scanpay
The request method is :POST
The request parameter is:
{
"auth_code": "12234456666"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.58200001717
接口请求返回值:
{
"msg": "请求被扫支付成功",
"status_code": 0,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10252, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'94c6db22-bfbe-4d2d-b60e-999344e12eb5', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "请求被扫支付成功",
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_461_POS_数据同步--商品分类数据--正常 |
pass
pt1.461:
测试用例开始时间: 2017-06-17 17:37:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0859999656677
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:37:21",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.79400014877
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/sync/heartbeat
The request method is :POST
The request parameter is:
{
"sync_server_time": 1486978972214,
"sync_data": [
{
"values": [
{
"category_id": 0,
"category_name": "全部"
},
{
"category_id": 577,
"category_name": "面包"
}
],
"key": "category"
}
]
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
2.53800010681
接口请求返回值:
{
"msg": "同步数据获取成功",
"status_code": 0,
"data": {
"pos_no": "abcdefghijk",
"sync_server_time": 1497692259871,
"sync_data": [
{},
{
"values": [
{
"status": 0,
"staff_id": 15000000000,
"store_id": 10,
"staff_name": "姚海林",
"role_id": 1,
"staff_no": "15000000000",
"pwd": "e10adc3949ba59abbe56e057f20f883e",
"role_name": "店主"
}
],
"key": "staff"
},
{
"values": [
{
"status": 0,
"product_type": 1,
"product_id": 18880,
"barcode": "6923830302608",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "6.00",
"discount_price": "5.50",
"sale_price": "6.00",
"spec_id": 19074,
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18881,
"barcode": "6923450690642",
"product_name": "6923450690642",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "11.00",
"discount_price": "11.00",
"sale_price": "12.00",
"spec_id": 19075,
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18882,
"barcode": "6908946287063",
"product_name": "激浪柠檬味可乐型汽水",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "2.50",
"discount_price": "2.50",
"sale_price": "3.00",
"spec_id": 19076,
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18883,
"barcode": "6947509910000",
"product_name": "得寶迷你紙手巾 7片單包(天然無味)",
"weighable": 0,
"category_id": 557,
"img_url": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"specs": [
{
"from_spec": [],
"member_price": "1.00",
"discount_price": "1.00",
"sale_price": "1.10",
"spec_id": 19077,
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
}
],
"key": "product"
},
{
"values": [
{
"pos_base_parameter": {
"must_selected": 0,
"eachamount_fractional": 0,
"totalamount_fractional": 0
},
"pos_receipt_setting": {
"promotion_details": 0,
"endnote3": "endnote1",
"stored_balance": 1,
"total_promotions": 1,
"endnote2_enable": 1,
"pay_details": 1,
"unit_price": 0,
"endnote1_enable": 1,
"endnote4_enable": 1,
"total_points": 1,
"product_name": 1,
"auto_print": 1,
"endnote4": "endnote1",
"receipt_title": "This is the title.",
"product_barcode": 1,
"endnote1": "endnote1",
"endnote_print_positio": 2,
"endnote2": "endnote2",
"orderno_to_barcode": 0,
"total_original_price": 1,
"points": 1,
"store_logo": 1,
"endnote3_enable": 1
},
"store_data": {
"store_tel": "15000000000",
"store_name": "HelloWorld",
"store_status": 0,
"store_qrcode": "",
"store_logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png"
},
"barcode_scales": [],
"barcode_scale_dataformat": {
"weight_accuracy": 3,
"scale_format": 0,
"id": 14,
"store_id": 10
}
}
],
"key": "shop"
},
{
"values": [
{
"store_tables": [
{
"status": 1,
"table_no": "1",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"store_id": 10
},
{
"status": 1,
"table_no": "2",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"store_id": 10
},
{
"status": 1,
"table_no": "3",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"store_id": 10
},
{
"status": 1,
"table_no": "4",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"store_id": 10
},
{
"status": 1,
"table_no": "5",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"store_id": 10
},
{
"status": 1,
"table_no": "6",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"store_id": 10
},
{
"status": 1,
"table_no": "7",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"store_id": 10
},
{
"status": 1,
"table_no": "8",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"store_id": 10
},
{
"status": 1,
"table_no": "9",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"store_id": 10
}
],
"kitchen_printers": []
}
],
"key": "catering_shop"
},
{
"values": [
{
"notify_text": "{\"online_order_cnt\":0,\"online_storage_cnt\":0,\"store_order_cnt\":0}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 0
},
{
"notify_text": "{\"deal_amount\":\"6.00\",\"delivery_info\":{\"contact_name\":\"test_name\",\"contact_tel\":\"13514725836\",\"deliver_name\":\"姚海林\",\"deliver_tel\":\"15000000000\",\"delivery_fee\":\"0.00\",\"delivery_time\":\"2017-06-05 12:37:47\",\"delivery_type\":1,\"deliveryman_tip\":\"0\",\"distance\":\"1.1km\",\"receipt_address\":\"深圳市宝安区深圳市对酒当歌电子商务有限公司\"},\"delivery_status\":6,\"member_discount_rate\":1,\"member_first_order\":false,\"member_sale\":{\"balance_amount\":\"6.00\",\"coupon_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"member_id\":535,\"member_name\":\"test_name\",\"member_tel\":\"13514725836\",\"point_amount\":\"0.00\",\"use_balance\":1,\"use_coupon_id\":1,\"use_discount\":1,\"use_point\":1},\"order_amount\":\"6.00\",\"order_id\":6668,\"order_no\":\"00000010981237130016\",\"order_source\":1,\"order_source_text\":\"网络\",\"order_status\":4,\"order_status_text\":\"已完成\",\"order_time\":\"2017-06-05 12:37:13\",\"pay_abnormal_status\":0,\"pay_info\":[{\"pay_amount\":\"6.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":5,\"pay_type_text\":\"会员卡支付\"},{\"pay_amount\":\"0.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":4,\"pay_type_text\":\"微信支付\"}],\"pay_way\":1,\"status_time\":\"2017-06-05 13:51:16\",\"store_name\":\"Test539\",\"store_tel\":\"\",\"store_type\":1}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 4
}
],
"key": "main_notify"
},
{
"values": [
{
"ad_images": [
{
"position": 2,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/22f012397cf24749a49cdda429b9c526.png",
"display": 1
},
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/b75d42b9ea984906b382fbe98d3a5d72.png",
"display": 1
}
],
"banner_type": 1
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/3cd88ea34abd472c8573d9b4ab1ad9ee.png",
"display": 1
}
],
"banner_type": 2
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/df920026d1244dfe91f6c7c6a448347a.png",
"display": 1
}
],
"banner_type": 3
}
],
"key": "market_adbanner"
},
{
"values": [
{
"order_source": 0,
"status_time": "2017-06-02 18:07:58",
"refund_status": 3,
"refund_id": 1131,
"order_id": 6437,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "59088519002445503644",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6437,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:07:58",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:07:58",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 过期",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-02 18:08:29",
"refund_status": 3,
"refund_id": 1132,
"order_id": 6438,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "17731308353700222658",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6438,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:08:29",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:08:29",
"order_item": {
"product_id": 3056,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 6438,
"spec_id": 3113,
"discount_amount": "0.00",
"barcode": "4895058315673",
"special_price": "29.99",
"purchase_price": "19.99",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 13351,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "29.99",
"category_id": 419,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "tets",
"unit": "test",
"category_name": "test"
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"refund_pay_text": "预计1-3个工作日,退款返回到您的付款账号",
"order_source": 0,
"status_time": "2017-06-02 18:10:51",
"refund_status": 3,
"refund_id": 1133,
"order_id": 6441,
"refund_notify": [
{
"pay_type": 4,
"pay_amount": "0.01",
"order_id": 6441,
"refund_id": 1133,
"out_refund_no": "refund00000000000856",
"id": 445
}
],
"refund_amount": "0.01",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010021496398212",
"order_time": "2017-06-02 18:10:04",
"member_first_order": false,
"order_id": 6441,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "9",
"is_table": 0,
"sale_type": 1
},
"order_amount": "0.01",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:10:51",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "0.01",
"pay_info": [
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-02 18:10:26",
"pay_amount": "0.01"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:10:51",
"order_item": {
"gift": 0,
"order_id": 6441,
"barcode": "-1",
"special_price": "0.01",
"purchase_price": "0.01",
"is_weighing": 0,
"item_type": -1,
"sale_cnt": "1",
"sale_price": "0.01",
"discount_amount": "0.00",
"spec_id": -1,
"product_name": "无码商品",
"order_item_id": 13354
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 破坏",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1142,
"order_id": 6687,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310540022",
"order_time": "2017-06-05 13:10:54",
"member_first_order": false,
"order_id": 6687,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1143,
"order_id": 6689,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310550023",
"order_time": "2017-06-05 13:10:55",
"member_first_order": false,
"order_id": 6689,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1144,
"order_id": 6691,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310560024",
"order_time": "2017-06-05 13:10:56",
"member_first_order": false,
"order_id": 6691,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1145,
"order_id": 6693,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310570025",
"order_time": "2017-06-05 13:10:57",
"member_first_order": false,
"order_id": 6693,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1146,
"order_id": 6695,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310580026",
"order_time": "2017-06-05 13:10:58",
"member_first_order": false,
"order_id": 6695,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1147,
"order_id": 6697,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310590027",
"order_time": "2017-06-05 13:10:59",
"member_first_order": false,
"order_id": 6697,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1148,
"order_id": 6699,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311000028",
"order_time": "2017-06-05 13:11:00",
"member_first_order": false,
"order_id": 6699,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1149,
"order_id": 6701,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311010029",
"order_time": "2017-06-05 13:11:01",
"member_first_order": false,
"order_id": 6701,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1150,
"order_id": 6703,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311020030",
"order_time": "2017-06-05 13:11:02",
"member_first_order": false,
"order_id": 6703,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1151,
"order_id": 6705,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311030031",
"order_time": "2017-06-05 13:11:03",
"member_first_order": false,
"order_id": 6705,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1152,
"order_id": 6707,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311040032",
"order_time": "2017-06-05 13:11:04",
"member_first_order": false,
"order_id": 6707,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1153,
"order_id": 6709,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311050033",
"order_time": "2017-06-05 13:11:05",
"member_first_order": false,
"order_id": 6709,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1154,
"order_id": 6711,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311060034",
"order_time": "2017-06-05 13:11:06",
"member_first_order": false,
"order_id": 6711,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1155,
"order_id": 6713,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311080035",
"order_time": "2017-06-05 13:11:08",
"member_first_order": false,
"order_id": 6713,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1156,
"order_id": 6715,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311090036",
"order_time": "2017-06-05 13:11:09",
"member_first_order": false,
"order_id": 6715,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1157,
"order_id": 6717,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311100037",
"order_time": "2017-06-05 13:11:10",
"member_first_order": false,
"order_id": 6717,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1158,
"order_id": 6719,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311110038",
"order_time": "2017-06-05 13:11:11",
"member_first_order": false,
"order_id": 6719,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1159,
"order_id": 6721,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311130039",
"order_time": "2017-06-05 13:11:13",
"member_first_order": false,
"order_id": 6721,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1160,
"order_id": 6723,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311140040",
"order_time": "2017-06-05 13:11:14",
"member_first_order": false,
"order_id": 6723,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1161,
"order_id": 6725,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311170041",
"order_time": "2017-06-05 13:11:17",
"member_first_order": false,
"order_id": 6725,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1162,
"order_id": 6727,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311180042",
"order_time": "2017-06-05 13:11:18",
"member_first_order": false,
"order_id": 6727,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1163,
"order_id": 6729,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311190043",
"order_time": "2017-06-05 13:11:19",
"member_first_order": false,
"order_id": 6729,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1164,
"order_id": 6731,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311200044",
"order_time": "2017-06-05 13:11:20",
"member_first_order": false,
"order_id": 6731,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1165,
"order_id": 6733,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311210045",
"order_time": "2017-06-05 13:11:21",
"member_first_order": false,
"order_id": 6733,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1166,
"order_id": 6735,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311220046",
"order_time": "2017-06-05 13:11:22",
"member_first_order": false,
"order_id": 6735,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1167,
"order_id": 6737,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311230047",
"order_time": "2017-06-05 13:11:23",
"member_first_order": false,
"order_id": 6737,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1168,
"order_id": 6739,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311240048",
"order_time": "2017-06-05 13:11:24",
"member_first_order": false,
"order_id": 6739,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1169,
"order_id": 6741,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311250049",
"order_time": "2017-06-05 13:11:25",
"member_first_order": false,
"order_id": 6741,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1170,
"order_id": 6743,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311260050",
"order_time": "2017-06-05 13:11:26",
"member_first_order": false,
"order_id": 6743,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1171,
"order_id": 6745,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311270051",
"order_time": "2017-06-05 13:11:27",
"member_first_order": false,
"order_id": 6745,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1172,
"order_id": 6747,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311280052",
"order_time": "2017-06-05 13:11:28",
"member_first_order": false,
"order_id": 6747,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1173,
"order_id": 6749,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311290053",
"order_time": "2017-06-05 13:11:29",
"member_first_order": false,
"order_id": 6749,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1174,
"order_id": 6751,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311310054",
"order_time": "2017-06-05 13:11:31",
"member_first_order": false,
"order_id": 6751,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1175,
"order_id": 6753,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311320055",
"order_time": "2017-06-05 13:11:32",
"member_first_order": false,
"order_id": 6753,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1176,
"order_id": 6755,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311330056",
"order_time": "2017-06-05 13:11:33",
"member_first_order": false,
"order_id": 6755,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1177,
"order_id": 6757,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311340057",
"order_time": "2017-06-05 13:11:34",
"member_first_order": false,
"order_id": 6757,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1178,
"order_id": 6759,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311350058",
"order_time": "2017-06-05 13:11:35",
"member_first_order": false,
"order_id": 6759,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1179,
"order_id": 6761,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311360059",
"order_time": "2017-06-05 13:11:36",
"member_first_order": false,
"order_id": 6761,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1180,
"order_id": 6763,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311370060",
"order_time": "2017-06-05 13:11:37",
"member_first_order": false,
"order_id": 6763,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1181,
"order_id": 6765,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311380061",
"order_time": "2017-06-05 13:11:38",
"member_first_order": false,
"order_id": 6765,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1182,
"order_id": 6767,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311400062",
"order_time": "2017-06-05 13:11:40",
"member_first_order": false,
"order_id": 6767,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1183,
"order_id": 6769,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311410063",
"order_time": "2017-06-05 13:11:41",
"member_first_order": false,
"order_id": 6769,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1184,
"order_id": 6771,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311420064",
"order_time": "2017-06-05 13:11:42",
"member_first_order": false,
"order_id": 6771,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1185,
"order_id": 6773,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311430065",
"order_time": "2017-06-05 13:11:43",
"member_first_order": false,
"order_id": 6773,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1186,
"order_id": 6775,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311440066",
"order_time": "2017-06-05 13:11:44",
"member_first_order": false,
"order_id": 6775,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1187,
"order_id": 6777,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311450067",
"order_time": "2017-06-05 13:11:45",
"member_first_order": false,
"order_id": 6777,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1188,
"order_id": 6779,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311460068",
"order_time": "2017-06-05 13:11:46",
"member_first_order": false,
"order_id": 6779,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1189,
"order_id": 6781,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311470069",
"order_time": "2017-06-05 13:11:47",
"member_first_order": false,
"order_id": 6781,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1190,
"order_id": 6783,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311480070",
"order_time": "2017-06-05 13:11:48",
"member_first_order": false,
"order_id": 6783,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1191,
"order_id": 6785,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311490071",
"order_time": "2017-06-05 13:11:49",
"member_first_order": false,
"order_id": 6785,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1192,
"order_id": 6787,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311500072",
"order_time": "2017-06-05 13:11:50",
"member_first_order": false,
"order_id": 6787,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1193,
"order_id": 6789,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311510073",
"order_time": "2017-06-05 13:11:51",
"member_first_order": false,
"order_id": 6789,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1194,
"order_id": 6791,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311520074",
"order_time": "2017-06-05 13:11:52",
"member_first_order": false,
"order_id": 6791,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1195,
"order_id": 6793,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311530075",
"order_time": "2017-06-05 13:11:53",
"member_first_order": false,
"order_id": 6793,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1196,
"order_id": 6795,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311540076",
"order_time": "2017-06-05 13:11:54",
"member_first_order": false,
"order_id": 6795,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1197,
"order_id": 6797,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311560077",
"order_time": "2017-06-05 13:11:56",
"member_first_order": false,
"order_id": 6797,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1198,
"order_id": 6799,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311570078",
"order_time": "2017-06-05 13:11:57",
"member_first_order": false,
"order_id": 6799,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1199,
"order_id": 6801,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311580079",
"order_time": "2017-06-05 13:11:58",
"member_first_order": false,
"order_id": 6801,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1200,
"order_id": 6803,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311590080",
"order_time": "2017-06-05 13:11:59",
"member_first_order": false,
"order_id": 6803,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1201,
"order_id": 6805,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312010081",
"order_time": "2017-06-05 13:12:01",
"member_first_order": false,
"order_id": 6805,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1202,
"order_id": 6807,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312020082",
"order_time": "2017-06-05 13:12:02",
"member_first_order": false,
"order_id": 6807,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1203,
"order_id": 6809,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312030083",
"order_time": "2017-06-05 13:12:03",
"member_first_order": false,
"order_id": 6809,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1204,
"order_id": 6811,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312040084",
"order_time": "2017-06-05 13:12:04",
"member_first_order": false,
"order_id": 6811,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1205,
"order_id": 6813,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312050085",
"order_time": "2017-06-05 13:12:05",
"member_first_order": false,
"order_id": 6813,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1206,
"order_id": 6815,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312060086",
"order_time": "2017-06-05 13:12:06",
"member_first_order": false,
"order_id": 6815,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1207,
"order_id": 6817,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312070087",
"order_time": "2017-06-05 13:12:07",
"member_first_order": false,
"order_id": 6817,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1208,
"order_id": 6819,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312080088",
"order_time": "2017-06-05 13:12:08",
"member_first_order": false,
"order_id": 6819,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1209,
"order_id": 6821,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312090089",
"order_time": "2017-06-05 13:12:09",
"member_first_order": false,
"order_id": 6821,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1210,
"order_id": 6823,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312100090",
"order_time": "2017-06-05 13:12:10",
"member_first_order": false,
"order_id": 6823,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1211,
"order_id": 6825,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312110091",
"order_time": "2017-06-05 13:12:11",
"member_first_order": false,
"order_id": 6825,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1212,
"order_id": 6827,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312120092",
"order_time": "2017-06-05 13:12:12",
"member_first_order": false,
"order_id": 6827,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1213,
"order_id": 6829,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312130093",
"order_time": "2017-06-05 13:12:13",
"member_first_order": false,
"order_id": 6829,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1214,
"order_id": 6831,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312140094",
"order_time": "2017-06-05 13:12:14",
"member_first_order": false,
"order_id": 6831,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1215,
"order_id": 6833,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312150095",
"order_time": "2017-06-05 13:12:15",
"member_first_order": false,
"order_id": 6833,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1216,
"order_id": 6835,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312160096",
"order_time": "2017-06-05 13:12:16",
"member_first_order": false,
"order_id": 6835,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1217,
"order_id": 6837,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312170097",
"order_time": "2017-06-05 13:12:17",
"member_first_order": false,
"order_id": 6837,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1218,
"order_id": 6839,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312180098",
"order_time": "2017-06-05 13:12:18",
"member_first_order": false,
"order_id": 6839,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1219,
"order_id": 6841,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312190099",
"order_time": "2017-06-05 13:12:19",
"member_first_order": false,
"order_id": 6841,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1220,
"order_id": 6843,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312200100",
"order_time": "2017-06-05 13:12:20",
"member_first_order": false,
"order_id": 6843,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1221,
"order_id": 6845,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312210101",
"order_time": "2017-06-05 13:12:21",
"member_first_order": false,
"order_id": 6845,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1222,
"order_id": 6847,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312220102",
"order_time": "2017-06-05 13:12:22",
"member_first_order": false,
"order_id": 6847,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1223,
"order_id": 6849,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312230103",
"order_time": "2017-06-05 13:12:23",
"member_first_order": false,
"order_id": 6849,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1224,
"order_id": 6851,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312240104",
"order_time": "2017-06-05 13:12:24",
"member_first_order": false,
"order_id": 6851,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1225,
"order_id": 6853,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312250105",
"order_time": "2017-06-05 13:12:25",
"member_first_order": false,
"order_id": 6853,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1226,
"order_id": 6855,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312260106",
"order_time": "2017-06-05 13:12:26",
"member_first_order": false,
"order_id": 6855,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1227,
"order_id": 6857,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312270107",
"order_time": "2017-06-05 13:12:27",
"member_first_order": false,
"order_id": 6857,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1228,
"order_id": 6859,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312280108",
"order_time": "2017-06-05 13:12:28",
"member_first_order": false,
"order_id": 6859,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1229,
"order_id": 6861,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312290109",
"order_time": "2017-06-05 13:12:29",
"member_first_order": false,
"order_id": 6861,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1230,
"order_id": 6863,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312300110",
"order_time": "2017-06-05 13:12:30",
"member_first_order": false,
"order_id": 6863,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1231,
"order_id": 6865,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312310111",
"order_time": "2017-06-05 13:12:31",
"member_first_order": false,
"order_id": 6865,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1232,
"order_id": 6867,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312330112",
"order_time": "2017-06-05 13:12:33",
"member_first_order": false,
"order_id": 6867,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1233,
"order_id": 6869,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312340113",
"order_time": "2017-06-05 13:12:34",
"member_first_order": false,
"order_id": 6869,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1234,
"order_id": 6871,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312350114",
"order_time": "2017-06-05 13:12:35",
"member_first_order": false,
"order_id": 6871,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1235,
"order_id": 6873,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312360115",
"order_time": "2017-06-05 13:12:36",
"member_first_order": false,
"order_id": 6873,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1236,
"order_id": 6875,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312370116",
"order_time": "2017-06-05 13:12:37",
"member_first_order": false,
"order_id": 6875,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1237,
"order_id": 6877,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312380117",
"order_time": "2017-06-05 13:12:38",
"member_first_order": false,
"order_id": 6877,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1238,
"order_id": 6879,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312390118",
"order_time": "2017-06-05 13:12:39",
"member_first_order": false,
"order_id": 6879,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1239,
"order_id": 6881,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312400119",
"order_time": "2017-06-05 13:12:40",
"member_first_order": false,
"order_id": 6881,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1240,
"order_id": 6883,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312410120",
"order_time": "2017-06-05 13:12:41",
"member_first_order": false,
"order_id": 6883,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1241,
"order_id": 6885,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312420121",
"order_time": "2017-06-05 13:12:42",
"member_first_order": false,
"order_id": 6885,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1242,
"order_id": 6887,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320360122",
"order_time": "2017-06-05 13:20:36",
"member_first_order": false,
"order_id": 6887,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1243,
"order_id": 6889,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320570123",
"order_time": "2017-06-05 13:20:57",
"member_first_order": false,
"order_id": 6889,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1244,
"order_id": 6891,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981324070124",
"order_time": "2017-06-05 13:24:07",
"member_first_order": false,
"order_id": 6891,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1245,
"order_id": 6897,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260125",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6897,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1246,
"order_id": 6898,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260126",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6898,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1247,
"order_id": 6901,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325350129",
"order_time": "2017-06-05 13:25:35",
"member_first_order": false,
"order_id": 6901,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1248,
"order_id": 6906,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981326360130",
"order_time": "2017-06-05 13:26:36",
"member_first_order": false,
"order_id": 6906,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1249,
"order_id": 6912,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981327190134",
"order_time": "2017-06-05 13:27:19",
"member_first_order": false,
"order_id": 6912,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1250,
"order_id": 6917,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981328260138",
"order_time": "2017-06-05 13:28:26",
"member_first_order": false,
"order_id": 6917,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1251,
"order_id": 6919,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329400139",
"order_time": "2017-06-05 13:29:40",
"member_first_order": false,
"order_id": 6919,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1252,
"order_id": 6921,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329410140",
"order_time": "2017-06-05 13:29:41",
"member_first_order": false,
"order_id": 6921,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1253,
"order_id": 6923,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329420141",
"order_time": "2017-06-05 13:29:42",
"member_first_order": false,
"order_id": 6923,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1254,
"order_id": 6925,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329430142",
"order_time": "2017-06-05 13:29:43",
"member_first_order": false,
"order_id": 6925,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1255,
"order_id": 6927,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329440143",
"order_time": "2017-06-05 13:29:44",
"member_first_order": false,
"order_id": 6927,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1256,
"order_id": 6929,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329450144",
"order_time": "2017-06-05 13:29:45",
"member_first_order": false,
"order_id": 6929,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1257,
"order_id": 6931,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329460145",
"order_time": "2017-06-05 13:29:46",
"member_first_order": false,
"order_id": 6931,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1258,
"order_id": 6933,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329470146",
"order_time": "2017-06-05 13:29:47",
"member_first_order": false,
"order_id": 6933,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1259,
"order_id": 6935,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329480147",
"order_time": "2017-06-05 13:29:48",
"member_first_order": false,
"order_id": 6935,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1260,
"order_id": 6937,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329490148",
"order_time": "2017-06-05 13:29:49",
"member_first_order": false,
"order_id": 6937,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1261,
"order_id": 6939,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338520149",
"order_time": "2017-06-05 13:38:52",
"member_first_order": false,
"order_id": 6939,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1262,
"order_id": 6941,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338530150",
"order_time": "2017-06-05 13:38:53",
"member_first_order": false,
"order_id": 6941,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1263,
"order_id": 6943,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338540151",
"order_time": "2017-06-05 13:38:54",
"member_first_order": false,
"order_id": 6943,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1264,
"order_id": 6945,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338550152",
"order_time": "2017-06-05 13:38:55",
"member_first_order": false,
"order_id": 6945,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1265,
"order_id": 6947,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338560153",
"order_time": "2017-06-05 13:38:56",
"member_first_order": false,
"order_id": 6947,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1266,
"order_id": 6952,
"refund_notify": [],
"refund_amount": "35.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344510157",
"order_time": "2017-06-05 13:44:51",
"member_first_order": false,
"order_id": 6952,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "35.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "35.99",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "35.99",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "35.99"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1267,
"order_id": 6954,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344520158",
"order_time": "2017-06-05 13:44:52",
"member_first_order": false,
"order_id": 6954,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1268,
"order_id": 6956,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344530159",
"order_time": "2017-06-05 13:44:53",
"member_first_order": false,
"order_id": 6956,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1269,
"order_id": 6958,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344540160",
"order_time": "2017-06-05 13:44:54",
"member_first_order": false,
"order_id": 6958,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1270,
"order_id": 6960,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344550161",
"order_time": "2017-06-05 13:44:55",
"member_first_order": false,
"order_id": 6960,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1271,
"order_id": 6962,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347480162",
"order_time": "2017-06-05 13:47:48",
"member_first_order": false,
"order_id": 6962,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1272,
"order_id": 6964,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347490163",
"order_time": "2017-06-05 13:47:49",
"member_first_order": false,
"order_id": 6964,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1273,
"order_id": 6966,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347500164",
"order_time": "2017-06-05 13:47:50",
"member_first_order": false,
"order_id": 6966,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1274,
"order_id": 6968,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347510165",
"order_time": "2017-06-05 13:47:51",
"member_first_order": false,
"order_id": 6968,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1275,
"order_id": 6970,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347520166",
"order_time": "2017-06-05 13:47:52",
"member_first_order": false,
"order_id": 6970,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1276,
"order_id": 6972,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348440167",
"order_time": "2017-06-05 13:48:44",
"member_first_order": false,
"order_id": 6972,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1277,
"order_id": 6974,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348450168",
"order_time": "2017-06-05 13:48:45",
"member_first_order": false,
"order_id": 6974,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1278,
"order_id": 6976,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348460169",
"order_time": "2017-06-05 13:48:46",
"member_first_order": false,
"order_id": 6976,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1279,
"order_id": 6978,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348470170",
"order_time": "2017-06-05 13:48:47",
"member_first_order": false,
"order_id": 6978,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1280,
"order_id": 6980,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348480171",
"order_time": "2017-06-05 13:48:48",
"member_first_order": false,
"order_id": 6980,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1281,
"order_id": 6982,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349480172",
"order_time": "2017-06-05 13:49:48",
"member_first_order": false,
"order_id": 6982,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1282,
"order_id": 6984,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349490173",
"order_time": "2017-06-05 13:49:49",
"member_first_order": false,
"order_id": 6984,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1283,
"order_id": 6986,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349500174",
"order_time": "2017-06-05 13:49:50",
"member_first_order": false,
"order_id": 6986,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1284,
"order_id": 6988,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349510175",
"order_time": "2017-06-05 13:49:51",
"member_first_order": false,
"order_id": 6988,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1285,
"order_id": 6990,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349520176",
"order_time": "2017-06-05 13:49:52",
"member_first_order": false,
"order_id": 6990,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1286,
"order_id": 6997,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355170181",
"order_time": "2017-06-05 13:55:17",
"member_first_order": false,
"order_id": 6997,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1287,
"order_id": 6999,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355180182",
"order_time": "2017-06-05 13:55:18",
"member_first_order": false,
"order_id": 6999,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1288,
"order_id": 7001,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355190183",
"order_time": "2017-06-05 13:55:19",
"member_first_order": false,
"order_id": 7001,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1289,
"order_id": 7003,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355200184",
"order_time": "2017-06-05 13:55:20",
"member_first_order": false,
"order_id": 7003,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1290,
"order_id": 7005,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355210185",
"order_time": "2017-06-05 13:55:21",
"member_first_order": false,
"order_id": 7005,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:20",
"refund_status": 3,
"refund_id": 1725,
"order_id": 10056,
"refund_notify": [
{
"order_id": 10056,
"pay_type": 1,
"pay_amount": "20.00",
"id": 824,
"refund_id": 1725
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106122",
"order_time": "2017-06-17 13:33:19",
"member_first_order": false,
"order_id": 10056,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:20",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:20",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:28",
"refund_status": 3,
"refund_id": 1726,
"order_id": 10057,
"refund_notify": [
{
"order_id": 10057,
"pay_type": 1,
"pay_amount": "20.00",
"id": 825,
"refund_id": 1726
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106123",
"order_time": "2017-06-17 13:33:26",
"member_first_order": false,
"order_id": 10057,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:28",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:28",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:57",
"refund_status": 3,
"refund_id": 1727,
"order_id": 10060,
"refund_notify": [
{
"order_id": 10060,
"pay_type": 1,
"pay_amount": "20.00",
"id": 826,
"refund_id": 1727
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106126",
"order_time": "2017-06-17 13:33:56",
"member_first_order": false,
"order_id": 10060,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:57",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:57",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10060,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18753,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-17 13:34:07",
"refund_status": 3,
"refund_id": 1728,
"order_id": 10061,
"refund_notify": [
{
"order_id": 10061,
"pay_type": 1,
"pay_amount": "20.00",
"id": 827,
"refund_id": 1728
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106127",
"order_time": "2017-06-17 13:34:05",
"member_first_order": false,
"order_id": 10061,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:34:07",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:34:07",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10061,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18754,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
}
],
"key": "refund_order"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"sync_server_time": {
"TYPEIN": [
"int",
"long"
]
},
"status_code": {
"EQ": 0
},
"sync_data": {
"TYPE": "dict"
},
"key": {
"TYPE": "str"
},
"msg": {
"EQ": "同步数据获取成功"
},
"category_id": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"category_name": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: sync_server_time的返回值通过
检查key: status_code的返回值通过
检查key: sync_data的返回值通过
检查key: key的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: data的返回值通过
检查key: category_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_462_POS_数据同步--商品数据--正常 |
pass
pt1.462:
测试用例开始时间: 2017-06-17 17:37:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0809998512268
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:37:35",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.36800003052
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/sync/heartbeat
The request method is :POST
The request parameter is:
{
"sync_server_time": 1486978972214,
"sync_data": [
{
"values": [
{
"status": 0,
"product_id": 62,
"spec": "104G",
"brcode": "6924743915848",
"sale_price": "9.68",
"img_url": "https://release-image.thy360.com/images/deal/deal20151125/D101652.jpg",
"product_name": "乐事无限清新黄瓜味薯片104G"
}
],
"key": "product"
}
]
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
1.86999988556
接口请求返回值:
{
"msg": "同步数据获取成功",
"status_code": 0,
"data": {
"pos_no": "abcdefghijk",
"sync_server_time": 1497692267262,
"sync_data": [
{},
{
"values": [
{
"status": 0,
"staff_id": 15000000000,
"store_id": 10,
"staff_name": "姚海林",
"role_id": 1,
"staff_no": "15000000000",
"pwd": "e10adc3949ba59abbe56e057f20f883e",
"role_name": "店主"
}
],
"key": "staff"
},
{
"values": [
{
"status": 0,
"product_type": 1,
"product_id": 18880,
"barcode": "6923830302608",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "6.00",
"discount_price": "5.50",
"sale_price": "6.00",
"spec_id": 19074,
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18881,
"barcode": "6923450690642",
"product_name": "6923450690642",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "11.00",
"discount_price": "11.00",
"sale_price": "12.00",
"spec_id": 19075,
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18882,
"barcode": "6908946287063",
"product_name": "激浪柠檬味可乐型汽水",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "2.50",
"discount_price": "2.50",
"sale_price": "3.00",
"spec_id": 19076,
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18883,
"barcode": "6947509910000",
"product_name": "得寶迷你紙手巾 7片單包(天然無味)",
"weighable": 0,
"category_id": 557,
"img_url": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"specs": [
{
"from_spec": [],
"member_price": "1.00",
"discount_price": "1.00",
"sale_price": "1.10",
"spec_id": 19077,
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
}
],
"key": "product"
},
{
"values": [
{
"pos_base_parameter": {
"must_selected": 0,
"eachamount_fractional": 0,
"totalamount_fractional": 0
},
"pos_receipt_setting": {
"promotion_details": 0,
"endnote3": "endnote1",
"stored_balance": 1,
"total_promotions": 1,
"endnote2_enable": 1,
"pay_details": 1,
"unit_price": 0,
"endnote1_enable": 1,
"endnote4_enable": 1,
"total_points": 1,
"product_name": 1,
"auto_print": 1,
"endnote4": "endnote1",
"receipt_title": "This is the title.",
"product_barcode": 1,
"endnote1": "endnote1",
"endnote_print_positio": 2,
"endnote2": "endnote2",
"orderno_to_barcode": 0,
"total_original_price": 1,
"points": 1,
"store_logo": 1,
"endnote3_enable": 1
},
"store_data": {
"store_tel": "15000000000",
"store_name": "HelloWorld",
"store_status": 0,
"store_qrcode": "",
"store_logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png"
},
"barcode_scales": [],
"barcode_scale_dataformat": {
"weight_accuracy": 3,
"scale_format": 0,
"id": 14,
"store_id": 10
}
}
],
"key": "shop"
},
{
"values": [
{
"store_tables": [
{
"status": 1,
"table_no": "1",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"store_id": 10
},
{
"status": 1,
"table_no": "2",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"store_id": 10
},
{
"status": 1,
"table_no": "3",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"store_id": 10
},
{
"status": 1,
"table_no": "4",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"store_id": 10
},
{
"status": 1,
"table_no": "5",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"store_id": 10
},
{
"status": 1,
"table_no": "6",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"store_id": 10
},
{
"status": 1,
"table_no": "7",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"store_id": 10
},
{
"status": 1,
"table_no": "8",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"store_id": 10
},
{
"status": 1,
"table_no": "9",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"store_id": 10
}
],
"kitchen_printers": []
}
],
"key": "catering_shop"
},
{
"values": [
{
"notify_text": "{\"online_order_cnt\":0,\"online_storage_cnt\":0,\"store_order_cnt\":0}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 0
},
{
"notify_text": "{\"deal_amount\":\"6.00\",\"delivery_info\":{\"contact_name\":\"test_name\",\"contact_tel\":\"13514725836\",\"deliver_name\":\"姚海林\",\"deliver_tel\":\"15000000000\",\"delivery_fee\":\"0.00\",\"delivery_time\":\"2017-06-05 12:37:47\",\"delivery_type\":1,\"deliveryman_tip\":\"0\",\"distance\":\"1.1km\",\"receipt_address\":\"深圳市宝安区深圳市对酒当歌电子商务有限公司\"},\"delivery_status\":6,\"member_discount_rate\":1,\"member_first_order\":false,\"member_sale\":{\"balance_amount\":\"6.00\",\"coupon_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"member_id\":535,\"member_name\":\"test_name\",\"member_tel\":\"13514725836\",\"point_amount\":\"0.00\",\"use_balance\":1,\"use_coupon_id\":1,\"use_discount\":1,\"use_point\":1},\"order_amount\":\"6.00\",\"order_id\":6668,\"order_no\":\"00000010981237130016\",\"order_source\":1,\"order_source_text\":\"网络\",\"order_status\":4,\"order_status_text\":\"已完成\",\"order_time\":\"2017-06-05 12:37:13\",\"pay_abnormal_status\":0,\"pay_info\":[{\"pay_amount\":\"6.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":5,\"pay_type_text\":\"会员卡支付\"},{\"pay_amount\":\"0.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":4,\"pay_type_text\":\"微信支付\"}],\"pay_way\":1,\"status_time\":\"2017-06-05 13:51:16\",\"store_name\":\"Test539\",\"store_tel\":\"\",\"store_type\":1}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 4
}
],
"key": "main_notify"
},
{
"values": [
{
"ad_images": [
{
"position": 2,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/22f012397cf24749a49cdda429b9c526.png",
"display": 1
},
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/b75d42b9ea984906b382fbe98d3a5d72.png",
"display": 1
}
],
"banner_type": 1
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/3cd88ea34abd472c8573d9b4ab1ad9ee.png",
"display": 1
}
],
"banner_type": 2
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/df920026d1244dfe91f6c7c6a448347a.png",
"display": 1
}
],
"banner_type": 3
}
],
"key": "market_adbanner"
},
{
"values": [
{
"order_source": 0,
"status_time": "2017-06-02 18:07:58",
"refund_status": 3,
"refund_id": 1131,
"order_id": 6437,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "59088519002445503644",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6437,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:07:58",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:07:58",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 过期",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-02 18:08:29",
"refund_status": 3,
"refund_id": 1132,
"order_id": 6438,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "17731308353700222658",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6438,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:08:29",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:08:29",
"order_item": {
"product_id": 3056,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 6438,
"spec_id": 3113,
"discount_amount": "0.00",
"barcode": "4895058315673",
"special_price": "29.99",
"purchase_price": "19.99",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 13351,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "29.99",
"category_id": 419,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "tets",
"unit": "test",
"category_name": "test"
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"refund_pay_text": "预计1-3个工作日,退款返回到您的付款账号",
"order_source": 0,
"status_time": "2017-06-02 18:10:51",
"refund_status": 3,
"refund_id": 1133,
"order_id": 6441,
"refund_notify": [
{
"pay_type": 4,
"pay_amount": "0.01",
"order_id": 6441,
"refund_id": 1133,
"out_refund_no": "refund00000000000856",
"id": 445
}
],
"refund_amount": "0.01",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010021496398212",
"order_time": "2017-06-02 18:10:04",
"member_first_order": false,
"order_id": 6441,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "9",
"is_table": 0,
"sale_type": 1
},
"order_amount": "0.01",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:10:51",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "0.01",
"pay_info": [
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-02 18:10:26",
"pay_amount": "0.01"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:10:51",
"order_item": {
"gift": 0,
"order_id": 6441,
"barcode": "-1",
"special_price": "0.01",
"purchase_price": "0.01",
"is_weighing": 0,
"item_type": -1,
"sale_cnt": "1",
"sale_price": "0.01",
"discount_amount": "0.00",
"spec_id": -1,
"product_name": "无码商品",
"order_item_id": 13354
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 破坏",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1142,
"order_id": 6687,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310540022",
"order_time": "2017-06-05 13:10:54",
"member_first_order": false,
"order_id": 6687,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1143,
"order_id": 6689,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310550023",
"order_time": "2017-06-05 13:10:55",
"member_first_order": false,
"order_id": 6689,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1144,
"order_id": 6691,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310560024",
"order_time": "2017-06-05 13:10:56",
"member_first_order": false,
"order_id": 6691,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1145,
"order_id": 6693,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310570025",
"order_time": "2017-06-05 13:10:57",
"member_first_order": false,
"order_id": 6693,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1146,
"order_id": 6695,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310580026",
"order_time": "2017-06-05 13:10:58",
"member_first_order": false,
"order_id": 6695,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1147,
"order_id": 6697,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310590027",
"order_time": "2017-06-05 13:10:59",
"member_first_order": false,
"order_id": 6697,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1148,
"order_id": 6699,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311000028",
"order_time": "2017-06-05 13:11:00",
"member_first_order": false,
"order_id": 6699,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1149,
"order_id": 6701,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311010029",
"order_time": "2017-06-05 13:11:01",
"member_first_order": false,
"order_id": 6701,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1150,
"order_id": 6703,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311020030",
"order_time": "2017-06-05 13:11:02",
"member_first_order": false,
"order_id": 6703,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1151,
"order_id": 6705,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311030031",
"order_time": "2017-06-05 13:11:03",
"member_first_order": false,
"order_id": 6705,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1152,
"order_id": 6707,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311040032",
"order_time": "2017-06-05 13:11:04",
"member_first_order": false,
"order_id": 6707,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1153,
"order_id": 6709,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311050033",
"order_time": "2017-06-05 13:11:05",
"member_first_order": false,
"order_id": 6709,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1154,
"order_id": 6711,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311060034",
"order_time": "2017-06-05 13:11:06",
"member_first_order": false,
"order_id": 6711,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1155,
"order_id": 6713,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311080035",
"order_time": "2017-06-05 13:11:08",
"member_first_order": false,
"order_id": 6713,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1156,
"order_id": 6715,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311090036",
"order_time": "2017-06-05 13:11:09",
"member_first_order": false,
"order_id": 6715,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1157,
"order_id": 6717,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311100037",
"order_time": "2017-06-05 13:11:10",
"member_first_order": false,
"order_id": 6717,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1158,
"order_id": 6719,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311110038",
"order_time": "2017-06-05 13:11:11",
"member_first_order": false,
"order_id": 6719,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1159,
"order_id": 6721,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311130039",
"order_time": "2017-06-05 13:11:13",
"member_first_order": false,
"order_id": 6721,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1160,
"order_id": 6723,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311140040",
"order_time": "2017-06-05 13:11:14",
"member_first_order": false,
"order_id": 6723,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1161,
"order_id": 6725,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311170041",
"order_time": "2017-06-05 13:11:17",
"member_first_order": false,
"order_id": 6725,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1162,
"order_id": 6727,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311180042",
"order_time": "2017-06-05 13:11:18",
"member_first_order": false,
"order_id": 6727,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1163,
"order_id": 6729,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311190043",
"order_time": "2017-06-05 13:11:19",
"member_first_order": false,
"order_id": 6729,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1164,
"order_id": 6731,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311200044",
"order_time": "2017-06-05 13:11:20",
"member_first_order": false,
"order_id": 6731,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1165,
"order_id": 6733,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311210045",
"order_time": "2017-06-05 13:11:21",
"member_first_order": false,
"order_id": 6733,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1166,
"order_id": 6735,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311220046",
"order_time": "2017-06-05 13:11:22",
"member_first_order": false,
"order_id": 6735,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1167,
"order_id": 6737,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311230047",
"order_time": "2017-06-05 13:11:23",
"member_first_order": false,
"order_id": 6737,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1168,
"order_id": 6739,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311240048",
"order_time": "2017-06-05 13:11:24",
"member_first_order": false,
"order_id": 6739,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1169,
"order_id": 6741,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311250049",
"order_time": "2017-06-05 13:11:25",
"member_first_order": false,
"order_id": 6741,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1170,
"order_id": 6743,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311260050",
"order_time": "2017-06-05 13:11:26",
"member_first_order": false,
"order_id": 6743,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1171,
"order_id": 6745,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311270051",
"order_time": "2017-06-05 13:11:27",
"member_first_order": false,
"order_id": 6745,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1172,
"order_id": 6747,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311280052",
"order_time": "2017-06-05 13:11:28",
"member_first_order": false,
"order_id": 6747,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1173,
"order_id": 6749,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311290053",
"order_time": "2017-06-05 13:11:29",
"member_first_order": false,
"order_id": 6749,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1174,
"order_id": 6751,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311310054",
"order_time": "2017-06-05 13:11:31",
"member_first_order": false,
"order_id": 6751,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1175,
"order_id": 6753,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311320055",
"order_time": "2017-06-05 13:11:32",
"member_first_order": false,
"order_id": 6753,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1176,
"order_id": 6755,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311330056",
"order_time": "2017-06-05 13:11:33",
"member_first_order": false,
"order_id": 6755,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1177,
"order_id": 6757,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311340057",
"order_time": "2017-06-05 13:11:34",
"member_first_order": false,
"order_id": 6757,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1178,
"order_id": 6759,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311350058",
"order_time": "2017-06-05 13:11:35",
"member_first_order": false,
"order_id": 6759,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1179,
"order_id": 6761,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311360059",
"order_time": "2017-06-05 13:11:36",
"member_first_order": false,
"order_id": 6761,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1180,
"order_id": 6763,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311370060",
"order_time": "2017-06-05 13:11:37",
"member_first_order": false,
"order_id": 6763,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1181,
"order_id": 6765,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311380061",
"order_time": "2017-06-05 13:11:38",
"member_first_order": false,
"order_id": 6765,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1182,
"order_id": 6767,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311400062",
"order_time": "2017-06-05 13:11:40",
"member_first_order": false,
"order_id": 6767,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1183,
"order_id": 6769,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311410063",
"order_time": "2017-06-05 13:11:41",
"member_first_order": false,
"order_id": 6769,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1184,
"order_id": 6771,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311420064",
"order_time": "2017-06-05 13:11:42",
"member_first_order": false,
"order_id": 6771,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1185,
"order_id": 6773,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311430065",
"order_time": "2017-06-05 13:11:43",
"member_first_order": false,
"order_id": 6773,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1186,
"order_id": 6775,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311440066",
"order_time": "2017-06-05 13:11:44",
"member_first_order": false,
"order_id": 6775,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1187,
"order_id": 6777,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311450067",
"order_time": "2017-06-05 13:11:45",
"member_first_order": false,
"order_id": 6777,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1188,
"order_id": 6779,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311460068",
"order_time": "2017-06-05 13:11:46",
"member_first_order": false,
"order_id": 6779,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1189,
"order_id": 6781,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311470069",
"order_time": "2017-06-05 13:11:47",
"member_first_order": false,
"order_id": 6781,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1190,
"order_id": 6783,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311480070",
"order_time": "2017-06-05 13:11:48",
"member_first_order": false,
"order_id": 6783,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1191,
"order_id": 6785,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311490071",
"order_time": "2017-06-05 13:11:49",
"member_first_order": false,
"order_id": 6785,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1192,
"order_id": 6787,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311500072",
"order_time": "2017-06-05 13:11:50",
"member_first_order": false,
"order_id": 6787,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1193,
"order_id": 6789,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311510073",
"order_time": "2017-06-05 13:11:51",
"member_first_order": false,
"order_id": 6789,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1194,
"order_id": 6791,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311520074",
"order_time": "2017-06-05 13:11:52",
"member_first_order": false,
"order_id": 6791,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1195,
"order_id": 6793,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311530075",
"order_time": "2017-06-05 13:11:53",
"member_first_order": false,
"order_id": 6793,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1196,
"order_id": 6795,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311540076",
"order_time": "2017-06-05 13:11:54",
"member_first_order": false,
"order_id": 6795,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1197,
"order_id": 6797,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311560077",
"order_time": "2017-06-05 13:11:56",
"member_first_order": false,
"order_id": 6797,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1198,
"order_id": 6799,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311570078",
"order_time": "2017-06-05 13:11:57",
"member_first_order": false,
"order_id": 6799,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1199,
"order_id": 6801,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311580079",
"order_time": "2017-06-05 13:11:58",
"member_first_order": false,
"order_id": 6801,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1200,
"order_id": 6803,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311590080",
"order_time": "2017-06-05 13:11:59",
"member_first_order": false,
"order_id": 6803,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1201,
"order_id": 6805,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312010081",
"order_time": "2017-06-05 13:12:01",
"member_first_order": false,
"order_id": 6805,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1202,
"order_id": 6807,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312020082",
"order_time": "2017-06-05 13:12:02",
"member_first_order": false,
"order_id": 6807,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1203,
"order_id": 6809,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312030083",
"order_time": "2017-06-05 13:12:03",
"member_first_order": false,
"order_id": 6809,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1204,
"order_id": 6811,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312040084",
"order_time": "2017-06-05 13:12:04",
"member_first_order": false,
"order_id": 6811,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1205,
"order_id": 6813,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312050085",
"order_time": "2017-06-05 13:12:05",
"member_first_order": false,
"order_id": 6813,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1206,
"order_id": 6815,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312060086",
"order_time": "2017-06-05 13:12:06",
"member_first_order": false,
"order_id": 6815,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1207,
"order_id": 6817,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312070087",
"order_time": "2017-06-05 13:12:07",
"member_first_order": false,
"order_id": 6817,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1208,
"order_id": 6819,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312080088",
"order_time": "2017-06-05 13:12:08",
"member_first_order": false,
"order_id": 6819,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1209,
"order_id": 6821,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312090089",
"order_time": "2017-06-05 13:12:09",
"member_first_order": false,
"order_id": 6821,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1210,
"order_id": 6823,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312100090",
"order_time": "2017-06-05 13:12:10",
"member_first_order": false,
"order_id": 6823,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1211,
"order_id": 6825,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312110091",
"order_time": "2017-06-05 13:12:11",
"member_first_order": false,
"order_id": 6825,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1212,
"order_id": 6827,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312120092",
"order_time": "2017-06-05 13:12:12",
"member_first_order": false,
"order_id": 6827,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1213,
"order_id": 6829,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312130093",
"order_time": "2017-06-05 13:12:13",
"member_first_order": false,
"order_id": 6829,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1214,
"order_id": 6831,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312140094",
"order_time": "2017-06-05 13:12:14",
"member_first_order": false,
"order_id": 6831,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1215,
"order_id": 6833,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312150095",
"order_time": "2017-06-05 13:12:15",
"member_first_order": false,
"order_id": 6833,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1216,
"order_id": 6835,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312160096",
"order_time": "2017-06-05 13:12:16",
"member_first_order": false,
"order_id": 6835,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1217,
"order_id": 6837,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312170097",
"order_time": "2017-06-05 13:12:17",
"member_first_order": false,
"order_id": 6837,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1218,
"order_id": 6839,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312180098",
"order_time": "2017-06-05 13:12:18",
"member_first_order": false,
"order_id": 6839,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1219,
"order_id": 6841,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312190099",
"order_time": "2017-06-05 13:12:19",
"member_first_order": false,
"order_id": 6841,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1220,
"order_id": 6843,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312200100",
"order_time": "2017-06-05 13:12:20",
"member_first_order": false,
"order_id": 6843,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1221,
"order_id": 6845,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312210101",
"order_time": "2017-06-05 13:12:21",
"member_first_order": false,
"order_id": 6845,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1222,
"order_id": 6847,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312220102",
"order_time": "2017-06-05 13:12:22",
"member_first_order": false,
"order_id": 6847,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1223,
"order_id": 6849,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312230103",
"order_time": "2017-06-05 13:12:23",
"member_first_order": false,
"order_id": 6849,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1224,
"order_id": 6851,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312240104",
"order_time": "2017-06-05 13:12:24",
"member_first_order": false,
"order_id": 6851,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1225,
"order_id": 6853,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312250105",
"order_time": "2017-06-05 13:12:25",
"member_first_order": false,
"order_id": 6853,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1226,
"order_id": 6855,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312260106",
"order_time": "2017-06-05 13:12:26",
"member_first_order": false,
"order_id": 6855,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1227,
"order_id": 6857,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312270107",
"order_time": "2017-06-05 13:12:27",
"member_first_order": false,
"order_id": 6857,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1228,
"order_id": 6859,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312280108",
"order_time": "2017-06-05 13:12:28",
"member_first_order": false,
"order_id": 6859,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1229,
"order_id": 6861,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312290109",
"order_time": "2017-06-05 13:12:29",
"member_first_order": false,
"order_id": 6861,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1230,
"order_id": 6863,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312300110",
"order_time": "2017-06-05 13:12:30",
"member_first_order": false,
"order_id": 6863,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1231,
"order_id": 6865,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312310111",
"order_time": "2017-06-05 13:12:31",
"member_first_order": false,
"order_id": 6865,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1232,
"order_id": 6867,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312330112",
"order_time": "2017-06-05 13:12:33",
"member_first_order": false,
"order_id": 6867,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1233,
"order_id": 6869,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312340113",
"order_time": "2017-06-05 13:12:34",
"member_first_order": false,
"order_id": 6869,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1234,
"order_id": 6871,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312350114",
"order_time": "2017-06-05 13:12:35",
"member_first_order": false,
"order_id": 6871,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1235,
"order_id": 6873,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312360115",
"order_time": "2017-06-05 13:12:36",
"member_first_order": false,
"order_id": 6873,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1236,
"order_id": 6875,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312370116",
"order_time": "2017-06-05 13:12:37",
"member_first_order": false,
"order_id": 6875,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1237,
"order_id": 6877,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312380117",
"order_time": "2017-06-05 13:12:38",
"member_first_order": false,
"order_id": 6877,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1238,
"order_id": 6879,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312390118",
"order_time": "2017-06-05 13:12:39",
"member_first_order": false,
"order_id": 6879,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1239,
"order_id": 6881,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312400119",
"order_time": "2017-06-05 13:12:40",
"member_first_order": false,
"order_id": 6881,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1240,
"order_id": 6883,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312410120",
"order_time": "2017-06-05 13:12:41",
"member_first_order": false,
"order_id": 6883,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1241,
"order_id": 6885,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312420121",
"order_time": "2017-06-05 13:12:42",
"member_first_order": false,
"order_id": 6885,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1242,
"order_id": 6887,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320360122",
"order_time": "2017-06-05 13:20:36",
"member_first_order": false,
"order_id": 6887,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1243,
"order_id": 6889,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320570123",
"order_time": "2017-06-05 13:20:57",
"member_first_order": false,
"order_id": 6889,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1244,
"order_id": 6891,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981324070124",
"order_time": "2017-06-05 13:24:07",
"member_first_order": false,
"order_id": 6891,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1245,
"order_id": 6897,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260125",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6897,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1246,
"order_id": 6898,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260126",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6898,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1247,
"order_id": 6901,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325350129",
"order_time": "2017-06-05 13:25:35",
"member_first_order": false,
"order_id": 6901,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1248,
"order_id": 6906,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981326360130",
"order_time": "2017-06-05 13:26:36",
"member_first_order": false,
"order_id": 6906,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1249,
"order_id": 6912,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981327190134",
"order_time": "2017-06-05 13:27:19",
"member_first_order": false,
"order_id": 6912,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1250,
"order_id": 6917,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981328260138",
"order_time": "2017-06-05 13:28:26",
"member_first_order": false,
"order_id": 6917,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1251,
"order_id": 6919,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329400139",
"order_time": "2017-06-05 13:29:40",
"member_first_order": false,
"order_id": 6919,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1252,
"order_id": 6921,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329410140",
"order_time": "2017-06-05 13:29:41",
"member_first_order": false,
"order_id": 6921,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1253,
"order_id": 6923,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329420141",
"order_time": "2017-06-05 13:29:42",
"member_first_order": false,
"order_id": 6923,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1254,
"order_id": 6925,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329430142",
"order_time": "2017-06-05 13:29:43",
"member_first_order": false,
"order_id": 6925,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1255,
"order_id": 6927,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329440143",
"order_time": "2017-06-05 13:29:44",
"member_first_order": false,
"order_id": 6927,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1256,
"order_id": 6929,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329450144",
"order_time": "2017-06-05 13:29:45",
"member_first_order": false,
"order_id": 6929,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1257,
"order_id": 6931,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329460145",
"order_time": "2017-06-05 13:29:46",
"member_first_order": false,
"order_id": 6931,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1258,
"order_id": 6933,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329470146",
"order_time": "2017-06-05 13:29:47",
"member_first_order": false,
"order_id": 6933,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1259,
"order_id": 6935,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329480147",
"order_time": "2017-06-05 13:29:48",
"member_first_order": false,
"order_id": 6935,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1260,
"order_id": 6937,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329490148",
"order_time": "2017-06-05 13:29:49",
"member_first_order": false,
"order_id": 6937,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1261,
"order_id": 6939,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338520149",
"order_time": "2017-06-05 13:38:52",
"member_first_order": false,
"order_id": 6939,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1262,
"order_id": 6941,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338530150",
"order_time": "2017-06-05 13:38:53",
"member_first_order": false,
"order_id": 6941,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1263,
"order_id": 6943,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338540151",
"order_time": "2017-06-05 13:38:54",
"member_first_order": false,
"order_id": 6943,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1264,
"order_id": 6945,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338550152",
"order_time": "2017-06-05 13:38:55",
"member_first_order": false,
"order_id": 6945,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1265,
"order_id": 6947,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338560153",
"order_time": "2017-06-05 13:38:56",
"member_first_order": false,
"order_id": 6947,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1266,
"order_id": 6952,
"refund_notify": [],
"refund_amount": "35.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344510157",
"order_time": "2017-06-05 13:44:51",
"member_first_order": false,
"order_id": 6952,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "35.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "35.99",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "35.99",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "35.99"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1267,
"order_id": 6954,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344520158",
"order_time": "2017-06-05 13:44:52",
"member_first_order": false,
"order_id": 6954,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1268,
"order_id": 6956,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344530159",
"order_time": "2017-06-05 13:44:53",
"member_first_order": false,
"order_id": 6956,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1269,
"order_id": 6958,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344540160",
"order_time": "2017-06-05 13:44:54",
"member_first_order": false,
"order_id": 6958,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1270,
"order_id": 6960,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344550161",
"order_time": "2017-06-05 13:44:55",
"member_first_order": false,
"order_id": 6960,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1271,
"order_id": 6962,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347480162",
"order_time": "2017-06-05 13:47:48",
"member_first_order": false,
"order_id": 6962,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1272,
"order_id": 6964,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347490163",
"order_time": "2017-06-05 13:47:49",
"member_first_order": false,
"order_id": 6964,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1273,
"order_id": 6966,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347500164",
"order_time": "2017-06-05 13:47:50",
"member_first_order": false,
"order_id": 6966,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1274,
"order_id": 6968,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347510165",
"order_time": "2017-06-05 13:47:51",
"member_first_order": false,
"order_id": 6968,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1275,
"order_id": 6970,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347520166",
"order_time": "2017-06-05 13:47:52",
"member_first_order": false,
"order_id": 6970,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1276,
"order_id": 6972,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348440167",
"order_time": "2017-06-05 13:48:44",
"member_first_order": false,
"order_id": 6972,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1277,
"order_id": 6974,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348450168",
"order_time": "2017-06-05 13:48:45",
"member_first_order": false,
"order_id": 6974,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1278,
"order_id": 6976,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348460169",
"order_time": "2017-06-05 13:48:46",
"member_first_order": false,
"order_id": 6976,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1279,
"order_id": 6978,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348470170",
"order_time": "2017-06-05 13:48:47",
"member_first_order": false,
"order_id": 6978,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1280,
"order_id": 6980,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348480171",
"order_time": "2017-06-05 13:48:48",
"member_first_order": false,
"order_id": 6980,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1281,
"order_id": 6982,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349480172",
"order_time": "2017-06-05 13:49:48",
"member_first_order": false,
"order_id": 6982,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1282,
"order_id": 6984,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349490173",
"order_time": "2017-06-05 13:49:49",
"member_first_order": false,
"order_id": 6984,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1283,
"order_id": 6986,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349500174",
"order_time": "2017-06-05 13:49:50",
"member_first_order": false,
"order_id": 6986,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1284,
"order_id": 6988,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349510175",
"order_time": "2017-06-05 13:49:51",
"member_first_order": false,
"order_id": 6988,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1285,
"order_id": 6990,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349520176",
"order_time": "2017-06-05 13:49:52",
"member_first_order": false,
"order_id": 6990,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1286,
"order_id": 6997,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355170181",
"order_time": "2017-06-05 13:55:17",
"member_first_order": false,
"order_id": 6997,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1287,
"order_id": 6999,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355180182",
"order_time": "2017-06-05 13:55:18",
"member_first_order": false,
"order_id": 6999,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1288,
"order_id": 7001,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355190183",
"order_time": "2017-06-05 13:55:19",
"member_first_order": false,
"order_id": 7001,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1289,
"order_id": 7003,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355200184",
"order_time": "2017-06-05 13:55:20",
"member_first_order": false,
"order_id": 7003,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1290,
"order_id": 7005,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355210185",
"order_time": "2017-06-05 13:55:21",
"member_first_order": false,
"order_id": 7005,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:20",
"refund_status": 3,
"refund_id": 1725,
"order_id": 10056,
"refund_notify": [
{
"order_id": 10056,
"pay_type": 1,
"pay_amount": "20.00",
"id": 824,
"refund_id": 1725
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106122",
"order_time": "2017-06-17 13:33:19",
"member_first_order": false,
"order_id": 10056,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:20",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:20",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:28",
"refund_status": 3,
"refund_id": 1726,
"order_id": 10057,
"refund_notify": [
{
"order_id": 10057,
"pay_type": 1,
"pay_amount": "20.00",
"id": 825,
"refund_id": 1726
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106123",
"order_time": "2017-06-17 13:33:26",
"member_first_order": false,
"order_id": 10057,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:28",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:28",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:57",
"refund_status": 3,
"refund_id": 1727,
"order_id": 10060,
"refund_notify": [
{
"order_id": 10060,
"pay_type": 1,
"pay_amount": "20.00",
"id": 826,
"refund_id": 1727
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106126",
"order_time": "2017-06-17 13:33:56",
"member_first_order": false,
"order_id": 10060,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:57",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:57",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10060,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18753,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-17 13:34:07",
"refund_status": 3,
"refund_id": 1728,
"order_id": 10061,
"refund_notify": [
{
"order_id": 10061,
"pay_type": 1,
"pay_amount": "20.00",
"id": 827,
"refund_id": 1728
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106127",
"order_time": "2017-06-17 13:34:05",
"member_first_order": false,
"order_id": 10061,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:34:07",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:34:07",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10061,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18754,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
}
],
"key": "refund_order"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"sync_server_time": {
"TYPEIN": [
"int",
"long"
]
},
"status_code": {
"EQ": 0
},
"sync_data": {
"TYPE": "dict"
},
"key": {
"TYPE": "str"
},
"msg": {
"EQ": "同步数据获取成功"
},
"category_id": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"category_name": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: sync_server_time的返回值通过
检查key: status_code的返回值通过
检查key: sync_data的返回值通过
检查key: key的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: data的返回值通过
检查key: category_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_463_POS_数据同步--商家员工数据--正常 |
pass
pt1.463:
测试用例开始时间: 2017-06-17 17:37:47
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.56299996376
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:37:42",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.35399985313
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/sync/heartbeat
The request method is :POST
The request parameter is:
{
"sync_server_time": 1486978972214,
"sync_data": [
{
"values": [
{
"status": 0,
"staff_id": 9,
"store_id": 6,
"staff_name": "李店长",
"role_id": 1,
"staff_no": "1001",
"pwd": "e10adc3949ba59abbe56e057f20f883e",
"role_name": "店长"
}
],
"key": "staff"
}
]
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
2.51300001144
接口请求返回值:
{
"msg": "同步数据获取成功",
"status_code": 0,
"data": {
"pos_no": "abcdefghijk",
"sync_server_time": 1497692275320,
"sync_data": [
{},
{
"values": [
{
"status": 0,
"staff_id": 15000000000,
"store_id": 10,
"staff_name": "姚海林",
"role_id": 1,
"staff_no": "15000000000",
"pwd": "e10adc3949ba59abbe56e057f20f883e",
"role_name": "店主"
}
],
"key": "staff"
},
{
"values": [
{
"status": 0,
"product_type": 1,
"product_id": 18880,
"barcode": "6923830302608",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "6.00",
"discount_price": "5.50",
"sale_price": "6.00",
"spec_id": 19074,
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18881,
"barcode": "6923450690642",
"product_name": "6923450690642",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "11.00",
"discount_price": "11.00",
"sale_price": "12.00",
"spec_id": 19075,
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18882,
"barcode": "6908946287063",
"product_name": "激浪柠檬味可乐型汽水",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "2.50",
"discount_price": "2.50",
"sale_price": "3.00",
"spec_id": 19076,
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18883,
"barcode": "6947509910000",
"product_name": "得寶迷你紙手巾 7片單包(天然無味)",
"weighable": 0,
"category_id": 557,
"img_url": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"specs": [
{
"from_spec": [],
"member_price": "1.00",
"discount_price": "1.00",
"sale_price": "1.10",
"spec_id": 19077,
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
}
],
"key": "product"
},
{
"values": [
{
"pos_base_parameter": {
"must_selected": 0,
"eachamount_fractional": 0,
"totalamount_fractional": 0
},
"pos_receipt_setting": {
"promotion_details": 0,
"endnote3": "endnote1",
"stored_balance": 1,
"total_promotions": 1,
"endnote2_enable": 1,
"pay_details": 1,
"unit_price": 0,
"endnote1_enable": 1,
"endnote4_enable": 1,
"total_points": 1,
"product_name": 1,
"auto_print": 1,
"endnote4": "endnote1",
"receipt_title": "This is the title.",
"product_barcode": 1,
"endnote1": "endnote1",
"endnote_print_positio": 2,
"endnote2": "endnote2",
"orderno_to_barcode": 0,
"total_original_price": 1,
"points": 1,
"store_logo": 1,
"endnote3_enable": 1
},
"store_data": {
"store_tel": "15000000000",
"store_name": "HelloWorld",
"store_status": 0,
"store_qrcode": "",
"store_logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png"
},
"barcode_scales": [],
"barcode_scale_dataformat": {
"weight_accuracy": 3,
"scale_format": 0,
"id": 14,
"store_id": 10
}
}
],
"key": "shop"
},
{
"values": [
{
"store_tables": [
{
"status": 1,
"table_no": "1",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"store_id": 10
},
{
"status": 1,
"table_no": "2",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"store_id": 10
},
{
"status": 1,
"table_no": "3",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"store_id": 10
},
{
"status": 1,
"table_no": "4",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"store_id": 10
},
{
"status": 1,
"table_no": "5",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"store_id": 10
},
{
"status": 1,
"table_no": "6",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"store_id": 10
},
{
"status": 1,
"table_no": "7",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"store_id": 10
},
{
"status": 1,
"table_no": "8",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"store_id": 10
},
{
"status": 1,
"table_no": "9",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"store_id": 10
}
],
"kitchen_printers": []
}
],
"key": "catering_shop"
},
{
"values": [
{
"notify_text": "{\"online_order_cnt\":0,\"online_storage_cnt\":0,\"store_order_cnt\":0}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 0
},
{
"notify_text": "{\"deal_amount\":\"6.00\",\"delivery_info\":{\"contact_name\":\"test_name\",\"contact_tel\":\"13514725836\",\"deliver_name\":\"姚海林\",\"deliver_tel\":\"15000000000\",\"delivery_fee\":\"0.00\",\"delivery_time\":\"2017-06-05 12:37:47\",\"delivery_type\":1,\"deliveryman_tip\":\"0\",\"distance\":\"1.1km\",\"receipt_address\":\"深圳市宝安区深圳市对酒当歌电子商务有限公司\"},\"delivery_status\":6,\"member_discount_rate\":1,\"member_first_order\":false,\"member_sale\":{\"balance_amount\":\"6.00\",\"coupon_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"member_id\":535,\"member_name\":\"test_name\",\"member_tel\":\"13514725836\",\"point_amount\":\"0.00\",\"use_balance\":1,\"use_coupon_id\":1,\"use_discount\":1,\"use_point\":1},\"order_amount\":\"6.00\",\"order_id\":6668,\"order_no\":\"00000010981237130016\",\"order_source\":1,\"order_source_text\":\"网络\",\"order_status\":4,\"order_status_text\":\"已完成\",\"order_time\":\"2017-06-05 12:37:13\",\"pay_abnormal_status\":0,\"pay_info\":[{\"pay_amount\":\"6.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":5,\"pay_type_text\":\"会员卡支付\"},{\"pay_amount\":\"0.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":4,\"pay_type_text\":\"微信支付\"}],\"pay_way\":1,\"status_time\":\"2017-06-05 13:51:16\",\"store_name\":\"Test539\",\"store_tel\":\"\",\"store_type\":1}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 4
}
],
"key": "main_notify"
},
{
"values": [
{
"ad_images": [
{
"position": 2,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/22f012397cf24749a49cdda429b9c526.png",
"display": 1
},
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/b75d42b9ea984906b382fbe98d3a5d72.png",
"display": 1
}
],
"banner_type": 1
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/3cd88ea34abd472c8573d9b4ab1ad9ee.png",
"display": 1
}
],
"banner_type": 2
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/df920026d1244dfe91f6c7c6a448347a.png",
"display": 1
}
],
"banner_type": 3
}
],
"key": "market_adbanner"
},
{
"values": [
{
"order_source": 0,
"status_time": "2017-06-02 18:07:58",
"refund_status": 3,
"refund_id": 1131,
"order_id": 6437,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "59088519002445503644",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6437,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:07:58",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:07:58",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 过期",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-02 18:08:29",
"refund_status": 3,
"refund_id": 1132,
"order_id": 6438,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "17731308353700222658",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6438,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:08:29",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:08:29",
"order_item": {
"product_id": 3056,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 6438,
"spec_id": 3113,
"discount_amount": "0.00",
"barcode": "4895058315673",
"special_price": "29.99",
"purchase_price": "19.99",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 13351,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "29.99",
"category_id": 419,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "tets",
"unit": "test",
"category_name": "test"
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"refund_pay_text": "预计1-3个工作日,退款返回到您的付款账号",
"order_source": 0,
"status_time": "2017-06-02 18:10:51",
"refund_status": 3,
"refund_id": 1133,
"order_id": 6441,
"refund_notify": [
{
"pay_type": 4,
"pay_amount": "0.01",
"order_id": 6441,
"refund_id": 1133,
"out_refund_no": "refund00000000000856",
"id": 445
}
],
"refund_amount": "0.01",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010021496398212",
"order_time": "2017-06-02 18:10:04",
"member_first_order": false,
"order_id": 6441,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "9",
"is_table": 0,
"sale_type": 1
},
"order_amount": "0.01",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:10:51",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "0.01",
"pay_info": [
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-02 18:10:26",
"pay_amount": "0.01"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:10:51",
"order_item": {
"gift": 0,
"order_id": 6441,
"barcode": "-1",
"special_price": "0.01",
"purchase_price": "0.01",
"is_weighing": 0,
"item_type": -1,
"sale_cnt": "1",
"sale_price": "0.01",
"discount_amount": "0.00",
"spec_id": -1,
"product_name": "无码商品",
"order_item_id": 13354
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 破坏",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1142,
"order_id": 6687,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310540022",
"order_time": "2017-06-05 13:10:54",
"member_first_order": false,
"order_id": 6687,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1143,
"order_id": 6689,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310550023",
"order_time": "2017-06-05 13:10:55",
"member_first_order": false,
"order_id": 6689,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1144,
"order_id": 6691,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310560024",
"order_time": "2017-06-05 13:10:56",
"member_first_order": false,
"order_id": 6691,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1145,
"order_id": 6693,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310570025",
"order_time": "2017-06-05 13:10:57",
"member_first_order": false,
"order_id": 6693,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1146,
"order_id": 6695,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310580026",
"order_time": "2017-06-05 13:10:58",
"member_first_order": false,
"order_id": 6695,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1147,
"order_id": 6697,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310590027",
"order_time": "2017-06-05 13:10:59",
"member_first_order": false,
"order_id": 6697,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1148,
"order_id": 6699,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311000028",
"order_time": "2017-06-05 13:11:00",
"member_first_order": false,
"order_id": 6699,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1149,
"order_id": 6701,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311010029",
"order_time": "2017-06-05 13:11:01",
"member_first_order": false,
"order_id": 6701,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1150,
"order_id": 6703,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311020030",
"order_time": "2017-06-05 13:11:02",
"member_first_order": false,
"order_id": 6703,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1151,
"order_id": 6705,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311030031",
"order_time": "2017-06-05 13:11:03",
"member_first_order": false,
"order_id": 6705,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1152,
"order_id": 6707,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311040032",
"order_time": "2017-06-05 13:11:04",
"member_first_order": false,
"order_id": 6707,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1153,
"order_id": 6709,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311050033",
"order_time": "2017-06-05 13:11:05",
"member_first_order": false,
"order_id": 6709,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1154,
"order_id": 6711,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311060034",
"order_time": "2017-06-05 13:11:06",
"member_first_order": false,
"order_id": 6711,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1155,
"order_id": 6713,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311080035",
"order_time": "2017-06-05 13:11:08",
"member_first_order": false,
"order_id": 6713,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1156,
"order_id": 6715,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311090036",
"order_time": "2017-06-05 13:11:09",
"member_first_order": false,
"order_id": 6715,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1157,
"order_id": 6717,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311100037",
"order_time": "2017-06-05 13:11:10",
"member_first_order": false,
"order_id": 6717,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1158,
"order_id": 6719,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311110038",
"order_time": "2017-06-05 13:11:11",
"member_first_order": false,
"order_id": 6719,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1159,
"order_id": 6721,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311130039",
"order_time": "2017-06-05 13:11:13",
"member_first_order": false,
"order_id": 6721,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1160,
"order_id": 6723,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311140040",
"order_time": "2017-06-05 13:11:14",
"member_first_order": false,
"order_id": 6723,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1161,
"order_id": 6725,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311170041",
"order_time": "2017-06-05 13:11:17",
"member_first_order": false,
"order_id": 6725,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1162,
"order_id": 6727,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311180042",
"order_time": "2017-06-05 13:11:18",
"member_first_order": false,
"order_id": 6727,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1163,
"order_id": 6729,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311190043",
"order_time": "2017-06-05 13:11:19",
"member_first_order": false,
"order_id": 6729,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1164,
"order_id": 6731,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311200044",
"order_time": "2017-06-05 13:11:20",
"member_first_order": false,
"order_id": 6731,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1165,
"order_id": 6733,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311210045",
"order_time": "2017-06-05 13:11:21",
"member_first_order": false,
"order_id": 6733,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1166,
"order_id": 6735,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311220046",
"order_time": "2017-06-05 13:11:22",
"member_first_order": false,
"order_id": 6735,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1167,
"order_id": 6737,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311230047",
"order_time": "2017-06-05 13:11:23",
"member_first_order": false,
"order_id": 6737,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1168,
"order_id": 6739,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311240048",
"order_time": "2017-06-05 13:11:24",
"member_first_order": false,
"order_id": 6739,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1169,
"order_id": 6741,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311250049",
"order_time": "2017-06-05 13:11:25",
"member_first_order": false,
"order_id": 6741,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1170,
"order_id": 6743,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311260050",
"order_time": "2017-06-05 13:11:26",
"member_first_order": false,
"order_id": 6743,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1171,
"order_id": 6745,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311270051",
"order_time": "2017-06-05 13:11:27",
"member_first_order": false,
"order_id": 6745,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1172,
"order_id": 6747,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311280052",
"order_time": "2017-06-05 13:11:28",
"member_first_order": false,
"order_id": 6747,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1173,
"order_id": 6749,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311290053",
"order_time": "2017-06-05 13:11:29",
"member_first_order": false,
"order_id": 6749,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1174,
"order_id": 6751,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311310054",
"order_time": "2017-06-05 13:11:31",
"member_first_order": false,
"order_id": 6751,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1175,
"order_id": 6753,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311320055",
"order_time": "2017-06-05 13:11:32",
"member_first_order": false,
"order_id": 6753,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1176,
"order_id": 6755,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311330056",
"order_time": "2017-06-05 13:11:33",
"member_first_order": false,
"order_id": 6755,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1177,
"order_id": 6757,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311340057",
"order_time": "2017-06-05 13:11:34",
"member_first_order": false,
"order_id": 6757,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1178,
"order_id": 6759,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311350058",
"order_time": "2017-06-05 13:11:35",
"member_first_order": false,
"order_id": 6759,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1179,
"order_id": 6761,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311360059",
"order_time": "2017-06-05 13:11:36",
"member_first_order": false,
"order_id": 6761,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1180,
"order_id": 6763,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311370060",
"order_time": "2017-06-05 13:11:37",
"member_first_order": false,
"order_id": 6763,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1181,
"order_id": 6765,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311380061",
"order_time": "2017-06-05 13:11:38",
"member_first_order": false,
"order_id": 6765,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1182,
"order_id": 6767,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311400062",
"order_time": "2017-06-05 13:11:40",
"member_first_order": false,
"order_id": 6767,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1183,
"order_id": 6769,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311410063",
"order_time": "2017-06-05 13:11:41",
"member_first_order": false,
"order_id": 6769,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1184,
"order_id": 6771,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311420064",
"order_time": "2017-06-05 13:11:42",
"member_first_order": false,
"order_id": 6771,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1185,
"order_id": 6773,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311430065",
"order_time": "2017-06-05 13:11:43",
"member_first_order": false,
"order_id": 6773,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1186,
"order_id": 6775,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311440066",
"order_time": "2017-06-05 13:11:44",
"member_first_order": false,
"order_id": 6775,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1187,
"order_id": 6777,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311450067",
"order_time": "2017-06-05 13:11:45",
"member_first_order": false,
"order_id": 6777,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1188,
"order_id": 6779,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311460068",
"order_time": "2017-06-05 13:11:46",
"member_first_order": false,
"order_id": 6779,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1189,
"order_id": 6781,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311470069",
"order_time": "2017-06-05 13:11:47",
"member_first_order": false,
"order_id": 6781,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1190,
"order_id": 6783,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311480070",
"order_time": "2017-06-05 13:11:48",
"member_first_order": false,
"order_id": 6783,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1191,
"order_id": 6785,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311490071",
"order_time": "2017-06-05 13:11:49",
"member_first_order": false,
"order_id": 6785,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1192,
"order_id": 6787,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311500072",
"order_time": "2017-06-05 13:11:50",
"member_first_order": false,
"order_id": 6787,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1193,
"order_id": 6789,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311510073",
"order_time": "2017-06-05 13:11:51",
"member_first_order": false,
"order_id": 6789,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1194,
"order_id": 6791,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311520074",
"order_time": "2017-06-05 13:11:52",
"member_first_order": false,
"order_id": 6791,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1195,
"order_id": 6793,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311530075",
"order_time": "2017-06-05 13:11:53",
"member_first_order": false,
"order_id": 6793,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1196,
"order_id": 6795,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311540076",
"order_time": "2017-06-05 13:11:54",
"member_first_order": false,
"order_id": 6795,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1197,
"order_id": 6797,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311560077",
"order_time": "2017-06-05 13:11:56",
"member_first_order": false,
"order_id": 6797,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1198,
"order_id": 6799,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311570078",
"order_time": "2017-06-05 13:11:57",
"member_first_order": false,
"order_id": 6799,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1199,
"order_id": 6801,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311580079",
"order_time": "2017-06-05 13:11:58",
"member_first_order": false,
"order_id": 6801,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1200,
"order_id": 6803,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311590080",
"order_time": "2017-06-05 13:11:59",
"member_first_order": false,
"order_id": 6803,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1201,
"order_id": 6805,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312010081",
"order_time": "2017-06-05 13:12:01",
"member_first_order": false,
"order_id": 6805,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1202,
"order_id": 6807,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312020082",
"order_time": "2017-06-05 13:12:02",
"member_first_order": false,
"order_id": 6807,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1203,
"order_id": 6809,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312030083",
"order_time": "2017-06-05 13:12:03",
"member_first_order": false,
"order_id": 6809,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1204,
"order_id": 6811,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312040084",
"order_time": "2017-06-05 13:12:04",
"member_first_order": false,
"order_id": 6811,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1205,
"order_id": 6813,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312050085",
"order_time": "2017-06-05 13:12:05",
"member_first_order": false,
"order_id": 6813,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1206,
"order_id": 6815,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312060086",
"order_time": "2017-06-05 13:12:06",
"member_first_order": false,
"order_id": 6815,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1207,
"order_id": 6817,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312070087",
"order_time": "2017-06-05 13:12:07",
"member_first_order": false,
"order_id": 6817,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1208,
"order_id": 6819,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312080088",
"order_time": "2017-06-05 13:12:08",
"member_first_order": false,
"order_id": 6819,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1209,
"order_id": 6821,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312090089",
"order_time": "2017-06-05 13:12:09",
"member_first_order": false,
"order_id": 6821,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1210,
"order_id": 6823,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312100090",
"order_time": "2017-06-05 13:12:10",
"member_first_order": false,
"order_id": 6823,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1211,
"order_id": 6825,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312110091",
"order_time": "2017-06-05 13:12:11",
"member_first_order": false,
"order_id": 6825,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1212,
"order_id": 6827,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312120092",
"order_time": "2017-06-05 13:12:12",
"member_first_order": false,
"order_id": 6827,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1213,
"order_id": 6829,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312130093",
"order_time": "2017-06-05 13:12:13",
"member_first_order": false,
"order_id": 6829,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1214,
"order_id": 6831,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312140094",
"order_time": "2017-06-05 13:12:14",
"member_first_order": false,
"order_id": 6831,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1215,
"order_id": 6833,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312150095",
"order_time": "2017-06-05 13:12:15",
"member_first_order": false,
"order_id": 6833,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1216,
"order_id": 6835,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312160096",
"order_time": "2017-06-05 13:12:16",
"member_first_order": false,
"order_id": 6835,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1217,
"order_id": 6837,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312170097",
"order_time": "2017-06-05 13:12:17",
"member_first_order": false,
"order_id": 6837,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1218,
"order_id": 6839,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312180098",
"order_time": "2017-06-05 13:12:18",
"member_first_order": false,
"order_id": 6839,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1219,
"order_id": 6841,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312190099",
"order_time": "2017-06-05 13:12:19",
"member_first_order": false,
"order_id": 6841,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1220,
"order_id": 6843,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312200100",
"order_time": "2017-06-05 13:12:20",
"member_first_order": false,
"order_id": 6843,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1221,
"order_id": 6845,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312210101",
"order_time": "2017-06-05 13:12:21",
"member_first_order": false,
"order_id": 6845,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1222,
"order_id": 6847,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312220102",
"order_time": "2017-06-05 13:12:22",
"member_first_order": false,
"order_id": 6847,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1223,
"order_id": 6849,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312230103",
"order_time": "2017-06-05 13:12:23",
"member_first_order": false,
"order_id": 6849,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1224,
"order_id": 6851,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312240104",
"order_time": "2017-06-05 13:12:24",
"member_first_order": false,
"order_id": 6851,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1225,
"order_id": 6853,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312250105",
"order_time": "2017-06-05 13:12:25",
"member_first_order": false,
"order_id": 6853,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1226,
"order_id": 6855,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312260106",
"order_time": "2017-06-05 13:12:26",
"member_first_order": false,
"order_id": 6855,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1227,
"order_id": 6857,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312270107",
"order_time": "2017-06-05 13:12:27",
"member_first_order": false,
"order_id": 6857,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1228,
"order_id": 6859,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312280108",
"order_time": "2017-06-05 13:12:28",
"member_first_order": false,
"order_id": 6859,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1229,
"order_id": 6861,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312290109",
"order_time": "2017-06-05 13:12:29",
"member_first_order": false,
"order_id": 6861,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1230,
"order_id": 6863,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312300110",
"order_time": "2017-06-05 13:12:30",
"member_first_order": false,
"order_id": 6863,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1231,
"order_id": 6865,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312310111",
"order_time": "2017-06-05 13:12:31",
"member_first_order": false,
"order_id": 6865,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1232,
"order_id": 6867,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312330112",
"order_time": "2017-06-05 13:12:33",
"member_first_order": false,
"order_id": 6867,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1233,
"order_id": 6869,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312340113",
"order_time": "2017-06-05 13:12:34",
"member_first_order": false,
"order_id": 6869,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1234,
"order_id": 6871,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312350114",
"order_time": "2017-06-05 13:12:35",
"member_first_order": false,
"order_id": 6871,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1235,
"order_id": 6873,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312360115",
"order_time": "2017-06-05 13:12:36",
"member_first_order": false,
"order_id": 6873,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1236,
"order_id": 6875,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312370116",
"order_time": "2017-06-05 13:12:37",
"member_first_order": false,
"order_id": 6875,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1237,
"order_id": 6877,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312380117",
"order_time": "2017-06-05 13:12:38",
"member_first_order": false,
"order_id": 6877,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1238,
"order_id": 6879,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312390118",
"order_time": "2017-06-05 13:12:39",
"member_first_order": false,
"order_id": 6879,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1239,
"order_id": 6881,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312400119",
"order_time": "2017-06-05 13:12:40",
"member_first_order": false,
"order_id": 6881,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1240,
"order_id": 6883,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312410120",
"order_time": "2017-06-05 13:12:41",
"member_first_order": false,
"order_id": 6883,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1241,
"order_id": 6885,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312420121",
"order_time": "2017-06-05 13:12:42",
"member_first_order": false,
"order_id": 6885,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1242,
"order_id": 6887,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320360122",
"order_time": "2017-06-05 13:20:36",
"member_first_order": false,
"order_id": 6887,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1243,
"order_id": 6889,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320570123",
"order_time": "2017-06-05 13:20:57",
"member_first_order": false,
"order_id": 6889,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1244,
"order_id": 6891,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981324070124",
"order_time": "2017-06-05 13:24:07",
"member_first_order": false,
"order_id": 6891,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1245,
"order_id": 6897,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260125",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6897,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1246,
"order_id": 6898,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260126",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6898,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1247,
"order_id": 6901,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325350129",
"order_time": "2017-06-05 13:25:35",
"member_first_order": false,
"order_id": 6901,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1248,
"order_id": 6906,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981326360130",
"order_time": "2017-06-05 13:26:36",
"member_first_order": false,
"order_id": 6906,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1249,
"order_id": 6912,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981327190134",
"order_time": "2017-06-05 13:27:19",
"member_first_order": false,
"order_id": 6912,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1250,
"order_id": 6917,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981328260138",
"order_time": "2017-06-05 13:28:26",
"member_first_order": false,
"order_id": 6917,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1251,
"order_id": 6919,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329400139",
"order_time": "2017-06-05 13:29:40",
"member_first_order": false,
"order_id": 6919,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1252,
"order_id": 6921,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329410140",
"order_time": "2017-06-05 13:29:41",
"member_first_order": false,
"order_id": 6921,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1253,
"order_id": 6923,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329420141",
"order_time": "2017-06-05 13:29:42",
"member_first_order": false,
"order_id": 6923,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1254,
"order_id": 6925,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329430142",
"order_time": "2017-06-05 13:29:43",
"member_first_order": false,
"order_id": 6925,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1255,
"order_id": 6927,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329440143",
"order_time": "2017-06-05 13:29:44",
"member_first_order": false,
"order_id": 6927,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1256,
"order_id": 6929,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329450144",
"order_time": "2017-06-05 13:29:45",
"member_first_order": false,
"order_id": 6929,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1257,
"order_id": 6931,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329460145",
"order_time": "2017-06-05 13:29:46",
"member_first_order": false,
"order_id": 6931,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1258,
"order_id": 6933,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329470146",
"order_time": "2017-06-05 13:29:47",
"member_first_order": false,
"order_id": 6933,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1259,
"order_id": 6935,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329480147",
"order_time": "2017-06-05 13:29:48",
"member_first_order": false,
"order_id": 6935,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1260,
"order_id": 6937,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329490148",
"order_time": "2017-06-05 13:29:49",
"member_first_order": false,
"order_id": 6937,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1261,
"order_id": 6939,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338520149",
"order_time": "2017-06-05 13:38:52",
"member_first_order": false,
"order_id": 6939,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1262,
"order_id": 6941,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338530150",
"order_time": "2017-06-05 13:38:53",
"member_first_order": false,
"order_id": 6941,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1263,
"order_id": 6943,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338540151",
"order_time": "2017-06-05 13:38:54",
"member_first_order": false,
"order_id": 6943,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1264,
"order_id": 6945,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338550152",
"order_time": "2017-06-05 13:38:55",
"member_first_order": false,
"order_id": 6945,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1265,
"order_id": 6947,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338560153",
"order_time": "2017-06-05 13:38:56",
"member_first_order": false,
"order_id": 6947,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1266,
"order_id": 6952,
"refund_notify": [],
"refund_amount": "35.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344510157",
"order_time": "2017-06-05 13:44:51",
"member_first_order": false,
"order_id": 6952,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "35.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "35.99",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "35.99",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "35.99"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1267,
"order_id": 6954,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344520158",
"order_time": "2017-06-05 13:44:52",
"member_first_order": false,
"order_id": 6954,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1268,
"order_id": 6956,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344530159",
"order_time": "2017-06-05 13:44:53",
"member_first_order": false,
"order_id": 6956,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1269,
"order_id": 6958,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344540160",
"order_time": "2017-06-05 13:44:54",
"member_first_order": false,
"order_id": 6958,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1270,
"order_id": 6960,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344550161",
"order_time": "2017-06-05 13:44:55",
"member_first_order": false,
"order_id": 6960,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1271,
"order_id": 6962,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347480162",
"order_time": "2017-06-05 13:47:48",
"member_first_order": false,
"order_id": 6962,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1272,
"order_id": 6964,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347490163",
"order_time": "2017-06-05 13:47:49",
"member_first_order": false,
"order_id": 6964,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1273,
"order_id": 6966,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347500164",
"order_time": "2017-06-05 13:47:50",
"member_first_order": false,
"order_id": 6966,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1274,
"order_id": 6968,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347510165",
"order_time": "2017-06-05 13:47:51",
"member_first_order": false,
"order_id": 6968,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1275,
"order_id": 6970,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347520166",
"order_time": "2017-06-05 13:47:52",
"member_first_order": false,
"order_id": 6970,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1276,
"order_id": 6972,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348440167",
"order_time": "2017-06-05 13:48:44",
"member_first_order": false,
"order_id": 6972,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1277,
"order_id": 6974,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348450168",
"order_time": "2017-06-05 13:48:45",
"member_first_order": false,
"order_id": 6974,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1278,
"order_id": 6976,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348460169",
"order_time": "2017-06-05 13:48:46",
"member_first_order": false,
"order_id": 6976,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1279,
"order_id": 6978,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348470170",
"order_time": "2017-06-05 13:48:47",
"member_first_order": false,
"order_id": 6978,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1280,
"order_id": 6980,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348480171",
"order_time": "2017-06-05 13:48:48",
"member_first_order": false,
"order_id": 6980,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1281,
"order_id": 6982,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349480172",
"order_time": "2017-06-05 13:49:48",
"member_first_order": false,
"order_id": 6982,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1282,
"order_id": 6984,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349490173",
"order_time": "2017-06-05 13:49:49",
"member_first_order": false,
"order_id": 6984,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1283,
"order_id": 6986,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349500174",
"order_time": "2017-06-05 13:49:50",
"member_first_order": false,
"order_id": 6986,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1284,
"order_id": 6988,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349510175",
"order_time": "2017-06-05 13:49:51",
"member_first_order": false,
"order_id": 6988,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1285,
"order_id": 6990,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349520176",
"order_time": "2017-06-05 13:49:52",
"member_first_order": false,
"order_id": 6990,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1286,
"order_id": 6997,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355170181",
"order_time": "2017-06-05 13:55:17",
"member_first_order": false,
"order_id": 6997,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1287,
"order_id": 6999,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355180182",
"order_time": "2017-06-05 13:55:18",
"member_first_order": false,
"order_id": 6999,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1288,
"order_id": 7001,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355190183",
"order_time": "2017-06-05 13:55:19",
"member_first_order": false,
"order_id": 7001,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1289,
"order_id": 7003,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355200184",
"order_time": "2017-06-05 13:55:20",
"member_first_order": false,
"order_id": 7003,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1290,
"order_id": 7005,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355210185",
"order_time": "2017-06-05 13:55:21",
"member_first_order": false,
"order_id": 7005,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:20",
"refund_status": 3,
"refund_id": 1725,
"order_id": 10056,
"refund_notify": [
{
"order_id": 10056,
"pay_type": 1,
"pay_amount": "20.00",
"id": 824,
"refund_id": 1725
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106122",
"order_time": "2017-06-17 13:33:19",
"member_first_order": false,
"order_id": 10056,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:20",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:20",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:28",
"refund_status": 3,
"refund_id": 1726,
"order_id": 10057,
"refund_notify": [
{
"order_id": 10057,
"pay_type": 1,
"pay_amount": "20.00",
"id": 825,
"refund_id": 1726
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106123",
"order_time": "2017-06-17 13:33:26",
"member_first_order": false,
"order_id": 10057,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:28",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:28",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:57",
"refund_status": 3,
"refund_id": 1727,
"order_id": 10060,
"refund_notify": [
{
"order_id": 10060,
"pay_type": 1,
"pay_amount": "20.00",
"id": 826,
"refund_id": 1727
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106126",
"order_time": "2017-06-17 13:33:56",
"member_first_order": false,
"order_id": 10060,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:57",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:57",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10060,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18753,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-17 13:34:07",
"refund_status": 3,
"refund_id": 1728,
"order_id": 10061,
"refund_notify": [
{
"order_id": 10061,
"pay_type": 1,
"pay_amount": "20.00",
"id": 827,
"refund_id": 1728
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106127",
"order_time": "2017-06-17 13:34:05",
"member_first_order": false,
"order_id": 10061,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:34:07",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:34:07",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10061,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18754,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
}
],
"key": "refund_order"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"sync_server_time": {
"TYPEIN": [
"int",
"long"
]
},
"status_code": {
"EQ": 0
},
"sync_data": {
"TYPE": "dict"
},
"key": {
"TYPE": "str"
},
"msg": {
"EQ": "同步数据获取成功"
},
"category_id": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"category_name": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: sync_server_time的返回值通过
检查key: status_code的返回值通过
检查key: sync_data的返回值通过
检查key: key的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: data的返回值通过
检查key: category_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_464_POS_数据同步--数据全量同步接口--正常 |
pass
pt1.464:
测试用例开始时间: 2017-06-17 17:37:57
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.0870001316071
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:37:50",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.02500009537
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/sync
The request method is :GET
null
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
2.55900001526
接口请求返回值:
{
"msg": "同步数据获取成功",
"status_code": 0,
"data": {
"pos_no": "abcdefghijk",
"sync_server_time": 1497692284120,
"sync_data": [
{},
{
"values": [
{
"status": 0,
"staff_id": 15000000000,
"store_id": 10,
"staff_name": "姚海林",
"role_id": 1,
"staff_no": "15000000000",
"pwd": "e10adc3949ba59abbe56e057f20f883e",
"role_name": "店主"
}
],
"key": "staff"
},
{
"values": [
{
"status": 0,
"product_type": 1,
"product_id": 18880,
"barcode": "6923830302608",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "6.00",
"discount_price": "5.50",
"sale_price": "6.00",
"spec_id": 19074,
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18881,
"barcode": "6923450690642",
"product_name": "6923450690642",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "11.00",
"discount_price": "11.00",
"sale_price": "12.00",
"spec_id": 19075,
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18882,
"barcode": "6908946287063",
"product_name": "激浪柠檬味可乐型汽水",
"weighable": 0,
"category_id": 557,
"img_url": "",
"specs": [
{
"from_spec": [],
"member_price": "2.50",
"discount_price": "2.50",
"sale_price": "3.00",
"spec_id": 19076,
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category_name": "未分类"
},
{
"status": 0,
"product_type": 1,
"product_id": 18883,
"barcode": "6947509910000",
"product_name": "得寶迷你紙手巾 7片單包(天然無味)",
"weighable": 0,
"category_id": 557,
"img_url": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"specs": [
{
"from_spec": [],
"member_price": "1.00",
"discount_price": "1.00",
"sale_price": "1.10",
"spec_id": 19077,
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category_name": "未分类"
}
],
"key": "product"
},
{
"values": [
{
"pos_base_parameter": {
"must_selected": 0,
"eachamount_fractional": 0,
"totalamount_fractional": 0
},
"pos_receipt_setting": {
"promotion_details": 0,
"endnote3": "endnote1",
"stored_balance": 1,
"total_promotions": 1,
"endnote2_enable": 1,
"pay_details": 1,
"unit_price": 0,
"endnote1_enable": 1,
"endnote4_enable": 1,
"total_points": 1,
"product_name": 1,
"auto_print": 1,
"endnote4": "endnote1",
"receipt_title": "This is the title.",
"product_barcode": 1,
"endnote1": "endnote1",
"endnote_print_positio": 2,
"endnote2": "endnote2",
"orderno_to_barcode": 0,
"total_original_price": 1,
"points": 1,
"store_logo": 1,
"endnote3_enable": 1
},
"store_data": {
"store_tel": "15000000000",
"store_name": "HelloWorld",
"store_status": 0,
"store_qrcode": "",
"store_logo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png"
},
"barcode_scales": [],
"barcode_scale_dataformat": {
"weight_accuracy": 3,
"scale_format": 0,
"id": 14,
"store_id": 10
}
}
],
"key": "shop"
},
{
"values": [
{
"store_tables": [
{
"status": 1,
"table_no": "1",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/9827db83aefb45d38ca38d1d188cafa9.png",
"store_id": 10
},
{
"status": 1,
"table_no": "2",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/1681ff650eb7481f9d3223615415eb17.png",
"store_id": 10
},
{
"status": 1,
"table_no": "3",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/c0e2f59c282c4f38ac4e0b1e14bf1046.png",
"store_id": 10
},
{
"status": 1,
"table_no": "4",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/6fad78e07161415597c03920a003254a.png",
"store_id": 10
},
{
"status": 1,
"table_no": "5",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/b7b2540db41e49eaa087edab08ec89d2.png",
"store_id": 10
},
{
"status": 1,
"table_no": "6",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4fdd6bf753d14430b4d3524d2906b7fc.png",
"store_id": 10
},
{
"status": 1,
"table_no": "7",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/4b3eef1234c94aa8825bae0938e08aa3.png",
"store_id": 10
},
{
"status": 1,
"table_no": "8",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/5502f65449144297b605432395ed8cc8.png",
"store_id": 10
},
{
"status": 1,
"table_no": "9",
"qr_code": "https://cdn-pos-img.thy360.com/appidposvsdf2f/e85399830995448d9490a207a71e39d0.png",
"store_id": 10
}
],
"kitchen_printers": []
}
],
"key": "catering_shop"
},
{
"values": [
{
"notify_text": "{\"online_order_cnt\":0,\"online_storage_cnt\":0,\"store_order_cnt\":0}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 0
},
{
"notify_text": "{\"deal_amount\":\"6.00\",\"delivery_info\":{\"contact_name\":\"test_name\",\"contact_tel\":\"13514725836\",\"deliver_name\":\"姚海林\",\"deliver_tel\":\"15000000000\",\"delivery_fee\":\"0.00\",\"delivery_time\":\"2017-06-05 12:37:47\",\"delivery_type\":1,\"deliveryman_tip\":\"0\",\"distance\":\"1.1km\",\"receipt_address\":\"深圳市宝安区深圳市对酒当歌电子商务有限公司\"},\"delivery_status\":6,\"member_discount_rate\":1,\"member_first_order\":false,\"member_sale\":{\"balance_amount\":\"6.00\",\"coupon_amount\":\"0.00\",\"discount_amount\":\"0.00\",\"member_id\":535,\"member_name\":\"test_name\",\"member_tel\":\"13514725836\",\"point_amount\":\"0.00\",\"use_balance\":1,\"use_coupon_id\":1,\"use_discount\":1,\"use_point\":1},\"order_amount\":\"6.00\",\"order_id\":6668,\"order_no\":\"00000010981237130016\",\"order_source\":1,\"order_source_text\":\"网络\",\"order_status\":4,\"order_status_text\":\"已完成\",\"order_time\":\"2017-06-05 12:37:13\",\"pay_abnormal_status\":0,\"pay_info\":[{\"pay_amount\":\"6.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":5,\"pay_type_text\":\"会员卡支付\"},{\"pay_amount\":\"0.00\",\"pay_time\":\"2017-06-05 12:37:13\",\"pay_type\":4,\"pay_type_text\":\"微信支付\"}],\"pay_way\":1,\"status_time\":\"2017-06-05 13:51:16\",\"store_name\":\"Test539\",\"store_tel\":\"\",\"store_type\":1}",
"notify_sound": 0,
"store_id": 10,
"notify_type": 4
}
],
"key": "main_notify"
},
{
"values": [
{
"ad_images": [
{
"position": 2,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/22f012397cf24749a49cdda429b9c526.png",
"display": 1
},
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/b75d42b9ea984906b382fbe98d3a5d72.png",
"display": 1
}
],
"banner_type": 1
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/3cd88ea34abd472c8573d9b4ab1ad9ee.png",
"display": 1
}
],
"banner_type": 2
},
{
"ad_images": [
{
"position": 1,
"img_url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/df920026d1244dfe91f6c7c6a448347a.png",
"display": 1
}
],
"banner_type": 3
}
],
"key": "market_adbanner"
},
{
"values": [
{
"order_source": 0,
"status_time": "2017-06-02 18:07:58",
"refund_status": 3,
"refund_id": 1131,
"order_id": 6437,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "59088519002445503644",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6437,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:07:58",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:07:58",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 过期",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-02 18:08:29",
"refund_status": 3,
"refund_id": 1132,
"order_id": 6438,
"refund_notify": [],
"refund_amount": "29.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "17731308353700222658",
"order_time": "2017-06-02 18:07:07",
"member_first_order": false,
"order_id": 6438,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "null",
"is_table": 0,
"sale_type": 1
},
"order_amount": "29.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:08:29",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "29.99",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "29.99",
"cash_recv_amount": "29.99",
"cash_return_amount": "0.00",
"pay_time": "2017-06-02 18:07:07"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:08:29",
"order_item": {
"product_id": 3056,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 6438,
"spec_id": 3113,
"discount_amount": "0.00",
"barcode": "4895058315673",
"special_price": "29.99",
"purchase_price": "19.99",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 13351,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "29.99",
"category_id": 419,
"img_url": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/dd43a28aa0c849d7996d710dcc547303.png",
"product_name": "tets",
"unit": "test",
"category_name": "test"
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"refund_pay_text": "预计1-3个工作日,退款返回到您的付款账号",
"order_source": 0,
"status_time": "2017-06-02 18:10:51",
"refund_status": 3,
"refund_id": 1133,
"order_id": 6441,
"refund_notify": [
{
"pay_type": 4,
"pay_amount": "0.01",
"order_id": 6441,
"refund_id": 1133,
"out_refund_no": "refund00000000000856",
"id": 445
}
],
"refund_amount": "0.01",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010021496398212",
"order_time": "2017-06-02 18:10:04",
"member_first_order": false,
"order_id": 6441,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "9",
"is_table": 0,
"sale_type": 1
},
"order_amount": "0.01",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-02 18:10:51",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "0.01",
"pay_info": [
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-02 18:10:26",
"pay_amount": "0.01"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-02 18:10:51",
"order_item": {
"gift": 0,
"order_id": 6441,
"barcode": "-1",
"special_price": "0.01",
"purchase_price": "0.01",
"is_weighing": 0,
"item_type": -1,
"sale_cnt": "1",
"sale_price": "0.01",
"discount_amount": "0.00",
"spec_id": -1,
"product_name": "无码商品",
"order_item_id": 13354
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 破坏",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1142,
"order_id": 6687,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310540022",
"order_time": "2017-06-05 13:10:54",
"member_first_order": false,
"order_id": 6687,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1143,
"order_id": 6689,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310550023",
"order_time": "2017-06-05 13:10:55",
"member_first_order": false,
"order_id": 6689,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1144,
"order_id": 6691,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310560024",
"order_time": "2017-06-05 13:10:56",
"member_first_order": false,
"order_id": 6691,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1145,
"order_id": 6693,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310570025",
"order_time": "2017-06-05 13:10:57",
"member_first_order": false,
"order_id": 6693,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1146,
"order_id": 6695,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310580026",
"order_time": "2017-06-05 13:10:58",
"member_first_order": false,
"order_id": 6695,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1147,
"order_id": 6697,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981310590027",
"order_time": "2017-06-05 13:10:59",
"member_first_order": false,
"order_id": 6697,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:10:59",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1148,
"order_id": 6699,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311000028",
"order_time": "2017-06-05 13:11:00",
"member_first_order": false,
"order_id": 6699,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1149,
"order_id": 6701,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311010029",
"order_time": "2017-06-05 13:11:01",
"member_first_order": false,
"order_id": 6701,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1150,
"order_id": 6703,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311020030",
"order_time": "2017-06-05 13:11:02",
"member_first_order": false,
"order_id": 6703,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1151,
"order_id": 6705,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311030031",
"order_time": "2017-06-05 13:11:03",
"member_first_order": false,
"order_id": 6705,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1152,
"order_id": 6707,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311040032",
"order_time": "2017-06-05 13:11:04",
"member_first_order": false,
"order_id": 6707,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1153,
"order_id": 6709,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311050033",
"order_time": "2017-06-05 13:11:05",
"member_first_order": false,
"order_id": 6709,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1154,
"order_id": 6711,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311060034",
"order_time": "2017-06-05 13:11:06",
"member_first_order": false,
"order_id": 6711,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1155,
"order_id": 6713,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311080035",
"order_time": "2017-06-05 13:11:08",
"member_first_order": false,
"order_id": 6713,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1156,
"order_id": 6715,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311090036",
"order_time": "2017-06-05 13:11:09",
"member_first_order": false,
"order_id": 6715,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1157,
"order_id": 6717,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311100037",
"order_time": "2017-06-05 13:11:10",
"member_first_order": false,
"order_id": 6717,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1158,
"order_id": 6719,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311110038",
"order_time": "2017-06-05 13:11:11",
"member_first_order": false,
"order_id": 6719,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1159,
"order_id": 6721,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311130039",
"order_time": "2017-06-05 13:11:13",
"member_first_order": false,
"order_id": 6721,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1160,
"order_id": 6723,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311140040",
"order_time": "2017-06-05 13:11:14",
"member_first_order": false,
"order_id": 6723,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1161,
"order_id": 6725,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311170041",
"order_time": "2017-06-05 13:11:17",
"member_first_order": false,
"order_id": 6725,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1162,
"order_id": 6727,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311180042",
"order_time": "2017-06-05 13:11:18",
"member_first_order": false,
"order_id": 6727,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1163,
"order_id": 6729,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311190043",
"order_time": "2017-06-05 13:11:19",
"member_first_order": false,
"order_id": 6729,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1164,
"order_id": 6731,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311200044",
"order_time": "2017-06-05 13:11:20",
"member_first_order": false,
"order_id": 6731,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1165,
"order_id": 6733,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311210045",
"order_time": "2017-06-05 13:11:21",
"member_first_order": false,
"order_id": 6733,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1166,
"order_id": 6735,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311220046",
"order_time": "2017-06-05 13:11:22",
"member_first_order": false,
"order_id": 6735,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:00",
"refund_status": 3,
"refund_id": 1167,
"order_id": 6737,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311230047",
"order_time": "2017-06-05 13:11:23",
"member_first_order": false,
"order_id": 6737,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1168,
"order_id": 6739,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311240048",
"order_time": "2017-06-05 13:11:24",
"member_first_order": false,
"order_id": 6739,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1169,
"order_id": 6741,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311250049",
"order_time": "2017-06-05 13:11:25",
"member_first_order": false,
"order_id": 6741,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1170,
"order_id": 6743,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311260050",
"order_time": "2017-06-05 13:11:26",
"member_first_order": false,
"order_id": 6743,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1171,
"order_id": 6745,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311270051",
"order_time": "2017-06-05 13:11:27",
"member_first_order": false,
"order_id": 6745,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1172,
"order_id": 6747,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311280052",
"order_time": "2017-06-05 13:11:28",
"member_first_order": false,
"order_id": 6747,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1173,
"order_id": 6749,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311290053",
"order_time": "2017-06-05 13:11:29",
"member_first_order": false,
"order_id": 6749,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1174,
"order_id": 6751,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311310054",
"order_time": "2017-06-05 13:11:31",
"member_first_order": false,
"order_id": 6751,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:31",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1175,
"order_id": 6753,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311320055",
"order_time": "2017-06-05 13:11:32",
"member_first_order": false,
"order_id": 6753,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1176,
"order_id": 6755,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311330056",
"order_time": "2017-06-05 13:11:33",
"member_first_order": false,
"order_id": 6755,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1177,
"order_id": 6757,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311340057",
"order_time": "2017-06-05 13:11:34",
"member_first_order": false,
"order_id": 6757,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1178,
"order_id": 6759,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311350058",
"order_time": "2017-06-05 13:11:35",
"member_first_order": false,
"order_id": 6759,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1179,
"order_id": 6761,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311360059",
"order_time": "2017-06-05 13:11:36",
"member_first_order": false,
"order_id": 6761,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1180,
"order_id": 6763,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311370060",
"order_time": "2017-06-05 13:11:37",
"member_first_order": false,
"order_id": 6763,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1181,
"order_id": 6765,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311380061",
"order_time": "2017-06-05 13:11:38",
"member_first_order": false,
"order_id": 6765,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1182,
"order_id": 6767,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311400062",
"order_time": "2017-06-05 13:11:40",
"member_first_order": false,
"order_id": 6767,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1183,
"order_id": 6769,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311410063",
"order_time": "2017-06-05 13:11:41",
"member_first_order": false,
"order_id": 6769,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1184,
"order_id": 6771,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311420064",
"order_time": "2017-06-05 13:11:42",
"member_first_order": false,
"order_id": 6771,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1185,
"order_id": 6773,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311430065",
"order_time": "2017-06-05 13:11:43",
"member_first_order": false,
"order_id": 6773,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1186,
"order_id": 6775,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311440066",
"order_time": "2017-06-05 13:11:44",
"member_first_order": false,
"order_id": 6775,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1187,
"order_id": 6777,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311450067",
"order_time": "2017-06-05 13:11:45",
"member_first_order": false,
"order_id": 6777,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1188,
"order_id": 6779,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311460068",
"order_time": "2017-06-05 13:11:46",
"member_first_order": false,
"order_id": 6779,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1189,
"order_id": 6781,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311470069",
"order_time": "2017-06-05 13:11:47",
"member_first_order": false,
"order_id": 6781,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1190,
"order_id": 6783,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311480070",
"order_time": "2017-06-05 13:11:48",
"member_first_order": false,
"order_id": 6783,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1191,
"order_id": 6785,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311490071",
"order_time": "2017-06-05 13:11:49",
"member_first_order": false,
"order_id": 6785,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1192,
"order_id": 6787,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311500072",
"order_time": "2017-06-05 13:11:50",
"member_first_order": false,
"order_id": 6787,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1193,
"order_id": 6789,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311510073",
"order_time": "2017-06-05 13:11:51",
"member_first_order": false,
"order_id": 6789,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:01",
"refund_status": 3,
"refund_id": 1194,
"order_id": 6791,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311520074",
"order_time": "2017-06-05 13:11:52",
"member_first_order": false,
"order_id": 6791,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:01",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:01",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1195,
"order_id": 6793,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311530075",
"order_time": "2017-06-05 13:11:53",
"member_first_order": false,
"order_id": 6793,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1196,
"order_id": 6795,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311540076",
"order_time": "2017-06-05 13:11:54",
"member_first_order": false,
"order_id": 6795,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1197,
"order_id": 6797,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311560077",
"order_time": "2017-06-05 13:11:56",
"member_first_order": false,
"order_id": 6797,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1198,
"order_id": 6799,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311570078",
"order_time": "2017-06-05 13:11:57",
"member_first_order": false,
"order_id": 6799,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1199,
"order_id": 6801,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311580079",
"order_time": "2017-06-05 13:11:58",
"member_first_order": false,
"order_id": 6801,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:11:58",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1200,
"order_id": 6803,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981311590080",
"order_time": "2017-06-05 13:11:59",
"member_first_order": false,
"order_id": 6803,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:00",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1201,
"order_id": 6805,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312010081",
"order_time": "2017-06-05 13:12:01",
"member_first_order": false,
"order_id": 6805,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:01",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1202,
"order_id": 6807,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312020082",
"order_time": "2017-06-05 13:12:02",
"member_first_order": false,
"order_id": 6807,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:02",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1203,
"order_id": 6809,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312030083",
"order_time": "2017-06-05 13:12:03",
"member_first_order": false,
"order_id": 6809,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:03",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1204,
"order_id": 6811,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312040084",
"order_time": "2017-06-05 13:12:04",
"member_first_order": false,
"order_id": 6811,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:04",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1205,
"order_id": 6813,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312050085",
"order_time": "2017-06-05 13:12:05",
"member_first_order": false,
"order_id": 6813,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:05",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1206,
"order_id": 6815,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312060086",
"order_time": "2017-06-05 13:12:06",
"member_first_order": false,
"order_id": 6815,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:06",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1207,
"order_id": 6817,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312070087",
"order_time": "2017-06-05 13:12:07",
"member_first_order": false,
"order_id": 6817,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1208,
"order_id": 6819,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312080088",
"order_time": "2017-06-05 13:12:08",
"member_first_order": false,
"order_id": 6819,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:08",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1209,
"order_id": 6821,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312090089",
"order_time": "2017-06-05 13:12:09",
"member_first_order": false,
"order_id": 6821,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:09",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1210,
"order_id": 6823,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312100090",
"order_time": "2017-06-05 13:12:10",
"member_first_order": false,
"order_id": 6823,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:10",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1211,
"order_id": 6825,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312110091",
"order_time": "2017-06-05 13:12:11",
"member_first_order": false,
"order_id": 6825,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:11",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1212,
"order_id": 6827,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312120092",
"order_time": "2017-06-05 13:12:12",
"member_first_order": false,
"order_id": 6827,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:12",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1213,
"order_id": 6829,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312130093",
"order_time": "2017-06-05 13:12:13",
"member_first_order": false,
"order_id": 6829,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:13",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1214,
"order_id": 6831,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312140094",
"order_time": "2017-06-05 13:12:14",
"member_first_order": false,
"order_id": 6831,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:14",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1215,
"order_id": 6833,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312150095",
"order_time": "2017-06-05 13:12:15",
"member_first_order": false,
"order_id": 6833,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:15",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1216,
"order_id": 6835,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312160096",
"order_time": "2017-06-05 13:12:16",
"member_first_order": false,
"order_id": 6835,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:16",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1217,
"order_id": 6837,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312170097",
"order_time": "2017-06-05 13:12:17",
"member_first_order": false,
"order_id": 6837,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1218,
"order_id": 6839,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312180098",
"order_time": "2017-06-05 13:12:18",
"member_first_order": false,
"order_id": 6839,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1219,
"order_id": 6841,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312190099",
"order_time": "2017-06-05 13:12:19",
"member_first_order": false,
"order_id": 6841,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1220,
"order_id": 6843,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312200100",
"order_time": "2017-06-05 13:12:20",
"member_first_order": false,
"order_id": 6843,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1221,
"order_id": 6845,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312210101",
"order_time": "2017-06-05 13:12:21",
"member_first_order": false,
"order_id": 6845,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1222,
"order_id": 6847,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312220102",
"order_time": "2017-06-05 13:12:22",
"member_first_order": false,
"order_id": 6847,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:22",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:02",
"refund_status": 3,
"refund_id": 1223,
"order_id": 6849,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312230103",
"order_time": "2017-06-05 13:12:23",
"member_first_order": false,
"order_id": 6849,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:02",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:23",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1224,
"order_id": 6851,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312240104",
"order_time": "2017-06-05 13:12:24",
"member_first_order": false,
"order_id": 6851,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:24",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:02",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1225,
"order_id": 6853,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312250105",
"order_time": "2017-06-05 13:12:25",
"member_first_order": false,
"order_id": 6853,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:25",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1226,
"order_id": 6855,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312260106",
"order_time": "2017-06-05 13:12:26",
"member_first_order": false,
"order_id": 6855,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1227,
"order_id": 6857,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312270107",
"order_time": "2017-06-05 13:12:27",
"member_first_order": false,
"order_id": 6857,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:27",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1228,
"order_id": 6859,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312280108",
"order_time": "2017-06-05 13:12:28",
"member_first_order": false,
"order_id": 6859,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:28",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1229,
"order_id": 6861,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312290109",
"order_time": "2017-06-05 13:12:29",
"member_first_order": false,
"order_id": 6861,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:29",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1230,
"order_id": 6863,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312300110",
"order_time": "2017-06-05 13:12:30",
"member_first_order": false,
"order_id": 6863,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:30",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1231,
"order_id": 6865,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312310111",
"order_time": "2017-06-05 13:12:31",
"member_first_order": false,
"order_id": 6865,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:32",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1232,
"order_id": 6867,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312330112",
"order_time": "2017-06-05 13:12:33",
"member_first_order": false,
"order_id": 6867,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:33",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1233,
"order_id": 6869,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312340113",
"order_time": "2017-06-05 13:12:34",
"member_first_order": false,
"order_id": 6869,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:34",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1234,
"order_id": 6871,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312350114",
"order_time": "2017-06-05 13:12:35",
"member_first_order": false,
"order_id": 6871,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1235,
"order_id": 6873,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312360115",
"order_time": "2017-06-05 13:12:36",
"member_first_order": false,
"order_id": 6873,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1236,
"order_id": 6875,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312370116",
"order_time": "2017-06-05 13:12:37",
"member_first_order": false,
"order_id": 6875,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:37",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1237,
"order_id": 6877,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312380117",
"order_time": "2017-06-05 13:12:38",
"member_first_order": false,
"order_id": 6877,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:38",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1238,
"order_id": 6879,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312390118",
"order_time": "2017-06-05 13:12:39",
"member_first_order": false,
"order_id": 6879,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:39",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1239,
"order_id": 6881,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312400119",
"order_time": "2017-06-05 13:12:40",
"member_first_order": false,
"order_id": 6881,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1240,
"order_id": 6883,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312410120",
"order_time": "2017-06-05 13:12:41",
"member_first_order": false,
"order_id": 6883,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:20:03",
"refund_status": 3,
"refund_id": 1241,
"order_id": 6885,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981312420121",
"order_time": "2017-06-05 13:12:42",
"member_first_order": false,
"order_id": 6885,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:20:03",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:12:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:20:03",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1242,
"order_id": 6887,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320360122",
"order_time": "2017-06-05 13:20:36",
"member_first_order": false,
"order_id": 6887,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1243,
"order_id": 6889,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981320570123",
"order_time": "2017-06-05 13:20:57",
"member_first_order": false,
"order_id": 6889,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:20:57",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:30:00",
"refund_status": 3,
"refund_id": 1244,
"order_id": 6891,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981324070124",
"order_time": "2017-06-05 13:24:07",
"member_first_order": false,
"order_id": 6891,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:30:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:24:07",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:30:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1245,
"order_id": 6897,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260125",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6897,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1246,
"order_id": 6898,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325260126",
"order_time": "2017-06-05 13:25:26",
"member_first_order": false,
"order_id": 6898,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1247,
"order_id": 6901,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981325350129",
"order_time": "2017-06-05 13:25:35",
"member_first_order": false,
"order_id": 6901,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:25:35",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1248,
"order_id": 6906,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981326360130",
"order_time": "2017-06-05 13:26:36",
"member_first_order": false,
"order_id": 6906,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:26:36",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1249,
"order_id": 6912,
"refund_notify": [],
"refund_amount": "12.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981327190134",
"order_time": "2017-06-05 13:27:19",
"member_first_order": false,
"order_id": 6912,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "12.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "12.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "12.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "12.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:27:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1250,
"order_id": 6917,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981328260138",
"order_time": "2017-06-05 13:28:26",
"member_first_order": false,
"order_id": 6917,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:28:26",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1251,
"order_id": 6919,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329400139",
"order_time": "2017-06-05 13:29:40",
"member_first_order": false,
"order_id": 6919,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:40",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1252,
"order_id": 6921,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329410140",
"order_time": "2017-06-05 13:29:41",
"member_first_order": false,
"order_id": 6921,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:41",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1253,
"order_id": 6923,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329420141",
"order_time": "2017-06-05 13:29:42",
"member_first_order": false,
"order_id": 6923,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:42",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1254,
"order_id": 6925,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329430142",
"order_time": "2017-06-05 13:29:43",
"member_first_order": false,
"order_id": 6925,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:43",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1255,
"order_id": 6927,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329440143",
"order_time": "2017-06-05 13:29:44",
"member_first_order": false,
"order_id": 6927,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1256,
"order_id": 6929,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329450144",
"order_time": "2017-06-05 13:29:45",
"member_first_order": false,
"order_id": 6929,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1257,
"order_id": 6931,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329460145",
"order_time": "2017-06-05 13:29:46",
"member_first_order": false,
"order_id": 6931,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1258,
"order_id": 6933,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329470146",
"order_time": "2017-06-05 13:29:47",
"member_first_order": false,
"order_id": 6933,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1259,
"order_id": 6935,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329480147",
"order_time": "2017-06-05 13:29:48",
"member_first_order": false,
"order_id": 6935,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:35:00",
"refund_status": 3,
"refund_id": 1260,
"order_id": 6937,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981329490148",
"order_time": "2017-06-05 13:29:49",
"member_first_order": false,
"order_id": 6937,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:35:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:29:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:35:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1261,
"order_id": 6939,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338520149",
"order_time": "2017-06-05 13:38:52",
"member_first_order": false,
"order_id": 6939,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1262,
"order_id": 6941,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338530150",
"order_time": "2017-06-05 13:38:53",
"member_first_order": false,
"order_id": 6941,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1263,
"order_id": 6943,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338540151",
"order_time": "2017-06-05 13:38:54",
"member_first_order": false,
"order_id": 6943,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1264,
"order_id": 6945,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338550152",
"order_time": "2017-06-05 13:38:55",
"member_first_order": false,
"order_id": 6945,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:45:00",
"refund_status": 3,
"refund_id": 1265,
"order_id": 6947,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981338560153",
"order_time": "2017-06-05 13:38:56",
"member_first_order": false,
"order_id": 6947,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:45:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "test_name",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:38:56",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:45:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1266,
"order_id": 6952,
"refund_notify": [],
"refund_amount": "35.99",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344510157",
"order_time": "2017-06-05 13:44:51",
"member_first_order": false,
"order_id": 6952,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "35.99",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "35.99",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "35.99",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "35.99"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "2.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1267,
"order_id": 6954,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344520158",
"order_time": "2017-06-05 13:44:52",
"member_first_order": false,
"order_id": 6954,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:53",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1268,
"order_id": 6956,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344530159",
"order_time": "2017-06-05 13:44:53",
"member_first_order": false,
"order_id": 6956,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:54",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1269,
"order_id": 6958,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344540160",
"order_time": "2017-06-05 13:44:54",
"member_first_order": false,
"order_id": 6958,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:50:00",
"refund_status": 3,
"refund_id": 1270,
"order_id": 6960,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981344550161",
"order_time": "2017-06-05 13:44:55",
"member_first_order": false,
"order_id": 6960,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:50:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:44:55",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:50:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1271,
"order_id": 6962,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347480162",
"order_time": "2017-06-05 13:47:48",
"member_first_order": false,
"order_id": 6962,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1272,
"order_id": 6964,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347490163",
"order_time": "2017-06-05 13:47:49",
"member_first_order": false,
"order_id": 6964,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1273,
"order_id": 6966,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347500164",
"order_time": "2017-06-05 13:47:50",
"member_first_order": false,
"order_id": 6966,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1274,
"order_id": 6968,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347510165",
"order_time": "2017-06-05 13:47:51",
"member_first_order": false,
"order_id": 6968,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1275,
"order_id": 6970,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981347520166",
"order_time": "2017-06-05 13:47:52",
"member_first_order": false,
"order_id": 6970,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:47:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1276,
"order_id": 6972,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348440167",
"order_time": "2017-06-05 13:48:44",
"member_first_order": false,
"order_id": 6972,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:44",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1277,
"order_id": 6974,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348450168",
"order_time": "2017-06-05 13:48:45",
"member_first_order": false,
"order_id": 6974,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:45",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1278,
"order_id": 6976,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348460169",
"order_time": "2017-06-05 13:48:46",
"member_first_order": false,
"order_id": 6976,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:46",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1279,
"order_id": 6978,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348470170",
"order_time": "2017-06-05 13:48:47",
"member_first_order": false,
"order_id": 6978,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:47",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1280,
"order_id": 6980,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981348480171",
"order_time": "2017-06-05 13:48:48",
"member_first_order": false,
"order_id": 6980,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:48:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1281,
"order_id": 6982,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349480172",
"order_time": "2017-06-05 13:49:48",
"member_first_order": false,
"order_id": 6982,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:48",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1282,
"order_id": 6984,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349490173",
"order_time": "2017-06-05 13:49:49",
"member_first_order": false,
"order_id": 6984,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:49",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1283,
"order_id": 6986,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349500174",
"order_time": "2017-06-05 13:49:50",
"member_first_order": false,
"order_id": 6986,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:50",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1284,
"order_id": 6988,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349510175",
"order_time": "2017-06-05 13:49:51",
"member_first_order": false,
"order_id": 6988,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:51",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 13:55:00",
"refund_status": 3,
"refund_id": 1285,
"order_id": 6990,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981349520176",
"order_time": "2017-06-05 13:49:52",
"member_first_order": false,
"order_id": 6990,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 13:55:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:49:52",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 13:55:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1286,
"order_id": 6997,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355170181",
"order_time": "2017-06-05 13:55:17",
"member_first_order": false,
"order_id": 6997,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:17",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1287,
"order_id": 6999,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355180182",
"order_time": "2017-06-05 13:55:18",
"member_first_order": false,
"order_id": 6999,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:18",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1288,
"order_id": 7001,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355190183",
"order_time": "2017-06-05 13:55:19",
"member_first_order": false,
"order_id": 7001,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:19",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1289,
"order_id": 7003,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355200184",
"order_time": "2017-06-05 13:55:20",
"member_first_order": false,
"order_id": 7003,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:20",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-05 14:05:00",
"refund_status": 3,
"refund_id": 1290,
"order_id": 7005,
"refund_notify": [],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010981355210185",
"order_time": "2017-06-05 13:55:21",
"member_first_order": false,
"order_id": 7005,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 1,
"table_number": "5",
"is_table": 1,
"sale_type": 1
},
"order_amount": "6.00",
"store_name": "Test539",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-05 14:05:00",
"store_tel": "",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"member_sale": {
"balance_amount": "6.00",
"use_discount": 1,
"member_tel": "13514725836",
"use_balance": 1,
"use_coupon_id": 1,
"member_id": 535,
"coupon_amount": "0.00",
"use_point": 1,
"member_name": "13514725836",
"point_amount": "0.00",
"discount_amount": "0.00"
},
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 5,
"pay_type_text": "会员卡支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "6.00"
},
{
"pay_type": 4,
"pay_type_text": "微信支付",
"pay_time": "2017-06-05 13:55:21",
"pay_amount": "0.00"
}
]
},
"refund_count": "1.0",
"refund_time": "2017-06-05 14:05:00",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 下单超时未确认,系统自动取消",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:20",
"refund_status": 3,
"refund_id": 1725,
"order_id": 10056,
"refund_notify": [
{
"order_id": 10056,
"pay_type": 1,
"pay_amount": "20.00",
"id": 824,
"refund_id": 1725
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106122",
"order_time": "2017-06-17 13:33:19",
"member_first_order": false,
"order_id": 10056,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:20",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:20",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:28",
"refund_status": 3,
"refund_id": 1726,
"order_id": 10057,
"refund_notify": [
{
"order_id": 10057,
"pay_type": 1,
"pay_amount": "20.00",
"id": 825,
"refund_id": 1726
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106123",
"order_time": "2017-06-17 13:33:26",
"member_first_order": false,
"order_id": 10057,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:28",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:28",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:57",
"refund_status": 3,
"refund_id": 1727,
"order_id": 10060,
"refund_notify": [
{
"order_id": 10060,
"pay_type": 1,
"pay_amount": "20.00",
"id": 826,
"refund_id": 1727
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106126",
"order_time": "2017-06-17 13:33:56",
"member_first_order": false,
"order_id": 10060,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:57",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:57",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10060,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18753,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-17 13:34:07",
"refund_status": 3,
"refund_id": 1728,
"order_id": 10061,
"refund_notify": [
{
"order_id": 10061,
"pay_type": 1,
"pay_amount": "20.00",
"id": 827,
"refund_id": 1728
}
],
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106127",
"order_time": "2017-06-17 13:34:05",
"member_first_order": false,
"order_id": 10061,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:34:07",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:34:07",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10061,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18754,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
}
],
"key": "refund_order"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"staff_name": {
"TYPE": "str"
},
"store_id": {
"TYPE": "int"
},
"totalamount_fractional": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"sync_data": {
"TYPE": "list"
},
"eachamount_fractional": {
"type": "int"
},
"specs": {
"type": "list"
},
"staff_id": {
"TYPEIN": [
"int",
"long"
]
},
"role_id": {
"TYPE": "int"
},
"pos_receipt_setting": {
"type": "dict"
},
"store_data": {
"type": "dict"
},
"msg": {
"TYPE": "str"
},
"img_url": {
"type": "str"
},
"pos_base_parameter": {
"type": "dict"
},
"barcode": {
"type": "str"
},
"must_selected": {
"type": "int"
},
"pwd": {
"TYPE": "str"
},
"role_name": {
"type": "str"
},
"key": {
"TYPE": "str"
},
"data": {
"TYPE": "dict"
},
"weighable": {
"type": "int"
},
"category_name": {
"TYPE": "str"
},
"sync_server_time": {
"TYPEIN": [
"int",
"long"
]
},
"product_type": {
"type": "int"
},
"product_id": {
"type": "int"
},
"staff_no": {
"TYPE": "str"
},
"values": {
"type": "list"
},
"category_id": {
"TYPE": "int"
},
"spec_id": {
"type": "int"
}
}
检查key: status的返回值通过
检查key: staff_name的返回值通过
检查key: store_id的返回值通过
检查key: totalamount_fractional的返回值通过
检查key: status_code的返回值通过
检查key: sync_data的返回值通过
检查key: eachamount_fractional的返回值通过
检查key: specs的返回值通过
检查key: staff_id的返回值通过
检查key: role_id的返回值通过
检查key: pos_receipt_setting的返回值通过
检查key: store_data的返回值通过
检查key: msg的返回值通过
检查key: img_url的返回值通过
检查key: pos_base_parameter的返回值通过
检查key: barcode的返回值通过
检查key: must_selected的返回值通过
检查key: pwd的返回值通过
检查key: role_name的返回值通过
检查key: key的返回值通过
检查key: data的返回值通过
检查key: weighable的返回值通过
检查key: category_name的返回值通过
检查key: sync_server_time的返回值通过
检查key: product_type的返回值通过
检查key: product_id的返回值通过
检查key: staff_no的返回值通过
检查key: values的返回值通过
检查key: category_id的返回值通过
检查key: spec_id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_465_POS_数据同步--查询收银机配置数据--正常 |
pass
pt1.465:
测试用例开始时间: 2017-06-17 17:38:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:37:59", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.47400021553
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/pos_setting
The request method is :GET
null
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
1.5720000267
接口请求返回值:
{
"msg": "获取成功",
"status_code": 0,
"data": {
"loss_cause": "[{\"cause_id\":1,\"cause_desc\":\"过期\"},{\"cause_id\":2,\"cause_desc\":\"破坏\"},{\"cause_id\":3,\"cause_desc\":\"赠送\"},{\"cause_id\":4,\"cause_desc\":\"自用\"},{\"cause_id\":5,\"cause_desc\":\"其他\"}]",
"refund_cause": "[{\"cause_id\":1,\"cause_desc\":\"配送延误\"},{\"cause_id\":2,\"cause_desc\":\"态度恶劣\"},{\"cause_id\":3,\"cause_desc\":\"错发商品\"},{\"cause_id\":4,\"cause_desc\":\"漏发商品\"},{\"cause_id\":5,\"cause_desc\":\"客服问题\"},{\"cause_id\":6,\"cause_desc\":\"未送货\"},{\"cause_id\":7,\"cause_desc\":\"其他\"}]",
"login_step_url": "https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1293775107,6809434&fm=23&gp=0.jpg",
"staff_step_url": "https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1293775107,6809434&fm=23&gp=0.jpg",
"subsidy_store": "{\"amount\": 300, \"subsidy\": \"0.0030\"}",
"subsidy_supplier": "{\"amount\": 3000, \"subsidy\": \"0.0030\"}",
"message_notify_template": "{\"pos_member_register\":\"【大掌柜】您的会员注册验证码:{0},10分钟内有效\",\"pos_member_registered\":\"【大掌柜】欢迎您加入{0}!您已经成为{1}的尊贵会员,注册手机号:{2},初始密码:{3}\",\"pos_member_payed\":\"【大掌柜】您在{0}本次消费{1}元!抵扣会员储值{2}元,剩余余额{3}元;赠送积分{4},剩余积分{5}\",\"pos_member_refund\":\"【大掌柜】您在{0}申请退款成功!退还储值{1}元,剩余余额{2}元;回扣积分{3},剩余积分{4}\",\"pos_member_recharge\":\"【大掌柜】您在{0}本次充值{1}元,赠送{2}元,剩余余额{3}元\"}",
"login_agree_url": "https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1293775107,6809434&fm=23&gp=0.jpg",
"boss_reg_qrcode": "https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1293775107,6809434&fm=23&gp=0.jpg"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"login_step_url": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"staff_step_url": {
"TYPE": "str"
},
"login_agree_url": {
"TYPE": "str"
},
"msg": {
"TYPE": "str"
},
"boss_reg_qrcode": {
"TYPE": "str"
},
"data": {
"TYPE": "dict"
}
}
检查key: login_step_url的返回值通过
检查key: status_code的返回值通过
检查key: staff_step_url的返回值通过
检查key: login_agree_url的返回值通过
检查key: msg的返回值通过
检查key: boss_reg_qrcode的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_466_POS_查询商品--根据条码查询商家商品--异常 条码不存在 |
pass
pt1.466:
测试用例开始时间: 2017-06-17 17:38:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:38:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/barcode/00000
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.90299987793
接口请求返回值:
{
"msg": "条码查询商家商品信息异常",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"EQ": "条码查询商家商品信息异常"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_467_POS_查询商品--根据条码查询商家商品--正常 |
pass
pt1.467:
测试用例开始时间: 2017-06-17 17:38:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.486999988556
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:38:14",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.92100000381
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"06cb8197-861c-4246-95ae-8d039b2cb799","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'06cb8197-861c-4246-95ae-8d039b2cb799', 'password': '123456', u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
Boss Add the product
请求Url:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/add
请求头:
{'token': u'06cb8197-861c-4246-95ae-8d039b2cb799', 'storeNo': '10'}
请求参数:
{
"status": 0,
"category": 510,
"user_id": 10,
"name": "忍者",
"desc_url": "http://www.baidu.com/",
"brand": "test",
"barcode": "12345678909876",
"tag": [],
"shortcut": 1,
"specs": [
{
"member_price": "110",
"discount_price": "110",
"sale_price": "120",
"purchase_price": "100",
"unit": "100",
"stock": "100"
}
],
"price": "122",
"source": "面包",
"is_standard": false,
"weighable": false,
"moList": [],
"quality_period": 0,
"image": "http://www.baidu.com/",
"manufacturer": "manufacturer"
}
The return data is:
{"statusCode":0,"msg":"成功","data":{"barcode":"12345678909876","brand":"test","category":510,"category_display":"数码","id":19041,"image":"http://www.baidu.com/","is_standard":false,"manufacturer":"manufacturer","name":"忍者","specs":[{"discount_price":"110.00","member_price":"110.00","purchase_price":"100.00","sale_price":"120.00","stock":"100","unit":"100","id":19235}],"price":"122.00","quality_period":0,"source":"面包","status":0,"tag":[],"tag_display":[],"user_id":"10","weighable":false,"storeLogo":"http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png","supplierId":10,"supplierName":"HelloWorld","moList":[],"product_type":1}}
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'06cb8197-861c-4246-95ae-8d039b2cb799', 'specId1': 19235, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19041, 'password': '123456', 'categoryId': 510, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/barcode/12345678909876
The request method is :GET
null
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
0.576999902725
接口请求返回值:
{
"msg": "商品查询成功",
"status_code": 0,
"data": {
"status": 0,
"product_type": 1,
"product_id": 19041,
"barcode": "12345678909876",
"product_name": "忍者",
"weighable": 0,
"category_id": 510,
"img_url": "http://www.baidu.com/",
"specs": [
{
"from_spec": [],
"member_price": "110.00",
"discount_price": "110.00",
"sale_price": "120.00",
"spec_id": 19235,
"purchase_price": "100.00",
"unit": "100",
"stock": "100"
}
],
"category_name": "数码"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'category_name': u'\u6570\u7801', 'tel': u'15000000000', 'store_id': 10, 'barcode': '12345678909876', 'token_boss': u'06cb8197-861c-4246-95ae-8d039b2cb799', 'specId1': 19235, u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19041, 'password': '123456', 'categoryId': 510, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"product_id": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"barcode": {
"TYPE": "str"
},
"product_name": {
"TYPE": "str"
},
"purchase_price": {
"TYPE": "str"
},
"msg": {
"EQ": "商品查询成功"
},
"category_id": {
"TYPE": "int"
},
"img_url": {
"TYPE": "str"
},
"spec": {
"TYPE": "str"
},
"stock": {
"TYPE": "str"
}
}
检查key: status的返回值通过
检查key: product_id的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: product_name的返回值通过
检查key: purchase_price的返回值通过
检查key: msg的返回值通过
检查key: category_id的返回值通过
检查key: img_url的返回值通过
检查key: spec的返回值通过
检查key: stock的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_468_POS_版本检测--版本升级监测--正常 |
pass
pt1.468:
测试用例开始时间: 2017-06-17 17:38:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/backend/v1/auth/login
The request method is :POST
The request parameter is:
{
"username": "root",
"password": "root1234"
}
****************************************************************************************************
接口请求响应时延为:
0.52999997139
接口请求返回值:
{
"msg": "成功",
"data": {
"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75",
"user": {
"username": "root",
"first_name": "",
"last_name": "",
"is_active": true,
"id": 1,
"last_login": "2017-06-17 17:38:20",
"groups": [],
"email": "",
"date_joined": "2017-04-21 19:45:44"
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
期望检测的返回值:
{
"username": {
"EQ": "root"
},
"first_name": {
"TYPE": "str"
},
"last_name": {
"TYPE": "str"
},
"is_active": {
"EQ": true,
"TYPE": "bool"
},
"email": {
"TYPE": "str"
},
"last_login": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"user": {
"TYPE": "dict"
},
"groups": {
"TYPE": "list"
},
"msg": {
"EQ": "成功"
},
"date_joined": {
"RE": "[\\d]{4}-[\\d]{2}-[\\d]{2} [\\d]{2}:[\\d]{2}:[\\d]{2}"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: username的返回值通过
检查key: first_name的返回值通过
检查key: last_name的返回值通过
检查key: is_active的返回值通过
检查key: email的返回值通过
检查key: last_login的返回值通过
检查key: user的返回值通过
检查key: groups的返回值通过
检查key: msg的返回值通过
检查key: date_joined的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/login
The request method is :POST
The request parameter is:
{
"username": "15000000000",
"pos_info": {
"pos_version": "testversion",
"rom_version": "1.0",
"pos_no": "abcdefghijk",
"system_version": "1.1",
"pos_type": "testType"
},
"pwd": "123456",
"shop_no": "10"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.47100019455
接口请求返回值:
{
"msg": "登录成功",
"status_code": 0,
"data": {
"token": "10581ec8-c5df-496f-9263-3c686a8342fe",
"store_type": 1,
"shop_pos_number": "08"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"token": {
"TYPE": "str"
},
"shop_pos_number": {
"TYPE": "str"
}
}
检查key: status_code的返回值通过
检查key: token的返回值通过
检查key: shop_pos_number的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/version/update
The request method is :POST
The request parameter is:
{
"version_code": "2.0.3"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
1.19600009918
接口请求返回值:
{
"msg": "没有符合要求的版本",
"status_code": 0,
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"msg": {
"eq": "没有符合要求的版本"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/version/update
The request method is :POST
The request parameter is:
{
"version_code": "0.0.3"
}
接口请求头文件为:
{u'token': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
****************************************************************************************************
接口请求响应时延为:
2.16700005531
接口请求返回值:
{
"msg": "获取版本信息成功",
"status_code": 0,
"data": {
"version_no": "1.1.2",
"url": "https://cdn-jlsq-img.thy360.com//appidposvsdf2fapp-release1.1.2-signed-test.apk",
"start_time": "2017-06-07 15:09:00",
"version_desc": "test",
"enforce": 1,
"software": "POS_APP"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, u'token_pos': u'10581ec8-c5df-496f-9263-3c686a8342fe'}
期望检测的返回值:
{
"url": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"start_time": {
"TYPE": "str"
},
"version_no": {
"TYPE": "str"
},
"msg": {
"TYPE": "str"
},
"enforce": {
"TYPE": "int"
}
}
检查key: url的返回值通过
检查key: status_code的返回值通过
检查key: start_time的返回值通过
检查key: version_no的返回值通过
检查key: msg的返回值通过
检查key: enforce的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_469_POS_网络订单--处理网络订单接单请求(拒绝)--正常 |
fail
ft1.469:
测试用例开始时间: 2017-06-17 17:38:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:38:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"da26055b-1363-41f8-93e9-cb7372570583","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'da26055b-1363-41f8-93e9-cb7372570583', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.13899993896
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.18099999428
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1013,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1013, 'password': '123456', 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13423412789",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.60500001907
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:38:52",
"point": 0,
"sex": 0,
"member_id": 1745,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1013, u'member_id': 1745, 'password': '123456', 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1013,
"member_id": 1745
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.77399992943
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"pay_amount": "100.00",
"order_id": 10253,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"member_first_order": false,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1013,
"member_id": 1745
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10253, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1013, u'member_id': 1745, 'password': '123456', 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10253
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1,
"pay_amount": "100"
}
],
"order_no": "48112447377150430113",
"pay_amount": "100",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1013,
"gift_amount": "0",
"member_id": 1745
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.90499997139
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10253,
"pay_amount": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10253, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1013, u'member_id': 1745, 'password': '123456', 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'da26055b-1363-41f8-93e9-cb7372570583', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.69400000572
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10253, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1013, u'sale_price': u'3.00', u'barcode': u'6908946287063', u'categoryId': 557, 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18882, u'member_id': 1745, u'specId': 19076, 'password': '123456', u'purchase_price': u'2.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.83899998665
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "4c640fa3-ab65-4f23-9196-0a7064895ece",
"isStaff": false,
"lastLogin": 1497692339720,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10253, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1013, u'sale_price': u'3.00', u'barcode': u'6908946287063', u'categoryId': 557, 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583', u'user_token': u'4c640fa3-ab65-4f23-9196-0a7064895ece', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18882, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1745, u'specId': 19076, 'password': '123456', u'purchase_price': u'2.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'4c640fa3-ab65-4f23-9196-0a7064895ece'}
****************************************************************************************************
接口请求响应时延为:
1.33599996567
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10253, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1013, u'sale_price': u'3.00', u'barcode': u'6908946287063', u'categoryId': 557, 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583', u'user_token': u'4c640fa3-ab65-4f23-9196-0a7064895ece', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18882, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1745, u'specId': 19076, 'password': '123456', u'purchase_price': u'2.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'4c640fa3-ab65-4f23-9196-0a7064895ece'}
****************************************************************************************************
接口请求响应时延为:
2.07000017166
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 868
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10253, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1013, u'sale_price': u'3.00', u'barcode': u'6908946287063', u'categoryId': 557, u'addressId': 868, 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583', u'user_token': u'4c640fa3-ab65-4f23-9196-0a7064895ece', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18882, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1745, u'specId': 19076, 'password': '123456', u'purchase_price': u'2.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/18882/19076/add
The request method is :POST
null
接口请求头文件为:
{u'token': u'4c640fa3-ab65-4f23-9196-0a7064895ece'}
****************************************************************************************************
接口请求响应时延为:
3.59999990463
接口请求返回值:
"Server Internal Error 500"
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10253, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1013, u'sale_price': u'3.00', u'barcode': u'6908946287063', u'categoryId': 557, u'addressId': 868, 'token_boss': u'da26055b-1363-41f8-93e9-cb7372570583', u'user_token': u'4c640fa3-ab65-4f23-9196-0a7064895ece', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18882, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1745, u'specId': 19076, 'password': '123456', u'purchase_price': u'2.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
u'msg'
测试步骤11失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_470_POS_网络订单--处理网络订单接单请求(确认)--正常 |
fail
ft1.470:
测试用例开始时间: 2017-06-17 17:39:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:38:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7e5540f9-d6d4-40e0-80ff-c0cbf027e85b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.6930000782
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.10700011253
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1014,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1014, 'password': '123456', 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13423412789",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.67700004578
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:39:23",
"point": 0,
"sex": 0,
"member_id": 1746,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1014, u'member_id': 1746, 'password': '123456', 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1014,
"member_id": 1746
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.41599988937
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"pay_amount": "100.00",
"order_id": 10254,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"member_first_order": false,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1014,
"member_id": 1746
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10254, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1014, u'member_id': 1746, 'password': '123456', 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10254
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1,
"pay_amount": "100"
}
],
"order_no": "48112447377150430113",
"pay_amount": "100",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1014,
"gift_amount": "0",
"member_id": 1746
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.77599978447
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10254,
"pay_amount": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10254, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1014, u'member_id': 1746, 'password': '123456', 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.18099999428
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10254, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1014, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1746, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.88899993896
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "25c0b163-d86b-4eb6-b52a-5306fca882d7",
"isStaff": false,
"lastLogin": 1497692370576,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10254, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1014, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b', u'user_token': u'25c0b163-d86b-4eb6-b52a-5306fca882d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1746, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'25c0b163-d86b-4eb6-b52a-5306fca882d7'}
****************************************************************************************************
接口请求响应时延为:
0.980000019073
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10254, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1014, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b', u'user_token': u'25c0b163-d86b-4eb6-b52a-5306fca882d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1746, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'25c0b163-d86b-4eb6-b52a-5306fca882d7'}
****************************************************************************************************
接口请求响应时延为:
1.77900004387
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 869
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10254, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1014, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 869, 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b', u'user_token': u'25c0b163-d86b-4eb6-b52a-5306fca882d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1746, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/18880/19074/add
The request method is :POST
null
接口请求头文件为:
{u'token': u'25c0b163-d86b-4eb6-b52a-5306fca882d7'}
****************************************************************************************************
接口请求响应时延为:
1.87700009346
接口请求返回值:
"Server Internal Error 500"
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10254, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1014, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 869, 'token_boss': u'7e5540f9-d6d4-40e0-80ff-c0cbf027e85b', u'user_token': u'25c0b163-d86b-4eb6-b52a-5306fca882d7', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1746, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
u'msg'
测试步骤11失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_471_POS_网络订单--处理网络订单接单请求--异常 拒绝后再确认 |
fail
ft1.471:
测试用例开始时间: 2017-06-17 17:39:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:39:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"a8c4ae77-0eb0-43bf-a005-e0082a3db24b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.54999995232
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.45000004768
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1015,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1015, 'password': '123456', 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13423412789",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.24700021744
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:39:51",
"point": 0,
"sex": 0,
"member_id": 1747,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1015, u'member_id': 1747, 'password': '123456', 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1015,
"member_id": 1747
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.83400011063
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"pay_amount": "100.00",
"order_id": 10255,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"member_first_order": false,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1015,
"member_id": 1747
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10255, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1015, u'member_id': 1747, 'password': '123456', 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10255
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1,
"pay_amount": "100"
}
],
"order_no": "48112447377150430113",
"pay_amount": "100",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1015,
"gift_amount": "0",
"member_id": 1747
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.52300000191
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10255,
"pay_amount": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10255, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1015, u'member_id': 1747, 'password': '123456', 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.53800010681
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10255, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1015, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1747, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.76499986649
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "d8e91413-6147-4788-85f0-2d7f4c3ce11d",
"isStaff": false,
"lastLogin": 1497692397808,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10255, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1015, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b', u'user_token': u'd8e91413-6147-4788-85f0-2d7f4c3ce11d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1747, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'd8e91413-6147-4788-85f0-2d7f4c3ce11d'}
****************************************************************************************************
接口请求响应时延为:
1.52700018883
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10255, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1015, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b', u'user_token': u'd8e91413-6147-4788-85f0-2d7f4c3ce11d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1747, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'd8e91413-6147-4788-85f0-2d7f4c3ce11d'}
****************************************************************************************************
接口请求响应时延为:
1.65799999237
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 870
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10255, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1015, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 870, 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b', u'user_token': u'd8e91413-6147-4788-85f0-2d7f4c3ce11d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1747, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/18880/19074/add
The request method is :POST
null
接口请求头文件为:
{u'token': u'd8e91413-6147-4788-85f0-2d7f4c3ce11d'}
****************************************************************************************************
接口请求响应时延为:
1.30200004578
接口请求返回值:
"Server Internal Error 500"
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10255, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1015, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 870, 'token_boss': u'a8c4ae77-0eb0-43bf-a005-e0082a3db24b', u'user_token': u'd8e91413-6147-4788-85f0-2d7f4c3ce11d', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1747, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
u'msg'
测试步骤11失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_472_POS_网络订单--处理网络订单接单请求--异常 确认后在拒绝 |
fail
ft1.472:
测试用例开始时间: 2017-06-17 17:40:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:39:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6db19713-5b48-4369-8607-63ce1828e32c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'6db19713-5b48-4369-8607-63ce1828e32c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.48999977112
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.69099998474
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1016,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1016, 'password': '123456', 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13423412789",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.44400000572
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:40:21",
"point": 0,
"sex": 0,
"member_id": 1748,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1016, u'member_id': 1748, 'password': '123456', 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1016,
"member_id": 1748
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.4319999218
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430113",
"pay_amount": "100.00",
"order_id": 10256,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"member_first_order": false,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1016,
"member_id": 1748
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10256, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1016, u'member_id': 1748, 'password': '123456', 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10256
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1,
"pay_amount": "100"
}
],
"order_no": "48112447377150430113",
"pay_amount": "100",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1016,
"gift_amount": "0",
"member_id": 1748
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.6709997654
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10256,
"pay_amount": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10256, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1016, u'member_id': 1748, 'password': '123456', 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'6db19713-5b48-4369-8607-63ce1828e32c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.49399995804
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10256, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1016, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1748, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.40100002289
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "b67b9b79-dcea-494b-9e14-8c303f2181d9",
"isStaff": false,
"lastLogin": 1497692427493,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10256, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1016, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c', u'user_token': u'b67b9b79-dcea-494b-9e14-8c303f2181d9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1748, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'b67b9b79-dcea-494b-9e14-8c303f2181d9'}
****************************************************************************************************
接口请求响应时延为:
1.6850001812
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10256, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1016, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c', u'user_token': u'b67b9b79-dcea-494b-9e14-8c303f2181d9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1748, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'b67b9b79-dcea-494b-9e14-8c303f2181d9'}
****************************************************************************************************
接口请求响应时延为:
1.45000004768
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 871
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10256, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1016, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 871, 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c', u'user_token': u'b67b9b79-dcea-494b-9e14-8c303f2181d9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1748, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/cart/10/18880/19074/add
The request method is :POST
null
接口请求头文件为:
{u'token': u'b67b9b79-dcea-494b-9e14-8c303f2181d9'}
****************************************************************************************************
接口请求响应时延为:
1.41899991035
接口请求返回值:
"Server Internal Error 500"
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10256, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1016, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 871, 'token_boss': u'6db19713-5b48-4369-8607-63ce1828e32c', u'user_token': u'b67b9b79-dcea-494b-9e14-8c303f2181d9', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1748, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
u'msg'
测试步骤11失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_473_POS_网络订单--处理网络订单接单请求--异常 订单id不存在 |
pass
pt1.473:
测试用例开始时间: 2017-06-17 17:40:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:40:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/online/order/102111111/handle
The request method is :POST
The request parameter is:
{
"order_status": 1
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.382999897
接口请求返回值:
{
"msg": "确认接单失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"status_code": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_474_POS_网络订单--提交网络订单配送请求--正常 |
fail
ft1.474:
测试用例开始时间: 2017-06-17 17:40:42
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:40:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f53773de-cee6-4698-9473-a0f20dd8e0f5","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "0",
"rechargeAmount": "100",
"activityName": "test"
}
接口请求头文件为:
{u'token': u'f53773de-cee6-4698-9473-a0f20dd8e0f5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.45000004768
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/rule
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.69099998474
接口请求返回值:
{
"msg": "获取充值规则成功",
"status_code": 0,
"data": [
{
"recharge_amount": "100.00",
"start_time": "",
"card_id": 1017,
"end_time": "",
"activity_name": "test",
"gift_amount": "0.00"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1017, 'password': '123456', 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5'}
期望检测的返回值:
{
"data.0.recharge_amount": {
"eq": "100.00"
},
"status_code": {
"EQ": 0
},
"data.0.activity_name": {
"eq": "test"
}
}
检查key: data.0.recharge_amount的返回值通过
检查key: status_code的返回值通过
检查key: data.0.activity_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :post
The request parameter is:
{
"member_tel": "13423412789",
"sex": 0,
"member_name": "test_member"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.74099993706
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13423412789",
"reg_date": "2017-06-17 17:40:55",
"point": 0,
"sex": 0,
"member_id": 1749,
"discount": "100.0",
"member_name": "test_member",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1017, u'member_id': 1749, 'password': '123456', 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
}
}
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430190",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1017,
"member_id": 1749
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.61500000954
接口请求返回值:
{
"msg": "储值订单提交成功",
"status_code": 0,
"data": {
"member_discount_rate": "1.00",
"pay_info": [
{
"pay_type": 1
}
],
"order_no": "48112447377150430190",
"pay_amount": "100.00",
"order_id": 10257,
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 1,
"member_first_order": false,
"recharge": {
"member_tel": "13512345678",
"member_name": "test+member",
"card_id": 1017,
"member_id": 1749
}
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10257, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1017, u'member_id': 1749, 'password': '123456', 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
},
"pay_amount": {
"eq": "100.00"
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
检查key: pay_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/recharge/10257
The request method is :POST
The request parameter is:
{
"pay_type": 1,
"pay_info": [
{
"pay_type": 1,
"pay_amount": "100"
}
],
"order_no": "48112447377150430190",
"pay_amount": "100",
"cashier_name": "15000000000",
"order_amount": "100",
"cashier_id": 10,
"order_status": 2,
"recharge": {
"member_tel": "13512345678",
"member_name": "test_member",
"card_id": 1017,
"gift_amount": "0",
"member_id": 1749
}
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.51600003242
接口请求返回值:
{
"msg": "储值订单更新成功",
"status_code": 0,
"data": {
"order_id": 10257,
"pay_amount": "100"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10257, 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1017, u'member_id': 1749, 'password': '123456', 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5'}
期望检测的返回值:
{
"order_id": {
"type": "int"
},
"status_code": {
"EQ": 0
}
}
检查key: order_id的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'f53773de-cee6-4698-9473-a0f20dd8e0f5', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.47100019455
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10257, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1017, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'member_id': 1749, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', 'store_id': 10}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/user/v1/user/login
The request method is :POST
The request parameter is:
{
"phone": "13423412789",
"code": "1234"
}
****************************************************************************************************
接口请求响应时延为:
1.57999992371
接口请求返回值:
{
"msg": "登录成功",
"data": {
"username": "13423412789",
"openId": null,
"headimgurl": "www.baidu.com",
"birth": "2000-10-10",
"superuser": false,
"newuser": false,
"isSuperuser": false,
"dateJoined": 1489060230000,
"id": 100609,
"registedfrom": "appidposvsdf2f",
"token": "ac759d25-a71e-476f-81ef-db85912a0329",
"isStaff": false,
"lastLogin": 1497692461363,
"pass": "e4ed1877b9d038dc1100535c8f728f83",
"active": true,
"userKey": "6jjfmsttuhpoc3hakv9ab8qtj2c3iqsn",
"sex": 0,
"nickname": "helloWorld",
"email": "",
"isActive": true,
"staff": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10257, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1017, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5', u'user_token': u'ac759d25-a71e-476f-81ef-db85912a0329', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1749, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"username": {
"eq": "13423412789",
"type": "str"
},
"token": {
"type": "str"
},
"msg": {
"eq": "登录成功",
"type": "str"
},
"data": {
"type": "dict"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: username的返回值通过
检查key: token的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :POST
The request parameter is:
{
"userName": "test_name",
"room": 5003,
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56
}
接口请求头文件为:
{u'token': u'ac759d25-a71e-476f-81ef-db85912a0329'}
****************************************************************************************************
接口请求响应时延为:
1.1740000248
接口请求返回值:
{
"msg": "成功",
"data": null,
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10257, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1017, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5', u'user_token': u'ac759d25-a71e-476f-81ef-db85912a0329', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1749, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/address/
The request method is :GET
null
接口请求头文件为:
{u'token': u'ac759d25-a71e-476f-81ef-db85912a0329'}
****************************************************************************************************
接口请求响应时延为:
1.88399982452
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalpage": 1,
"hasNext": false,
"currPage": 1,
"total": 1,
"data": [
{
"userName": "test_name",
"room": "5003",
"district": "深圳市宝安区政府",
"longitude": 113.89,
"sex": 1,
"phone": "13423412789",
"addressDetail": "深圳市对酒当歌电子商务有限公司",
"latitude": 22.56,
"inRange": true,
"id": 872
}
]
},
"success": true,
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10257, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1017, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 872, 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5', u'user_token': u'ac759d25-a71e-476f-81ef-db85912a0329', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1749, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"id": {
"type": "int"
},
"statusCode": {
"eq": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/user/v1/cart/10/18880/19074/add
The request method is :POST
null
接口请求头文件为:
{u'token': u'ac759d25-a71e-476f-81ef-db85912a0329'}
****************************************************************************************************
接口请求响应时延为:
1.73000001907
接口请求返回值:
"Server Internal Error 500"
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10257, 'tel': u'15000000000', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'posNo': '080027400cba', u'ruleId': 1017, u'sale_price': u'6.00', u'barcode': u'6923830302608', u'categoryId': 557, u'addressId': 872, 'token_boss': u'f53773de-cee6-4698-9473-a0f20dd8e0f5', u'user_token': u'ac759d25-a71e-476f-81ef-db85912a0329', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'productId': 18880, u'user_pass': u'e4ed1877b9d038dc1100535c8f728f83', u'member_id': 1749, u'specId': 19074, 'password': '123456', u'purchase_price': u'9.00', u'userId': 100609, 'store_id': 10}
期望检测的返回值:
{
"msg": {
"type": "str"
},
"statusCode": {
"eq": 0
}
}
u'msg'
测试步骤11失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_475_POS_门店销售--取消门店订单--正常 |
pass
pt1.475:
测试用例开始时间: 2017-06-17 17:41:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:40:45", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"04bc8676-5270-48b1-aa92-bd593561c89e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'04bc8676-5270-48b1-aa92-bd593561c89e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'04bc8676-5270-48b1-aa92-bd593561c89e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.3149998188
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'04bc8676-5270-48b1-aa92-bd593561c89e', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430122",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.976000070572
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430122",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10258,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19030,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:41:21",
"order_source": 0,
"order_time": "2017-06-17 17:41:21",
"pay_amount": "6.00",
"order_id": 10258,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10258, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'04bc8676-5270-48b1-aa92-bd593561c89e', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19030, u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order/10258/cancel
The request method is :POST
The request parameter is:
{
"refund_way": 2,
"operator_id": 13895313385,
"cause_id": 4,
"cause_desc": "自用",
"operator_name": "院长",
"again_sale": 0,
"order_item_id": 19030
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.08399987221
接口请求返回值:
{
"msg": "取消门店订单成功",
"status_code": 0,
"data": {
"order_source": 0,
"status_time": "2017-06-17 17:41:22",
"refund_status": 3,
"refund_id": 1769,
"order_id": 10258,
"refund_notify": [
{
"order_id": 10258,
"pay_type": 1,
"pay_amount": "6.00",
"id": 863,
"refund_id": 1769
}
],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "48112447377150430122",
"order_time": "2017-06-17 17:41:21",
"member_first_order": false,
"order_id": 10258,
"pay_way": 1,
"order_amount": "6.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 17:41:22",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "6.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 17:41:22",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10258, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'04bc8676-5270-48b1-aa92-bd593561c89e', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19030, u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_476_POS_门店销售--取消门店订单列表--正常 |
error
ft1.476:
测试用例开始时间: 2017-06-17 17:41:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:41:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"7703c1a8-e13f-4ed5-9aac-be9da808d36b","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'7703c1a8-e13f-4ed5-9aac-be9da808d36b', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'7703c1a8-e13f-4ed5-9aac-be9da808d36b', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.76399993896
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'7703c1a8-e13f-4ed5-9aac-be9da808d36b', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430123",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.6400001049
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430123",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10259,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19031,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:41:33",
"order_source": 0,
"order_time": "2017-06-17 17:41:33",
"pay_amount": "6.00",
"order_id": 10259,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10259, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'7703c1a8-e13f-4ed5-9aac-be9da808d36b', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 78, in check_data
val = template_json(context, filename)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 67, in template_json
value = simplejson.loads(value)
File "C:\Python27\lib\site-packages\simplejson\__init__.py", line 501, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\site-packages\simplejson\decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "C:\Python27\lib\site-packages\simplejson\decoder.py", line 389, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
File "C:\Python27\lib\site-packages\simplejson\scanner.py", line 122, in scan_once
return _scan_once(string, idx)
File "C:\Python27\lib\site-packages\simplejson\scanner.py", line 93, in _scan_once
_scan_once, object_hook, object_pairs_hook, memo)
File "C:\Python27\lib\site-packages\simplejson\decoder.py", line 194, in JSONObject
value, end = scan_once(s, end)
File "C:\Python27\lib\site-packages\simplejson\scanner.py", line 93, in _scan_once
_scan_once, object_hook, object_pairs_hook, memo)
File "C:\Python27\lib\site-packages\simplejson\decoder.py", line 194, in JSONObject
value, end = scan_once(s, end)
File "C:\Python27\lib\site-packages\simplejson\scanner.py", line 93, in _scan_once
_scan_once, object_hook, object_pairs_hook, memo)
File "C:\Python27\lib\site-packages\simplejson\decoder.py", line 194, in JSONObject
value, end = scan_once(s, end)
File "C:\Python27\lib\site-packages\simplejson\scanner.py", line 118, in _scan_once
raise JSONDecodeError(errmsg, string, idx)
JSONDecodeError: Expecting value: line 13 column 23 (char 358)
|
||||
test_477_POS_门店销售--提交门店退单请求--异常 退款数量大于商品数量 |
pass
pt1.477:
测试用例开始时间: 2017-06-17 17:41:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:41:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"38a75201-488d-44ea-af3f-30884590617f","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'38a75201-488d-44ea-af3f-30884590617f', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'38a75201-488d-44ea-af3f-30884590617f', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.05900001526
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'38a75201-488d-44ea-af3f-30884590617f', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430124",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.736999988556
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430124",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10260,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19032,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:41:43",
"order_source": 0,
"order_time": "2017-06-17 17:41:43",
"pay_amount": "6.00",
"order_id": 10260,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10260, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'38a75201-488d-44ea-af3f-30884590617f', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order/10260
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.863999843597
接口请求返回值:
{
"msg": "门店订单查询成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430124",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10260,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19032,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:41:43",
"order_source": 0,
"order_time": "2017-06-17 17:41:43",
"pay_amount": "6.00",
"order_id": 10260,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10260, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'38a75201-488d-44ea-af3f-30884590617f', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19032, u'sale_price': u'6.00', u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/refund
The request method is :POST
The request parameter is:
{
"operator_id": 13895313385,
"product_id": "18880",
"order_id": "10260",
"refund_amount": "6.00",
"cause_id": 4,
"cause_desc": "自用",
"refund_count": 2,
"operator_name": "院长",
"again_sale": 0
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.83699989319
接口请求返回值:
{
"msg": "提交门店退货失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10260, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'38a75201-488d-44ea-af3f-30884590617f', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19032, u'sale_price': u'6.00', u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "提交门店退货失败",
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_478_POS_门店销售--提交门店退单请求--异常 退款金额大于订单金额 |
pass
pt1.478:
测试用例开始时间: 2017-06-17 17:41:46
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:41:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"fb3e1bc6-1305-4870-9726-5920bea3903e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'fb3e1bc6-1305-4870-9726-5920bea3903e', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'fb3e1bc6-1305-4870-9726-5920bea3903e', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.990999937057
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'fb3e1bc6-1305-4870-9726-5920bea3903e', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430124",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.54200005531
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430124",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10261,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19033,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:41:56",
"order_source": 0,
"order_time": "2017-06-17 17:41:56",
"pay_amount": "6.00",
"order_id": 10261,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10261, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'fb3e1bc6-1305-4870-9726-5920bea3903e', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order/10261
The request method is :get
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.828000068665
接口请求返回值:
{
"msg": "门店订单查询成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430124",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10261,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19033,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:41:56",
"order_source": 0,
"order_time": "2017-06-17 17:41:56",
"pay_amount": "6.00",
"order_id": 10261,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10261, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'fb3e1bc6-1305-4870-9726-5920bea3903e', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19033, u'sale_price': u'6.00', u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/refund
The request method is :POST
The request parameter is:
{
"operator_id": 13895313385,
"product_id": "18880",
"order_id": "10261",
"refund_amount": "6.00+5",
"cause_id": 4,
"cause_desc": "自用",
"refund_count": "1",
"operator_name": "院长",
"again_sale": 0
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.52099990845
接口请求返回值:
{
"msg": "提交门店退货失败",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10261, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'categoryId': 557, u'barcode': u'6923830302608', u'pid': 18880, 'token_boss': u'fb3e1bc6-1305-4870-9726-5920bea3903e', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19033, u'sale_price': u'6.00', u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"eq": "提交门店退货失败",
"TYPE": "str"
},
"status_code": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_479_POS_门店销售--提交门店退单请求--正常 |
pass
pt1.479:
测试用例开始时间: 2017-06-17 17:42:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:41:49", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"1f7c6676-b3ba-4c3b-9941-1de747f31d13","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'1f7c6676-b3ba-4c3b-9941-1de747f31d13', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'1f7c6676-b3ba-4c3b-9941-1de747f31d13', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.822000026703
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', u'category_id': 557, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', 'token_boss': u'1f7c6676-b3ba-4c3b-9941-1de747f31d13', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.759999990463
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"special_price_type": 0,
"special_price_type_tip": "销售价",
"unit": "--",
"is_weighing": 0,
"sale_cnt": "1",
"sort_number": 0,
"sale_price": "6.00",
"order_item_id": 0,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"category_name": "",
"barcode": "6923830302608",
"special_price": "6.00",
"seari_num": 0,
"discount_amount": "0.00",
"product_id": 18880,
"gift": 0,
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"item_type": 0,
"new_product": 0,
"category_id": 557,
"spec_id": 19074
}
],
"deal_amount": "0.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"special_price_type_tip": "普通价格",
"product_id": 18880,
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "6.00",
"member_reduce_amount": "6.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', u'category_id': 557, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', 'token_boss': u'1f7c6676-b3ba-4c3b-9941-1de747f31d13', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430126",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.87900018692
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430126",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10262,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19034,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:42:11",
"order_source": 0,
"order_time": "2017-06-17 17:42:11",
"pay_amount": "6.00",
"order_id": 10262,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10262, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', u'category_id': 557, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', 'token_boss': u'1f7c6676-b3ba-4c3b-9941-1de747f31d13', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19034, u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/refund
The request method is :POST
The request parameter is:
{
"refund_way": 2,
"operator_id": 13895313385,
"product_id": 18880,
"order_id": 10262,
"refund_amount": "6.00",
"cause_id": 4,
"cause_desc": "自用",
"refund_count": "1",
"operator_name": "院长",
"again_sale": 0,
"order_item_id": 19034
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.888999938965
接口请求返回值:
{
"msg": "退单请求提交成功",
"status_code": 0,
"data": {
"order_source": 0,
"status_time": "2017-06-17 17:42:12",
"refund_status": 3,
"refund_id": 1770,
"order_id": 10262,
"refund_notify": [
{
"order_id": 10262,
"pay_type": 1,
"pay_amount": "6.00",
"id": 864,
"refund_id": 1770
}
],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "48112447377150430126",
"order_time": "2017-06-17 17:42:11",
"member_first_order": false,
"order_id": 10262,
"pay_way": 1,
"order_amount": "6.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 17:42:11",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 17:42:12",
"order_item": {
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10262,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19034,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10262, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', u'category_id': 557, 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', 'token_boss': u'1f7c6676-b3ba-4c3b-9941-1de747f31d13', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19034, u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_480_POS_门店销售--查询退款门店订单列表--正常 |
pass
pt1.480:
测试用例开始时间: 2017-06-17 17:42:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:42:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"29deda8f-06a4-45fc-aeb9-a11fad7112e3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'29deda8f-06a4-45fc-aeb9-a11fad7112e3', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'29deda8f-06a4-45fc-aeb9-a11fad7112e3', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.68499994278
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'29deda8f-06a4-45fc-aeb9-a11fad7112e3', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.825999975204
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"special_price_type": 0,
"special_price_type_tip": "销售价",
"unit": "--",
"is_weighing": 0,
"sale_cnt": "1",
"sort_number": 0,
"sale_price": "6.00",
"order_item_id": 0,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"category_name": "",
"barcode": "6923830302608",
"special_price": "6.00",
"seari_num": 0,
"discount_amount": "0.00",
"product_id": 18880,
"gift": 0,
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"item_type": 0,
"new_product": 0,
"category_id": 557,
"spec_id": 19074
}
],
"deal_amount": "0.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"special_price_type_tip": "普通价格",
"product_id": 18880,
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "6.00",
"member_reduce_amount": "6.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'29deda8f-06a4-45fc-aeb9-a11fad7112e3', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430127",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
2.00200009346
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430127",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10263,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19035,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:42:24",
"order_source": 0,
"order_time": "2017-06-17 17:42:24",
"pay_amount": "6.00",
"order_id": 10263,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10263, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'29deda8f-06a4-45fc-aeb9-a11fad7112e3', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19035, u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/refund
The request method is :POST
The request parameter is:
{
"refund_way": 2,
"operator_id": 13895313385,
"product_id": 18880,
"order_id": 10263,
"refund_amount": "6.00",
"cause_id": 4,
"cause_desc": "自用",
"refund_count": "1",
"operator_name": "院长",
"again_sale": 0,
"order_item_id": 19035
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.799000024796
接口请求返回值:
{
"msg": "退单请求提交成功",
"status_code": 0,
"data": {
"order_source": 0,
"status_time": "2017-06-17 17:42:24",
"refund_status": 3,
"refund_id": 1771,
"order_id": 10263,
"refund_notify": [
{
"order_id": 10263,
"pay_type": 1,
"pay_amount": "6.00",
"id": 865,
"refund_id": 1771
}
],
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "48112447377150430127",
"order_time": "2017-06-17 17:42:24",
"member_first_order": false,
"order_id": 10263,
"pay_way": 1,
"order_amount": "6.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 17:42:24",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 17:42:24",
"order_item": {
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10263,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19035,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10263, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'29deda8f-06a4-45fc-aeb9-a11fad7112e3', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19035, u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/refund?page=1&limit=20
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.2539999485
接口请求返回值:
{
"msg": "查询门店退货请求列表成功",
"status_code": 0,
"data": {
"count": 5,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 5,
"data": [
{
"order_source": 0,
"status_time": "2017-06-17 17:42:24",
"refund_status": 3,
"refund_id": 1771,
"order_id": 10263,
"refund_amount": "6.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "48112447377150430127",
"order_time": "2017-06-17 17:42:24",
"member_first_order": false,
"order_id": 10263,
"pay_way": 1,
"order_amount": "6.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 17:42:24",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 17:42:24",
"order_item": {
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10263,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19035,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-17 13:34:07",
"refund_status": 3,
"refund_id": 1728,
"order_id": 10061,
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106127",
"order_time": "2017-06-17 13:34:05",
"member_first_order": false,
"order_id": 10061,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:34:07",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:34:07",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10061,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18754,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:57",
"refund_status": 3,
"refund_id": 1727,
"order_id": 10060,
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106126",
"order_time": "2017-06-17 13:33:56",
"member_first_order": false,
"order_id": 10060,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:57",
"store_tel": "15000000000",
"order_status": 1,
"delivery_status": 1,
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:57",
"order_item": {
"product_id": 15,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10060,
"spec_id": 15,
"discount_amount": "0.00",
"barcode": "1",
"special_price": "20.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 18753,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "20.00",
"category_id": 596,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "面包",
"unit": "100",
"category_name": ""
},
"refund_status_text": "退款成功",
"cause": "消费者申请退单 , 自用",
"refund_type_text": "",
"refund_type": 1
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:28",
"refund_status": 3,
"refund_id": 1726,
"order_id": 10057,
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106123",
"order_time": "2017-06-17 13:33:26",
"member_first_order": false,
"order_id": 10057,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:28",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:28",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
},
{
"order_source": 0,
"status_time": "2017-06-17 13:33:20",
"refund_status": 3,
"refund_id": 1725,
"order_id": 10056,
"refund_amount": "20.00",
"order_info": {
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106122",
"order_time": "2017-06-17 13:33:19",
"member_first_order": false,
"order_id": 10056,
"pay_way": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"status_time": "2017-06-17 13:33:20",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"pay_abnormal_status": 0
},
"refund_count": "1.0",
"refund_time": "2017-06-17 13:33:20",
"refund_status_text": "退款成功",
"cause": "消费者取消订单 , 自用",
"refund_type_text": "订单取消自动退款",
"refund_type": 2
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10263, u'saleCnt': u'1', u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'29deda8f-06a4-45fc-aeb9-a11fad7112e3', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'orderItemId': 19035, u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data.count": {
"ge": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data.count的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_481_POS_门店销售--查询门店订单详情--正常 |
pass
pt1.481:
测试用例开始时间: 2017-06-17 17:42:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:42:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"07d5a923-d323-4e7f-8f81-9c1a30443a52","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'07d5a923-d323-4e7f-8f81-9c1a30443a52', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'07d5a923-d323-4e7f-8f81-9c1a30443a52', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.22300004959
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'07d5a923-d323-4e7f-8f81-9c1a30443a52', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.786999940872
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"special_price_type": 0,
"special_price_type_tip": "销售价",
"unit": "--",
"is_weighing": 0,
"sale_cnt": "1",
"sort_number": 0,
"sale_price": "6.00",
"order_item_id": 0,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"category_name": "",
"barcode": "6923830302608",
"special_price": "6.00",
"seari_num": 0,
"discount_amount": "0.00",
"product_id": 18880,
"gift": 0,
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"item_type": 0,
"new_product": 0,
"category_id": 557,
"spec_id": 19074
}
],
"deal_amount": "0.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"special_price_type_tip": "普通价格",
"product_id": 18880,
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "6.00",
"member_reduce_amount": "6.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'07d5a923-d323-4e7f-8f81-9c1a30443a52', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430128",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.97000002861
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430128",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10264,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19036,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:42:38",
"order_source": 0,
"order_time": "2017-06-17 17:42:38",
"pay_amount": "6.00",
"order_id": 10264,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10264, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'07d5a923-d323-4e7f-8f81-9c1a30443a52', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order/10264
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.884999990463
接口请求返回值:
{
"msg": "门店订单查询成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430128",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10264,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19036,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:42:38",
"order_source": 0,
"order_time": "2017-06-17 17:42:38",
"pay_amount": "6.00",
"order_id": 10264,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10264, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'07d5a923-d323-4e7f-8f81-9c1a30443a52', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, u'orderAmount': u'6.00', 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"barcode": {
"eq": "6923830302608"
},
"data.order_amount": {
"eq": "6.00"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: barcode的返回值通过
检查key: data.order_amount的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_482_POS_门店销售--获取门店订单列表--正常 |
pass
pt1.482:
测试用例开始时间: 2017-06-17 17:42:39
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:42:29", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"998d70a0-c11b-4fb2-8c63-e64bc857c3be","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'998d70a0-c11b-4fb2-8c63-e64bc857c3be', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/commodity/list
The request method is :get
null
接口请求头文件为:
{u'token': u'998d70a0-c11b-4fb2-8c63-e64bc857c3be', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.125
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "6.00",
"discount_price": "5.50",
"id": 19074,
"sale_price": "6.00",
"purchase_price": "9.00",
"unit": "--",
"stock": "134"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18880,
"source": "深圳市龙华新区福城大三社区大三村金奥路10号(金奥科技园一栋一至",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923830302608",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "鸿福行保健食品(深圳)有限公司",
"product_type": 1,
"name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "11.00",
"discount_price": "11.00",
"id": 19075,
"sale_price": "12.00",
"purchase_price": "10.00",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18881,
"source": "",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6923450690642",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "箭牌糖果(中国)有限公司",
"product_type": 1,
"name": "6923450690642",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "",
"tag": [],
"specs": [
{
"member_price": "2.50",
"discount_price": "2.50",
"id": 19076,
"sale_price": "3.00",
"purchase_price": "2.00",
"unit": "--",
"stock": "130"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18882,
"source": "广东省广州市海珠区敦和路57号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6908946287063",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "广州百事可乐饮料有限公司",
"product_type": 1,
"name": "激浪柠檬味可乐型汽水",
"moList": [],
"supplierName": "HelloWorld"
},
{
"tag_display": [],
"image": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg",
"tag": [],
"specs": [
{
"member_price": "1.00",
"discount_price": "1.00",
"id": 19077,
"sale_price": "1.10",
"purchase_price": "0.90",
"unit": "--",
"stock": "100"
}
],
"category": 557,
"user_id": "10",
"supplierId": 10,
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"id": 18883,
"source": "广东省江门市新会区会城东侯路65号",
"category_display": "未分类",
"status": 0,
"price": "0.00",
"barcode": "6947509910000",
"is_standard": true,
"quality_period": 730,
"weighable": false,
"manufacturer": "维达商贸有限公司",
"product_type": 1,
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"moList": [],
"supplierName": "HelloWorld"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'998d70a0-c11b-4fb2-8c63-e64bc857c3be', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/synccart
The request method is :POST
The request parameter is:
{
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.705000162125
接口请求返回值:
{
"msg": "同步购物车成功",
"status_code": 0,
"data": {
"store_type": 0,
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"special_price_type": 0,
"special_price_type_tip": "销售价",
"unit": "--",
"is_weighing": 0,
"sale_cnt": "1",
"sort_number": 0,
"sale_price": "6.00",
"order_item_id": 0,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"category_name": "",
"barcode": "6923830302608",
"special_price": "6.00",
"seari_num": 0,
"discount_amount": "0.00",
"product_id": 18880,
"gift": 0,
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"item_type": 0,
"new_product": 0,
"category_id": 557,
"spec_id": 19074
}
],
"deal_amount": "0.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"special_price_type_tip": "普通价格",
"product_id": 18880,
"gift": 0,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"seari_num": 0,
"new_product": 0,
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "6.00",
"member_reduce_amount": "6.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'998d70a0-c11b-4fb2-8c63-e64bc857c3be', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order
The request method is :POST
The request parameter is:
{
"store_type": 0,
"order_no": "48112447377150430128",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"deal_amount": "6.00",
"member_discount_rate": "0.00",
"order_type": 0,
"order_amount": "6.00",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 0,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-05-26 23:30:44",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 0,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 0,
"retail_order_info": {
"salesman_name": ""
},
"total_discount_amount": "0.00",
"orderLocal": 1,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.31200003624
接口请求返回值:
{
"msg": "门店订单提交成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430128",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10265,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19037,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:42:50",
"order_source": 0,
"order_time": "2017-06-17 17:42:50",
"pay_amount": "6.00",
"order_id": 10265,
"product_amount": "6.00",
"order_status": 1,
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10265, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'998d70a0-c11b-4fb2-8c63-e64bc857c3be', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order/10265
The request method is :POST
The request parameter is:
{
"special_discount_amount": "0.00",
"store_type": 0,
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金收款",
"pay_amount": "6.00",
"cash_recv_amount": "6.00",
"cash_return_amount": "0.00",
"pay_time": "2017-06-15 05:49:59"
}
],
"order_no": "48112447377150430128",
"customer_time": "2017-05-26 23:30:44",
"cashier_id": 15000000000,
"order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已下单",
"deal_amount": "6.00",
"order_remarks": "",
"member_discount_rate": "0.00",
"order_type": 0,
"pay_amount": "6.00",
"order_amount": "6.00",
"order_id": "10265",
"current_order_item": [
{
"is_weighing": 0,
"orderNum": 0,
"product_id": "18880",
"spec_id": "19074",
"barcode": "6923830302608",
"seari_num": 0,
"special_price": "6.00",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"isManySpecs": false,
"item_type": 0,
"order_item_id": 0,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "普通价格",
"new_product": 0,
"sale_price": "6.00",
"category_id": "557",
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"purchase_price": "9.00",
"unit": "--",
"category_name": ""
}
],
"order_status": 4,
"pay_type": 0,
"order_source": 0,
"order_time": "2017-06-15 17:49:57",
"cashier_name": "test",
"fullreduced_amount": "0.00",
"product_amount": "6.00",
"delivery_status": 1,
"loose_change_amount": "0.00",
"member_first_order": false,
"pay_way": 1,
"total_discount_amount": "0.00",
"orderLocal": 1,
"showPayInfo": true,
"member_reduce_amount": "0.00"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.46600008011
接口请求返回值:
{
"msg": "门店订单更新成功",
"status_code": 0,
"data": {
"special_discount_amount": "0.00",
"store_type": 1,
"pay_abnormal_status": 0,
"order_no": "48112447377150430128",
"fullreduced_amount": "0.00",
"store_id": 10,
"cashier_id": 15000000000,
"order_item": [
{
"product_id": 18880,
"gift": 0,
"purchase_cnt": "1.0",
"order_id": 10265,
"spec_id": 19074,
"discount_amount": "0.00",
"barcode": "6923830302608",
"special_price": "6.00",
"purchase_price": "9.00",
"is_weighing": 0,
"item_type": 0,
"order_item_id": 19037,
"special_price_type": 0,
"sale_cnt": "1",
"special_price_type_tip": "销售价",
"sale_price": "6.00",
"category_id": 557,
"img_url": "http://p0.meituan.net/xianfu/e3a70fdf141280567b9bede64a81981916384.jpg",
"product_name": "500ml竹蔗茅根植物饮品(竹节瓶)",
"unit": "--",
"category_name": ""
}
],
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "6.00",
"cash_recv_amount": "6.00",
"cash_return_amount": "0.00",
"pay_time": "2017-06-17 17:42:51"
}
],
"member_discount_rate": "1.00",
"cashier_name": "test",
"order_points": 0,
"order_amount": "6.00",
"store_name": "HelloWorld",
"status_time": "2017-06-17 17:42:50",
"order_remarks": "",
"order_source": 0,
"order_time": "2017-06-17 17:42:50",
"pay_amount": "6.00",
"order_id": 10265,
"product_amount": "6.00",
"order_status": 4,
"delivery_status": 6,
"loose_change_amount": "0.00",
"member_first_order": false,
"customer_time": "2017-05-26 23:30:44",
"pay_way": 1,
"total_discount_amount": "0.00",
"store_tel": "15000000000",
"member_reduce_amount": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10265, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'998d70a0-c11b-4fb2-8c63-e64bc857c3be', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order?page=1&limit=20
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.804999828339
接口请求返回值:
{
"msg": "门店商品订单列表获取成功",
"status_code": 0,
"data": {
"count": 4,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 4,
"data": [
{
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "48112447377150430128",
"order_time": "2017-06-17 17:42:50",
"member_first_order": false,
"order_id": 10265,
"pay_way": 1,
"order_amount": "6.00",
"store_name": "HelloWorld",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-17 17:42:51",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "6.00",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "6.00",
"cash_recv_amount": "6.00",
"cash_return_amount": "0.00",
"pay_time": "2017-06-17 17:42:51"
}
]
},
{
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106123",
"order_time": "2017-06-17 13:33:26",
"member_first_order": false,
"order_id": 10057,
"pay_way": 1,
"total_refund_cnt": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-17 13:33:28",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"total_refund_amount": "20.00"
},
{
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106122",
"order_time": "2017-06-17 13:33:19",
"member_first_order": false,
"order_id": 10056,
"pay_way": 1,
"total_refund_cnt": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-17 13:33:20",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"total_refund_amount": "20.00"
},
{
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010031497520192",
"order_time": "2017-06-15 17:49:57",
"member_first_order": false,
"order_id": 9484,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "3",
"is_table": 0,
"sale_type": 1
},
"order_amount": "36.00",
"store_name": "HelloWorld",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-15 17:50:05",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "36.00",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "36.00",
"cash_recv_amount": "36.00",
"cash_return_amount": "0.00",
"pay_time": "2017-06-15 17:50:05"
}
]
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10265, u'category_name': u'\u672a\u5206\u7c7b', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'barcode': u'6923830302608', u'categoryId': 557, 'token_boss': u'998d70a0-c11b-4fb2-8c63-e64bc857c3be', u'purchase_price': u'9.00', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', u'sale_price': u'6.00', u'pid1': 18880, u'specId': 19074, 'password': '123456', u'product_name': u'500ml\u7af9\u8517\u8305\u6839\u690d\u7269\u996e\u54c1(\u7af9\u8282\u74f6\uff09', u'unit': u'--', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"msg": {
"TYPE": "str"
},
"status_code": {
"EQ": 0
},
"data": {
"TYPE": "dict"
},
"data.count": {
"ge": 1
}
}
检查key: msg的返回值通过
检查key: status_code的返回值通过
检查key: data的返回值通过
检查key: data.count的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_483_POS_门店销售--获取门店订单列表--正常-无数据 |
pass
pt1.483:
测试用例开始时间: 2017-06-17 17:42:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:42:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/pos/v1/order?limit=20&page=1&filter=
The request method is :GET
null
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
0.907999992371
接口请求返回值:
{
"msg": "门店商品订单列表获取成功",
"status_code": 0,
"data": {
"count": 3,
"has_next": false,
"curr_page": 1,
"total_page": 1,
"total": 3,
"data": [
{
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106123",
"order_time": "2017-06-17 13:33:26",
"member_first_order": false,
"order_id": 10057,
"pay_way": 1,
"total_refund_cnt": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-17 13:33:28",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"total_refund_amount": "20.00"
},
{
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "25061493864583106122",
"order_time": "2017-06-17 13:33:19",
"member_first_order": false,
"order_id": 10056,
"pay_way": 1,
"total_refund_cnt": 1,
"order_amount": "20.00",
"store_name": "HelloWorld",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-17 13:33:20",
"store_tel": "15000000000",
"order_status": 5,
"delivery_status": 7,
"order_source_text": "门店",
"order_status_text": "已取消",
"deal_amount": "20.00",
"total_refund_amount": "20.00"
},
{
"member_discount_rate": "1.00",
"order_source": 0,
"order_no": "00000010031497520192",
"order_time": "2017-06-15 17:49:57",
"member_first_order": false,
"order_id": 9484,
"pay_way": 1,
"catering_order_info": {
"is_scan_order": 0,
"table_number": "3",
"is_table": 0,
"sale_type": 1
},
"order_amount": "36.00",
"store_name": "HelloWorld",
"store_type": 1,
"pay_abnormal_status": 0,
"status_time": "2017-06-15 17:50:05",
"store_tel": "15000000000",
"order_status": 4,
"delivery_status": 6,
"order_source_text": "门店",
"order_status_text": "已完成",
"deal_amount": "36.00",
"pay_info": [
{
"pay_type": 1,
"pay_type_text": "现金支付",
"pay_amount": "36.00",
"cash_recv_amount": "36.00",
"cash_return_amount": "0.00",
"pay_time": "2017-06-15 17:50:05"
}
]
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"status_code": {
"EQ": 0
},
"data.data": {
"ge": 0,
"TYPE": "list"
},
"data.count": {
"TYPE": "int"
}
}
检查key: status_code的返回值通过
检查key: data.data的返回值通过
检查key: data.count的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_484_Supplier_供应商列表--正常 |
pass
pt1.484:
测试用例开始时间: 2017-06-17 17:42:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:42:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:04", "user_id": 101091, "local_token": "a4ec3e176fd49c332405b82999279ad98e8cee75", "employeerole": 5, "token": "add22d60-afa8-44a9-9023-e49afff47b22", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'a4ec3e176fd49c332405b82999279ad98e8cee75', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/?
The request method is :GET
The request parameter is:
{
"search": "",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:a4ec3e176fd49c332405b82999279ad98e8cee75'}
****************************************************************************************************
接口请求响应时延为:
0.830000162125
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 11,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/?limit=10&page=2&search=",
"currPage": 1,
"total": 102,
"data": [
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 579
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 580
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 581
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 582
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 587
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 588
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 589
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 593
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 594
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 595
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'a4ec3e176fd49c332405b82999279ad98e8cee75', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:a4ec3e176fd49c332405b82999279ad98e8cee75'}
****************************************************************************************************
接口请求响应时延为:
1.39099979401
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2389
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2389, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'a4ec3e176fd49c332405b82999279ad98e8cee75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/?
The request method is :GET
The request parameter is:
{
"search": "",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:a4ec3e176fd49c332405b82999279ad98e8cee75'}
****************************************************************************************************
接口请求响应时延为:
1.37400007248
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 11,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/?limit=10&page=2&search=",
"currPage": 1,
"total": 103,
"data": [
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 579
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 580
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 581
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 582
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 587
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 588
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 589
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 593
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 594
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 595
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2389, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'a4ec3e176fd49c332405b82999279ad98e8cee75'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: id的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_485_Supplier_供应商列表-不分页--正常 |
pass
pt1.485:
测试用例开始时间: 2017-06-17 17:43:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:01", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:14", "user_id": 101091, "local_token": "af22a7e564c08c337870cc509805309a99dd0777", "employeerole": 5, "token": "b1344c91-1cfa-4c39-98b8-b76a28cc70a5", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'af22a7e564c08c337870cc509805309a99dd0777', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/unpage/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:af22a7e564c08c337870cc509805309a99dd0777'}
****************************************************************************************************
接口请求响应时延为:
1.61400008202
接口请求返回值:
{
"msg": "成功",
"data": [
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 579
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 580
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 581
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 582
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 587
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 588
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 589
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 593
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 594
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 595
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 602
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 617
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 631
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 643
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 723
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 724
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 729
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 731
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 792
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 793
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 798
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 800
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 842
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 843
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 844
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 850
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 908
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 909
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 910
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 916
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1036
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1037
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1038
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1045
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1102
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1103
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1104
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1110
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1170
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1171
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1172
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1179
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1273
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1274
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1275
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1282
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1372
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1373
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1378
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1380
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1464
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1465
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1466
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1473
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1559
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1560
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1561
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1568
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1639
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1640
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1641
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1648
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1709
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1710
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1711
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1718
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1788
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1789
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1790
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1796
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1859
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1860
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1861
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1867
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1929
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1930
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1931
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1937
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1999
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2000
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2001
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2007
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2069
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2070
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2071
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2077
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2139
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2140
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2141
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2147
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2205
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2206
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2207
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2213
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2276
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2277
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2278
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2284
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2297
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2298
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2299
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2305
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2389
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'af22a7e564c08c337870cc509805309a99dd0777', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_486_Supplier_供应商详情--异常 id不存在 |
pass
pt1.486:
测试用例开始时间: 2017-06-17 17:43:14
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:20", "user_id": 101091, "local_token": "3afef43a31c908673945b1d1c502fc1b6f279f48", "employeerole": 5, "token": "9ae91421-b286-4b6f-afa1-aeba39ca7915", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'3afef43a31c908673945b1d1c502fc1b6f279f48', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/100000/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:3afef43a31c908673945b1d1c502fc1b6f279f48'}
****************************************************************************************************
接口请求响应时延为:
0.819999933243
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'3afef43a31c908673945b1d1c502fc1b6f279f48', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_487_Supplier_供应商详情--正常 |
pass
pt1.487:
测试用例开始时间: 2017-06-17 17:43:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:18", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:27", "user_id": 101091, "local_token": "143be477df3f5497dcf20cffea99a7d2a714c48b", "employeerole": 5, "token": "f7fe5552-58db-4a3b-bf84-dde790c893fc", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'143be477df3f5497dcf20cffea99a7d2a714c48b', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:143be477df3f5497dcf20cffea99a7d2a714c48b'}
****************************************************************************************************
接口请求响应时延为:
0.714999914169
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2390
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2390, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'143be477df3f5497dcf20cffea99a7d2a714c48b'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/2390/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:143be477df3f5497dcf20cffea99a7d2a714c48b'}
****************************************************************************************************
接口请求响应时延为:
0.807999849319
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2390
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2390, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'143be477df3f5497dcf20cffea99a7d2a714c48b'}
期望检测的返回值:
{
"store_name": {
"EQ": "test_Store"
},
"contact_tel": {
"EQ": "13212345678"
},
"contact_sex": {
"EQ": 0
},
"address": {
"EQ": "Testaddress"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "testName"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: store_name的返回值通过
检查key: contact_tel的返回值通过
检查key: contact_sex的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_488_Supplier_供应商首页--会员相关--会员等级--正常 |
pass
pt1.488:
测试用例开始时间: 2017-06-17 17:43:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:24", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:35", "user_id": 101091, "local_token": "e61e5b0df3e63f87093b14aeaaa8bc456bff4e8d", "employeerole": 5, "token": "4505ec46-2974-4a05-b6f0-87ee14135e84", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'e61e5b0df3e63f87093b14aeaaa8bc456bff4e8d', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/member-grades/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:e61e5b0df3e63f87093b14aeaaa8bc456bff4e8d'}
****************************************************************************************************
接口请求响应时延为:
1.45799994469
接口请求返回值:
{
"msg": "成功",
"data": [
{
"enable": true,
"growth_value": 0,
"grade_name": "普通会员",
"discount_rate": "100.0",
"promotion_type": 0,
"id": 66
},
{
"enable": true,
"growth_value": 1000,
"grade_name": "铜卡会员",
"discount_rate": "99.5",
"promotion_type": 0,
"id": 67
},
{
"enable": true,
"growth_value": 2500,
"grade_name": "银卡会员",
"discount_rate": "99.0",
"promotion_type": 0,
"id": 68
},
{
"enable": false,
"growth_value": 5000,
"grade_name": "金卡会员",
"discount_rate": "98.5",
"promotion_type": 0,
"id": 69
},
{
"enable": false,
"growth_value": 10000,
"grade_name": "钻石会员",
"discount_rate": "98.0",
"promotion_type": 0,
"id": 70
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'e61e5b0df3e63f87093b14aeaaa8bc456bff4e8d', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"enable": {
"TYPE": "bool"
},
"growth_value": {
"TYPE": "int"
},
"promotion_type": {
"type": "int"
},
"grade_name": {
"TYPE": "str"
},
"discountRate": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: enable的返回值通过
检查key: growth_value的返回值通过
检查key: promotion_type的返回值通过
检查key: grade_name的返回值通过
检查key: discountRate的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_489_Supplier_供应商首页--会员相关--修改会员等级--正常 |
pass
pt1.489:
测试用例开始时间: 2017-06-17 17:43:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:41", "user_id": 101091, "local_token": "9eb940925a706de0756d80b70b11e16ae08a1ddf", "employeerole": 5, "token": "dbc9ce48-c8c4-4be0-9ca9-5c29578c71ca", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9eb940925a706de0756d80b70b11e16ae08a1ddf', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/member-grades/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:9eb940925a706de0756d80b70b11e16ae08a1ddf'}
****************************************************************************************************
接口请求响应时延为:
0.750999927521
接口请求返回值:
{
"msg": "成功",
"data": [
{
"enable": true,
"growth_value": 0,
"grade_name": "普通会员",
"discount_rate": "100.0",
"promotion_type": 0,
"id": 66
},
{
"enable": true,
"growth_value": 1000,
"grade_name": "铜卡会员",
"discount_rate": "99.5",
"promotion_type": 0,
"id": 67
},
{
"enable": true,
"growth_value": 2500,
"grade_name": "银卡会员",
"discount_rate": "99.0",
"promotion_type": 0,
"id": 68
},
{
"enable": false,
"growth_value": 5000,
"grade_name": "金卡会员",
"discount_rate": "98.5",
"promotion_type": 0,
"id": 69
},
{
"enable": false,
"growth_value": 10000,
"grade_name": "钻石会员",
"discount_rate": "98.0",
"promotion_type": 0,
"id": 70
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'9eb940925a706de0756d80b70b11e16ae08a1ddf', u'id': 66}
期望检测的返回值:
{
"enable": {
"TYPE": "bool"
},
"growth_value": {
"TYPE": "int"
},
"promotion_type": {
"type": "int"
},
"grade_name": {
"TYPE": "str"
},
"discountRate": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: enable的返回值通过
检查key: growth_value的返回值通过
检查key: promotion_type的返回值通过
检查key: grade_name的返回值通过
检查key: discountRate的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/member-grades/
The request method is :post
The request parameter is:
{
"member_grades": [
{
"enable": true,
"growth_value": 0,
"grade_name": "普通会员",
"discount_rate": "100.0",
"promotion_type": 0,
"id": "66"
}
]
}
接口请求头文件为:
{u'token': u'token:9eb940925a706de0756d80b70b11e16ae08a1ddf'}
****************************************************************************************************
接口请求响应时延为:
1.51800012589
接口请求返回值:
{
"msg": "成功",
"data": [
{
"enable": true,
"growth_value": 0,
"grade_name": "普通会员",
"discount_rate": "100.0",
"promotion_type": 0,
"id": 66
},
{
"enable": true,
"growth_value": 1000,
"grade_name": "铜卡会员",
"discount_rate": "99.5",
"promotion_type": 0,
"id": 67
},
{
"enable": true,
"growth_value": 2500,
"grade_name": "银卡会员",
"discount_rate": "99.0",
"promotion_type": 0,
"id": 68
},
{
"enable": false,
"growth_value": 5000,
"grade_name": "金卡会员",
"discount_rate": "98.5",
"promotion_type": 0,
"id": 69
},
{
"enable": false,
"growth_value": 10000,
"grade_name": "钻石会员",
"discount_rate": "98.0",
"promotion_type": 0,
"id": 70
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'9eb940925a706de0756d80b70b11e16ae08a1ddf', u'id': 66}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_490_Supplier_供应商首页--会员相关--修改积分规则--正常 |
pass
pt1.490:
测试用例开始时间: 2017-06-17 17:43:42
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:37", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:48", "user_id": 101091, "local_token": "62f20bd74e9c95dfb908b770f99392a6869e9542", "employeerole": 5, "token": "2804f8f3-8cb7-4b92-8c40-765e14dbc478", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'62f20bd74e9c95dfb908b770f99392a6869e9542', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/points-rule/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:62f20bd74e9c95dfb908b770f99392a6869e9542'}
****************************************************************************************************
接口请求响应时延为:
0.927000045776
接口请求返回值:
{
"msg": "成功",
"data": {
"consume_point": 1,
"comment_point": 1
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'consume_point': 1, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'62f20bd74e9c95dfb908b770f99392a6869e9542', u'comment_point': 1}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"consume_point": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"comment_point": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: consume_point的返回值通过
检查key: data的返回值通过
检查key: comment_point的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/points-rule/
The request method is :post
The request parameter is:
{
"consume_point": 1,
"comment_point": 1
}
接口请求头文件为:
{u'token': u'token:62f20bd74e9c95dfb908b770f99392a6869e9542'}
****************************************************************************************************
接口请求响应时延为:
2.21800017357
接口请求返回值:
{
"msg": "成功",
"data": {
"consume_point": 1,
"comment_point": 1
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'consume_point': 1, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'62f20bd74e9c95dfb908b770f99392a6869e9542', u'comment_point': 1}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"consume_point": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"comment_point": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: consume_point的返回值通过
检查key: data的返回值通过
检查key: comment_point的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_491_Supplier_供应商首页--会员相关--可选提升等级列表--正常 |
pass
pt1.491:
测试用例开始时间: 2017-06-17 17:43:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:45", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:43:54", "user_id": 101091, "local_token": "41e377bc450341de0d73704d9c8706f959d27c47", "employeerole": 5, "token": "ee28aa7e-7609-4061-b83b-45435b0d99a1", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'41e377bc450341de0d73704d9c8706f959d27c47', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/member-grades/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:41e377bc450341de0d73704d9c8706f959d27c47'}
****************************************************************************************************
接口请求响应时延为:
0.867999792099
接口请求返回值:
{
"msg": "成功",
"data": [
{
"enable": true,
"growth_value": 0,
"grade_name": "普通会员",
"discount_rate": "100.0",
"promotion_type": 0,
"id": 66
},
{
"enable": true,
"growth_value": 1000,
"grade_name": "铜卡会员",
"discount_rate": "99.5",
"promotion_type": 0,
"id": 67
},
{
"enable": true,
"growth_value": 2500,
"grade_name": "银卡会员",
"discount_rate": "99.0",
"promotion_type": 0,
"id": 68
},
{
"enable": false,
"growth_value": 5000,
"grade_name": "金卡会员",
"discount_rate": "98.5",
"promotion_type": 0,
"id": 69
},
{
"enable": false,
"growth_value": 10000,
"grade_name": "钻石会员",
"discount_rate": "98.0",
"promotion_type": 0,
"id": 70
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'41e377bc450341de0d73704d9c8706f959d27c47', u'id': 67}
期望检测的返回值:
{
"enable": {
"TYPE": "bool"
},
"growth_value": {
"TYPE": "int"
},
"promotion_type": {
"type": "int"
},
"grade_name": {
"TYPE": "str"
},
"discountRate": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"TYPE": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: enable的返回值通过
检查key: growth_value的返回值通过
检查key: promotion_type的返回值通过
检查key: grade_name的返回值通过
检查key: discountRate的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/member-grades/67/higher/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:41e377bc450341de0d73704d9c8706f959d27c47'}
****************************************************************************************************
接口请求响应时延为:
1.98900008202
接口请求返回值:
{
"msg": "成功",
"data": [
{
"enable": true,
"growth_value": 1000,
"grade_name": "铜卡会员",
"discount_rate": "99.5",
"promotion_type": 0,
"id": 67
},
{
"enable": true,
"growth_value": 2500,
"grade_name": "银卡会员",
"discount_rate": "99.0",
"promotion_type": 0,
"id": 68
},
{
"enable": false,
"growth_value": 5000,
"grade_name": "金卡会员",
"discount_rate": "98.5",
"promotion_type": 0,
"id": 69
},
{
"enable": false,
"growth_value": 10000,
"grade_name": "钻石会员",
"discount_rate": "98.0",
"promotion_type": 0,
"id": 70
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'41e377bc450341de0d73704d9c8706f959d27c47', u'id': 67}
期望检测的返回值:
{
"enable": {
"TYPE": "bool"
},
"growth_value": {
"TYPE": "int"
},
"promotion_type": {
"type": "int"
},
"grade_name": {
"TYPE": "str"
},
"discountRate": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"ll": 4,
"TYPE": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: enable的返回值通过
检查key: growth_value的返回值通过
检查key: promotion_type的返回值通过
检查key: grade_name的返回值通过
检查key: discountRate的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_492_Supplier_供应商首页--会员相关--积分规则--正常 |
pass
pt1.492:
测试用例开始时间: 2017-06-17 17:43:56
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:02", "user_id": 101091, "local_token": "8a48d3919dd2b2812c2f508a3e715ee42ccfcc39", "employeerole": 5, "token": "1bf41026-008b-46ba-bb60-bab79af5525b", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'8a48d3919dd2b2812c2f508a3e715ee42ccfcc39', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/points-rule/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:8a48d3919dd2b2812c2f508a3e715ee42ccfcc39'}
****************************************************************************************************
接口请求响应时延为:
2.22699999809
接口请求返回值:
{
"msg": "成功",
"data": {
"consume_point": 1,
"comment_point": 1
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'8a48d3919dd2b2812c2f508a3e715ee42ccfcc39', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"consume_point": {
"TYPE": "int"
},
"data": {
"TYPE": "dict"
},
"comment_point": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: consume_point的返回值通过
检查key: data的返回值通过
检查key: comment_point的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_493_Supplier_修改供应商--异常 id不存在 |
pass
pt1.493:
测试用例开始时间: 2017-06-17 17:44:02
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:43:59", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:09", "user_id": 101091, "local_token": "49247077d756febfeee02aaf9947afe8b5bc4c9d", "employeerole": 5, "token": "82a6db00-f1b9-45ba-9223-926ff899d072", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'49247077d756febfeee02aaf9947afe8b5bc4c9d', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/10000/
The request method is :PUT
The request parameter is:
{
"store_name": "test_Store77",
"contact_tel": "13212345369",
"contact_name": "testName77",
"contact_sex": 0,
"address": "Testadd"
}
接口请求头文件为:
{u'token': u'token:49247077d756febfeee02aaf9947afe8b5bc4c9d', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
2.18899989128
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'49247077d756febfeee02aaf9947afe8b5bc4c9d', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_494_Supplier_修改供应商--正常 |
pass
pt1.494:
测试用例开始时间: 2017-06-17 17:44:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:15", "user_id": 101091, "local_token": "7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677", "employeerole": 5, "token": "048beed5-d7c3-4a03-9961-c88fc7c45358", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677'}
****************************************************************************************************
接口请求响应时延为:
0.791000127792
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2391
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2391, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/?
The request method is :GET
The request parameter is:
{
"search": "",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
2.03899979591
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 11,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/?limit=10&page=2&search=",
"currPage": 1,
"total": 105,
"data": [
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 579
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 580
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 581
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 582
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 587
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 588
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 589
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 593
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 594
},
{
"store_name": null,
"contact_tel": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 595
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2391, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: id的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/2391/
The request method is :PUT
The request parameter is:
{
"store_name": "test_Store77",
"contact_tel": "13212345369",
"contact_name": "testName77",
"contact_sex": 0,
"address": "Testadd"
}
接口请求头文件为:
{u'token': u'token:7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
0.861000061035
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "test_Store77",
"contact_tel": "13212345369",
"contact_sex": 0,
"address": "Testadd",
"contact_name": "testName77",
"id": 2391
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2391, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'7c9f32052b99a6c7b2d6a9f9e6a94dbe3c490677'}
期望检测的返回值:
{
"store_name": {
"EQ": "test_Store77"
},
"contact_tel": {
"EQ": "13212345369"
},
"contact_sex": {
"EQ": 0
},
"address": {
"EQ": "Testadd"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "testName77"
},
"statusCode": {
"EQ": 0
}
}
检查key: store_name的返回值通过
检查key: contact_tel的返回值通过
检查key: contact_sex的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_495_Supplier_修改客户--正常 |
pass
pt1.495:
测试用例开始时间: 2017-06-17 17:44:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:23", "user_id": 101091, "local_token": "d0d7894eff80e925c3dcfbfbb8905000a37711c9", "employeerole": 5, "token": "c6d7b8c1-f274-4fad-b6e9-75a8892d5fd5", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd0d7894eff80e925c3dcfbfbb8905000a37711c9', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:d0d7894eff80e925c3dcfbfbb8905000a37711c9'}
****************************************************************************************************
接口请求响应时延为:
1.96700000763
接口请求返回值:
{
"msg": "成功",
"data": {
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2392,
"contact_tel": "13212345678"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2392, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'd0d7894eff80e925c3dcfbfbb8905000a37711c9'}
期望检测的返回值:
{
"platform_store": {
"TYPE": "int"
},
"store_name": {
"EQ": "test_Store"
},
"supply": {
"TYPE": "int"
},
"contact_tel": {
"EQ": "13212345678"
},
"contact_sex": {
"EQ": 0
},
"address": {
"EQ": "Testaddress"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "testName"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: platform_store的返回值通过
检查key: store_name的返回值通过
检查key: supply的返回值通过
检查key: contact_tel的返回值通过
检查key: contact_sex的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/2392/
The request method is :PUT
The request parameter is:
{
"store_name": "test_S",
"contact_tel": "13212345632",
"contact_name": "testNa",
"contact_sex": 0,
"address": "Testaddre"
}
接口请求头文件为:
{u'token': u'token:d0d7894eff80e925c3dcfbfbb8905000a37711c9'}
****************************************************************************************************
接口请求响应时延为:
0.884999990463
接口请求返回值:
{
"msg": "成功",
"data": {
"supply": 1,
"store_name": "test_S",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddre",
"contact_name": "testNa",
"id": 2392,
"contact_tel": "13212345632"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2392, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'd0d7894eff80e925c3dcfbfbb8905000a37711c9'}
期望检测的返回值:
{
"platform_store": {
"TYPE": "int"
},
"store_name": {
"EQ": "test_S"
},
"supply": {
"TYPE": "int"
},
"contact_tel": {
"EQ": "13212345632"
},
"contact_sex": {
"EQ": 0
},
"address": {
"EQ": "Testaddre"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "testNa"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: platform_store的返回值通过
检查key: store_name的返回值通过
检查key: supply的返回值通过
检查key: contact_tel的返回值通过
检查key: contact_sex的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_496_Supplier_修改自己密码--异常 新密码为空 |
pass
pt1.496:
测试用例开始时间: 2017-06-17 17:44:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:30", "user_id": 101091, "local_token": "651cca3016c605204037c35993829d28a75abeaa", "employeerole": 5, "token": "a7aec80c-5077-4adf-b6bb-b719b7bdcada", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'651cca3016c605204037c35993829d28a75abeaa', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/employees/resetpassword/
The request method is :POST
The request parameter is:
{
"password": "",
"old_password": "123456"
}
接口请求头文件为:
{u'token': u'token:651cca3016c605204037c35993829d28a75abeaa'}
****************************************************************************************************
接口请求响应时延为:
1.2349998951
接口请求返回值:
{
"msg": "请输入新密码",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'651cca3016c605204037c35993829d28a75abeaa', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "请输入新密码"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_497_Supplier_修改自己密码--异常 旧密码不对 |
pass
pt1.497:
测试用例开始时间: 2017-06-17 17:44:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:38", "user_id": 101091, "local_token": "5deba78ff8bfcb3c7fdd7c6e7351eedd58c37803", "employeerole": 5, "token": "1f39833a-0859-4b67-bffd-2712721e5f1c", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'5deba78ff8bfcb3c7fdd7c6e7351eedd58c37803', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/employees/resetpassword/
The request method is :POST
The request parameter is:
{
"password": "123456",
"old_password": "222222"
}
接口请求头文件为:
{u'token': u'token:5deba78ff8bfcb3c7fdd7c6e7351eedd58c37803'}
****************************************************************************************************
接口请求响应时延为:
0.700999975204
接口请求返回值:
{
"msg": "旧密码错误",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'5deba78ff8bfcb3c7fdd7c6e7351eedd58c37803', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "旧密码错误"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_498_Supplier_修改自己密码--异常 旧密码不带 |
pass
pt1.498:
测试用例开始时间: 2017-06-17 17:44:37
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:35", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:44", "user_id": 101091, "local_token": "dc61d30d56b50760a5495a5e7dd353c326c5d226", "employeerole": 5, "token": "9eb1986e-9625-41f7-bcb6-3ec2d71906da", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'dc61d30d56b50760a5495a5e7dd353c326c5d226', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/employees/resetpassword/
The request method is :POST
The request parameter is:
{
"password": "12345678"
}
接口请求头文件为:
{u'token': u'token:dc61d30d56b50760a5495a5e7dd353c326c5d226'}
****************************************************************************************************
接口请求响应时延为:
0.745000123978
接口请求返回值:
{
"msg": "旧密码错误",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'dc61d30d56b50760a5495a5e7dd353c326c5d226', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_499_Supplier_修改自己密码--正常 |
pass
pt1.499:
测试用例开始时间: 2017-06-17 17:44:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:49", "user_id": 101091, "local_token": "877f9297015d04975e11c28e57104d75ab4d524a", "employeerole": 5, "token": "1627a497-aa95-4b7a-b082-48f187d652a6", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'877f9297015d04975e11c28e57104d75ab4d524a', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/employees/resetpassword/
The request method is :POST
The request parameter is:
{
"password": "654321",
"old_password": "123456"
}
接口请求头文件为:
{u'token': u'token:877f9297015d04975e11c28e57104d75ab4d524a'}
****************************************************************************************************
接口请求响应时延为:
2.29299998283
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'877f9297015d04975e11c28e57104d75ab4d524a', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "15000000000",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.881999969482
接口请求返回值:
{
"msg": "帐号不存在或密码错误",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'877f9297015d04975e11c28e57104d75ab4d524a', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "帐号不存在或密码错误"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "654321",
"tel": "15000000000",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.85800004005
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:44:54",
"user_id": 101091,
"local_token": "d4416e19e3da1e94995f406ad7f6b7279478a213",
"employeerole": 5,
"token": "71bd6ca9-cd1b-40a7-b935-92a073e98c52",
"last_login": "2017-04-25 10:26:11",
"employee_name": "杨正祥",
"image_url": null,
"login_tel": "15000000000",
"id": 31,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'877f9297015d04975e11c28e57104d75ab4d524a', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"EQ": "15000000000"
},
"store": {
"EQ": 28
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: store的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_500_Supplier_分类-标准商品分类列表--正常 |
pass
pt1.500:
测试用例开始时间: 2017-06-17 17:44:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:44:59", "user_id": 101091, "local_token": "037689ba52e3ee5b8a5d10d8f07a7fdf07c8256f", "employeerole": 5, "token": "656b0e0f-736b-459a-8f23-724822f47052", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'037689ba52e3ee5b8a5d10d8f07a7fdf07c8256f', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/categories/standard/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:037689ba52e3ee5b8a5d10d8f07a7fdf07c8256f'}
****************************************************************************************************
接口请求响应时延为:
1.86299991608
接口请求返回值:
{
"msg": "成功",
"data": [
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 441,
"name": "超值特惠"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 482,
"name": "生活服务"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 1,
"name": "进口水果/国产水果"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 495,
"name": "福荫食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 510,
"name": "数码"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 521,
"name": "家纺"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 532,
"name": "玩具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 539,
"name": "家庭用具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 116,
"name": "冲调茗茶"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 129,
"name": "奶制品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 145,
"name": "休闲零食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 176,
"name": "个人护理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 228,
"name": "家居清洁"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 247,
"name": "成人用品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 252,
"name": "方便食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 279,
"name": "流质饮料"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 306,
"name": "滋补保健"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 314,
"name": "香烟代买"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 320,
"name": "现制熟食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 327,
"name": "现制甜品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 330,
"name": "现调饮品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 339,
"name": "生活用纸"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 352,
"name": "生鲜粮油"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 367,
"name": "精品中餐"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 373,
"name": "精美料理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 378,
"name": "精选宵夜"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 384,
"name": "糖巧克力"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 395,
"name": "蛋糕面包"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 400,
"name": "酒类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 419,
"name": "饼干糕点"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 549,
"name": "烧烤撸串"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 556,
"name": "新鲜肉类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 557,
"name": "未分类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 562,
"name": "生产分拣"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 578,
"name": "化妆品"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'037689ba52e3ee5b8a5d10d8f07a7fdf07c8256f', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: is_standard的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_501_Supplier_删除供应商--异常 供应商不存在 |
pass
pt1.501:
测试用例开始时间: 2017-06-17 17:44:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:44:56", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:05", "user_id": 101091, "local_token": "0790ba82c99816484844f8c97bd696cc775e6f99", "employeerole": 5, "token": "1c5842b7-7fa9-459c-a093-83c8a0f491f7", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'0790ba82c99816484844f8c97bd696cc775e6f99', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/1000000/
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'token:0790ba82c99816484844f8c97bd696cc775e6f99', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
2.37999987602
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'0790ba82c99816484844f8c97bd696cc775e6f99', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_502_Supplier_删除供应商--异常 客户不存在 |
pass
pt1.502:
测试用例开始时间: 2017-06-17 17:45:06
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:12", "user_id": 101091, "local_token": "1c670642ae75766ccf88319c75ff7b47642b0862", "employeerole": 5, "token": "02a8ac4f-a1ea-4dcc-9aea-c1a4dfd52b17", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1c670642ae75766ccf88319c75ff7b47642b0862', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/1000000/
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'token:1c670642ae75766ccf88319c75ff7b47642b0862', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
0.839999914169
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1c670642ae75766ccf88319c75ff7b47642b0862', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_503_Supplier_删除供应商--正常 |
pass
pt1.503:
测试用例开始时间: 2017-06-17 17:45:11
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:09", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:18", "user_id": 101091, "local_token": "1e9741041b0f629d7a0d3f6e4a5e6aa5431c4308", "employeerole": 5, "token": "7aba4193-ca87-4174-8ad4-440fd9e4aa7c", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1e9741041b0f629d7a0d3f6e4a5e6aa5431c4308', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:1e9741041b0f629d7a0d3f6e4a5e6aa5431c4308'}
****************************************************************************************************
接口请求响应时延为:
0.837000131607
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2393
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2393, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'1e9741041b0f629d7a0d3f6e4a5e6aa5431c4308'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/suppliers/2393/
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'token:1e9741041b0f629d7a0d3f6e4a5e6aa5431c4308', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
0.834000110626
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2393, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'1e9741041b0f629d7a0d3f6e4a5e6aa5431c4308'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_504_Supplier_删除客户--正常 |
pass
pt1.504:
测试用例开始时间: 2017-06-17 17:45:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:15", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:25", "user_id": 101091, "local_token": "c642a7250fad595444a62fd6421c354da0327661", "employeerole": 5, "token": "bd61779f-aa99-4a63-8279-ecc5e6422e36", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'c642a7250fad595444a62fd6421c354da0327661', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:c642a7250fad595444a62fd6421c354da0327661'}
****************************************************************************************************
接口请求响应时延为:
0.730999946594
接口请求返回值:
{
"msg": "成功",
"data": {
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2394,
"contact_tel": "13212345678"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2394, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'c642a7250fad595444a62fd6421c354da0327661'}
期望检测的返回值:
{
"platform_store": {
"TYPE": "int"
},
"store_name": {
"EQ": "test_Store"
},
"supply": {
"TYPE": "int"
},
"contact_tel": {
"EQ": "13212345678"
},
"contact_sex": {
"EQ": 0
},
"address": {
"EQ": "Testaddress"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "testName"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: platform_store的返回值通过
检查key: store_name的返回值通过
检查key: supply的返回值通过
检查key: contact_tel的返回值通过
检查key: contact_sex的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/customers/2394/
The request method is :DELETE
null
接口请求头文件为:
{u'token': u'token:c642a7250fad595444a62fd6421c354da0327661', u'Content-Type': u'application/json'}
****************************************************************************************************
接口请求响应时延为:
1.14599990845
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2394, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'c642a7250fad595444a62fd6421c354da0327661'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_505_Supplier_厂商设置--人员与权限管理--员工修改--异常 ID不存在 |
pass
pt1.505:
测试用例开始时间: 2017-06-17 17:45:26
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:31", "user_id": 101091, "local_token": "fe100002efca90523832ce1171563331c7c690a3", "employeerole": 5, "token": "afe56cbc-6fe2-44b5-a6c0-1b8024fe5d94", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'fe100002efca90523832ce1171563331c7c690a3', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:fe100002efca90523832ce1171563331c7c690a3'}
****************************************************************************************************
接口请求响应时延为:
0.756999969482
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'fe100002efca90523832ce1171563331c7c690a3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:fe100002efca90523832ce1171563331c7c690a3'}
****************************************************************************************************
接口请求响应时延为:
1.72099995613
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:45:34",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2293,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2293, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'fe100002efca90523832ce1171563331c7c690a3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/1000000/
The request method is :put
The request parameter is:
{
"login_tel": "13798765777",
"employeerole": "7",
"employee_name": "TestEmployee22"
}
接口请求头文件为:
{u'token': u'token:fe100002efca90523832ce1171563331c7c690a3'}
****************************************************************************************************
接口请求响应时延为:
1.31399989128
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2293, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'fe100002efca90523832ce1171563331c7c690a3'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_506_Supplier_厂商设置--人员与权限管理--员工修改--正常 |
pass
pt1.506:
测试用例开始时间: 2017-06-17 17:45:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:28", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:41", "user_id": 101091, "local_token": "3a382e19071032a0f4deacd2ff17b63f2c2bc722", "employeerole": 5, "token": "f527793e-9dc5-4797-82ae-30baaa065224", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'3a382e19071032a0f4deacd2ff17b63f2c2bc722', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:3a382e19071032a0f4deacd2ff17b63f2c2bc722'}
****************************************************************************************************
接口请求响应时延为:
0.805999994278
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'3a382e19071032a0f4deacd2ff17b63f2c2bc722'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:3a382e19071032a0f4deacd2ff17b63f2c2bc722'}
****************************************************************************************************
接口请求响应时延为:
0.974999904633
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:45:43",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2294,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2294, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'3a382e19071032a0f4deacd2ff17b63f2c2bc722'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/2294/
The request method is :put
The request parameter is:
{
"login_tel": "13798765777",
"employeerole": "7",
"employee_name": "TestEmployee22"
}
接口请求头文件为:
{u'token': u'token:3a382e19071032a0f4deacd2ff17b63f2c2bc722'}
****************************************************************************************************
接口请求响应时延为:
2.06900000572
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:45:45",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee22",
"image_url": null,
"login_tel": "13798765777",
"id": 2294,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2294, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'3a382e19071032a0f4deacd2ff17b63f2c2bc722'}
期望检测的返回值:
{
"data.employeerole.id": {
"eq": 7
},
"data.employee_name": {
"eq": "TestEmployee22"
},
"data.store": {
"eq": 28
},
"data.login_tel": {
"eq": "13798765777"
},
"data.id": {
"eq": 2294
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: data.employeerole.id的返回值通过
检查key: data.employee_name的返回值通过
检查key: data.store的返回值通过
检查key: data.login_tel的返回值通过
检查key: data.id的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_507_Supplier_厂商设置--人员与权限管理--员工列表--正常 |
pass
pt1.507:
测试用例开始时间: 2017-06-17 17:45:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:38", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:49", "user_id": 101091, "local_token": "6dae3a69af97c9950bf99ccc297a00e3623cbd7e", "employeerole": 5, "token": "4a6aee82-3d8f-4509-a58d-e2ffd6b09c8a", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6dae3a69af97c9950bf99ccc297a00e3623cbd7e', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:6dae3a69af97c9950bf99ccc297a00e3623cbd7e'}
****************************************************************************************************
接口请求响应时延为:
1.47200012207
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'6dae3a69af97c9950bf99ccc297a00e3623cbd7e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:6dae3a69af97c9950bf99ccc297a00e3623cbd7e'}
****************************************************************************************************
接口请求响应时延为:
1.1930000782
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:45:52",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2295,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2295, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'6dae3a69af97c9950bf99ccc297a00e3623cbd7e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:6dae3a69af97c9950bf99ccc297a00e3623cbd7e'}
****************************************************************************************************
接口请求响应时延为:
0.883999824524
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 2,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 2,
"data": [
{
"update_time": "2017-06-17 17:45:52",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2295,
"store": 28
},
{
"update_time": "2017-06-17 17:45:49",
"user_id": 101091,
"employeerole": {
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
"last_login": "2017-04-25 10:26:11",
"employee_name": "杨正祥",
"image_url": null,
"login_tel": "15000000000",
"id": 31,
"store": 28
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2295, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'6dae3a69af97c9950bf99ccc297a00e3623cbd7e'}
期望检测的返回值:
{
"data.data.0.employee_name": {
"eq": "TestEmployee"
},
"data.data.0.store": {
"eq": 28
},
"data.data.0.employeerole.id": {
"eq": 7
},
"data.data.0.login_tel": {
"eq": "13798765888"
},
"data.data.0.id": {
"eq": 2295
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"data.data": {
"type": "list"
}
}
检查key: data.data.0.employee_name的返回值通过
检查key: data.data.0.store的返回值通过
检查key: data.data.0.employeerole.id的返回值通过
检查key: data.data.0.login_tel的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_508_Supplier_厂商设置--人员与权限管理--员工删除--异常 id不存在 |
pass
pt1.508:
测试用例开始时间: 2017-06-17 17:45:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:45:59", "user_id": 101091, "local_token": "73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3", "employeerole": 5, "token": "32cceb3c-551c-4ee7-b3bb-3b33dd23a32b", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3'}
****************************************************************************************************
接口请求响应时延为:
0.936000108719
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3'}
****************************************************************************************************
接口请求响应时延为:
332.048000097
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:51:32",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2296,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2296, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/1000000/
The request method is :delete
null
接口请求头文件为:
{u'token': u'token:73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3'}
****************************************************************************************************
接口请求响应时延为:
1.9960000515
接口请求返回值:
"Cannot find the page, 404"
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2296, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'73d7751b8fd2ecd64f8ce23b8cc2bcbdbe8672c3'}
期望检测的返回值:
{
"EQ": "Cannot find the page, 404"
}
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_509_Supplier_厂商设置--人员与权限管理--员工删除--正常 |
pass
pt1.509:
测试用例开始时间: 2017-06-17 17:51:32
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:45:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:51:39", "user_id": 101091, "local_token": "463e4469f447296d4b159de9649cd75ca6a80d2e", "employeerole": 5, "token": "5ed62d7a-9fd5-4f9a-9656-045b66a50241", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'463e4469f447296d4b159de9649cd75ca6a80d2e', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:463e4469f447296d4b159de9649cd75ca6a80d2e'}
****************************************************************************************************
接口请求响应时延为:
1.63199996948
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'463e4469f447296d4b159de9649cd75ca6a80d2e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:463e4469f447296d4b159de9649cd75ca6a80d2e'}
****************************************************************************************************
接口请求响应时延为:
2.10899996758
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:51:43",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2297,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2297, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'463e4469f447296d4b159de9649cd75ca6a80d2e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/2297/
The request method is :delete
null
接口请求头文件为:
{u'token': u'token:463e4469f447296d4b159de9649cd75ca6a80d2e'}
****************************************************************************************************
接口请求响应时延为:
1.22600007057
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2297, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'463e4469f447296d4b159de9649cd75ca6a80d2e'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_510_Supplier_厂商设置--人员与权限管理--新增员工--异常 不能添加店主 |
pass
pt1.510:
测试用例开始时间: 2017-06-17 17:51:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:51:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:51:50", "user_id": 101091, "local_token": "1354639d8435cc95880e4aa26dc446ebeee1bd0d", "employeerole": 5, "token": "e0d3ad8c-cb8e-42ac-a6d0-4ed12ffbc43b", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1354639d8435cc95880e4aa26dc446ebeee1bd0d', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:1354639d8435cc95880e4aa26dc446ebeee1bd0d'}
****************************************************************************************************
接口请求响应时延为:
1.1369998455
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 5, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'1354639d8435cc95880e4aa26dc446ebeee1bd0d'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "5",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:1354639d8435cc95880e4aa26dc446ebeee1bd0d'}
****************************************************************************************************
接口请求响应时延为:
2.1289999485
接口请求返回值:
{
"msg": "不能创建店主",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 5, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'1354639d8435cc95880e4aa26dc446ebeee1bd0d'}
期望检测的返回值:
{
"msg": {
"EQ": "不能创建店主"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_511_Supplier_厂商设置--人员与权限管理--新增员工--正常 导购员 不能登录 |
pass
pt1.511:
测试用例开始时间: 2017-06-17 17:51:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:51:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:51:58", "user_id": 101091, "local_token": "353c4eea73949b99bffc544049b306c72f1f0d82", "employeerole": 5, "token": "dd30ec0b-f5d7-4018-8bbb-5b4d8c4089b2", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'353c4eea73949b99bffc544049b306c72f1f0d82', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:353c4eea73949b99bffc544049b306c72f1f0d82'}
****************************************************************************************************
接口请求响应时延为:
0.786999940872
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 8, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'353c4eea73949b99bffc544049b306c72f1f0d82'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "8",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:353c4eea73949b99bffc544049b306c72f1f0d82'}
****************************************************************************************************
接口请求响应时延为:
2.04899978638
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:01",
"user_id": null,
"employeerole": {
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2298,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2298, u'roleId': 8, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'353c4eea73949b99bffc544049b306c72f1f0d82'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 8
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.895999908447
接口请求返回值:
{
"msg": "所属角色不允许登录",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2298, u'roleId': 8, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'353c4eea73949b99bffc544049b306c72f1f0d82'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_512_Supplier_厂商设置--人员与权限管理--新增员工--正常 收银员 |
pass
pt1.512:
测试用例开始时间: 2017-06-17 17:52:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:51:55", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:52:06", "user_id": 101091, "local_token": "659a2a5f8f917a84f81d1778251e8fd0a0017f85", "employeerole": 5, "token": "eda9bed8-3622-4980-b97d-a3a408d1ed99", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'659a2a5f8f917a84f81d1778251e8fd0a0017f85', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:659a2a5f8f917a84f81d1778251e8fd0a0017f85'}
****************************************************************************************************
接口请求响应时延为:
1.23600006104
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'659a2a5f8f917a84f81d1778251e8fd0a0017f85'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:659a2a5f8f917a84f81d1778251e8fd0a0017f85'}
****************************************************************************************************
接口请求响应时延为:
1.96900010109
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:09",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2299,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2299, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'659a2a5f8f917a84f81d1778251e8fd0a0017f85'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.893999814987
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:10",
"user_id": null,
"local_token": "a59b0b40f2f21deb227d05c1ff33a683582c2240",
"employeerole": 7,
"token": null,
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2299,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2299, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'659a2a5f8f917a84f81d1778251e8fd0a0017f85'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"EQ": "13798765888"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_513_Supplier_厂商设置--人员与权限管理--新增员工--正常 添加店长 |
pass
pt1.513:
测试用例开始时间: 2017-06-17 17:52:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:52:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:52:14", "user_id": 101091, "local_token": "0afa374e9010c02b8477d9255a9936acf21c396f", "employeerole": 5, "token": "6c5210d9-02b7-4636-9b1d-6887c4ec14e4", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'0afa374e9010c02b8477d9255a9936acf21c396f', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:0afa374e9010c02b8477d9255a9936acf21c396f'}
****************************************************************************************************
接口请求响应时延为:
1.74000000954
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'0afa374e9010c02b8477d9255a9936acf21c396f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "6",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:0afa374e9010c02b8477d9255a9936acf21c396f'}
****************************************************************************************************
接口请求响应时延为:
0.843000173569
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:17",
"user_id": null,
"employeerole": {
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2300,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2300, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'0afa374e9010c02b8477d9255a9936acf21c396f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 6
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.1289999485
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:19",
"user_id": null,
"local_token": "c975397f2547fd3b7545707897366a790c9e9694",
"employeerole": 6,
"token": "6f0e9266-f624-4784-9bf3-1211b666c174",
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2300,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2300, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'0afa374e9010c02b8477d9255a9936acf21c396f'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"EQ": "13798765888"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_514_Supplier_厂商设置--人员与权限管理--新增员工--正常 添加接单员-Supplier |
pass
pt1.514:
测试用例开始时间: 2017-06-17 17:52:17
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:52:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:52:24", "user_id": 101091, "local_token": "87b84a178dd3d351efceae84b003f7c13787c1cc", "employeerole": 5, "token": "7cf191cb-4fb7-47ff-b5d9-0b7490d35974", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'87b84a178dd3d351efceae84b003f7c13787c1cc', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:87b84a178dd3d351efceae84b003f7c13787c1cc'}
****************************************************************************************************
接口请求响应时延为:
1.89699983597
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'87b84a178dd3d351efceae84b003f7c13787c1cc'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:87b84a178dd3d351efceae84b003f7c13787c1cc'}
****************************************************************************************************
接口请求响应时延为:
1.16499996185
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:27",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2301,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2301, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'87b84a178dd3d351efceae84b003f7c13787c1cc'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.57399988174
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:29",
"user_id": null,
"local_token": "0f51d548d06c1a352873dc7256d1177100d6e183",
"employeerole": 7,
"token": null,
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2301,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2301, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'87b84a178dd3d351efceae84b003f7c13787c1cc'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_515_Supplier_厂商设置--人员与权限管理--获取角色权限菜单栏--正常 店主 |
pass
pt1.515:
测试用例开始时间: 2017-06-17 17:52:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:52:21", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:52:34", "user_id": 101091, "local_token": "e3e9afc41cd9b1555dcaee819b6630e0fc4f32eb", "employeerole": 5, "token": "cc90a1ed-56cc-4c3b-aa05-bda05f0ae665", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'e3e9afc41cd9b1555dcaee819b6630e0fc4f32eb', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/permission/tablelist
The request method is :get
null
接口请求头文件为:
{u'token': u'token:e3e9afc41cd9b1555dcaee819b6630e0fc4f32eb'}
****************************************************************************************************
接口请求响应时延为:
2.25800013542
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": true,
"id": 50,
"name": "供应商设置"
},
{
"status": true,
"id": 51,
"name": "订单评价管理"
},
{
"status": true,
"id": 57,
"name": "打印设置"
},
{
"status": true,
"id": 53,
"name": "操作设置"
},
{
"status": true,
"id": 54,
"name": "人员与权限管理"
},
{
"status": true,
"id": 55,
"name": "操作日志"
},
{
"status": true,
"id": 52,
"name": "基本资料维护"
},
{
"status": true,
"id": 20,
"name": "订单管理"
},
{
"status": true,
"id": 23,
"name": "历史订单"
},
{
"status": true,
"id": 21,
"name": "订单处理"
},
{
"status": true,
"id": 22,
"name": "退单"
},
{
"status": true,
"id": 60,
"name": "客户管理"
},
{
"status": true,
"id": 61,
"name": "客户列表"
},
{
"status": true,
"id": 10,
"name": "供应商首页"
},
{
"status": true,
"id": 14,
"name": "客户流失风险分析"
},
{
"status": true,
"id": 11,
"name": "销售情况分析"
},
{
"status": true,
"id": 12,
"name": "商品销售分析"
},
{
"status": true,
"id": 13,
"name": "客户销售分析"
},
{
"status": true,
"id": 30,
"name": "商品管理"
},
{
"status": true,
"id": 310,
"name": "供货价维护"
},
{
"status": true,
"id": 39,
"name": "商品周转分析"
},
{
"status": true,
"id": 31,
"name": "品类及价格维护"
},
{
"status": true,
"id": 34,
"name": "报损出库"
},
{
"status": true,
"id": 36,
"name": "出入库明细"
},
{
"status": true,
"id": 33,
"name": "采购入库"
},
{
"status": true,
"id": 38,
"name": "推荐补货"
},
{
"status": true,
"id": 37,
"name": "库存分析"
},
{
"status": true,
"id": 35,
"name": "商品盘点"
},
{
"status": true,
"id": 32,
"name": "商品拆分"
},
{
"status": true,
"id": 40,
"name": "财务管理"
},
{
"status": true,
"id": 42,
"name": "余额与提现"
},
{
"status": true,
"id": 43,
"name": "提现账户设置"
},
{
"status": true,
"id": 41,
"name": "应收管理"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'e3e9afc41cd9b1555dcaee819b6630e0fc4f32eb', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"status": {
"type": "bool"
},
"name": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_516_Supplier_厂商设置--人员与权限管理--获取角色权限菜单栏--正常 店长获取 |
pass
pt1.516:
测试用例开始时间: 2017-06-17 17:52:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:52:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:52:42", "user_id": 101091, "local_token": "389f6a5a06c4602daf8870a948c2d5e7fa3f159a", "employeerole": 5, "token": "683ba782-2d22-4fcd-be11-0bdc7a846e64", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'389f6a5a06c4602daf8870a948c2d5e7fa3f159a', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:389f6a5a06c4602daf8870a948c2d5e7fa3f159a'}
****************************************************************************************************
接口请求响应时延为:
2.43499994278
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'389f6a5a06c4602daf8870a948c2d5e7fa3f159a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "6",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:389f6a5a06c4602daf8870a948c2d5e7fa3f159a'}
****************************************************************************************************
接口请求响应时延为:
0.924000024796
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:45",
"user_id": null,
"employeerole": {
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2302,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2302, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'389f6a5a06c4602daf8870a948c2d5e7fa3f159a'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 6
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
2.02899980545
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:47",
"user_id": null,
"local_token": "27c76d96d984ff7554b1531fdac3a599e2abae86",
"employeerole": 6,
"token": "05078783-f2e4-496f-ba1b-4fc59fc5085f",
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2302,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2302, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'27c76d96d984ff7554b1531fdac3a599e2abae86'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"EQ": "13798765888"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/permission/tablelist
The request method is :get
null
接口请求头文件为:
{u'token': u'token:27c76d96d984ff7554b1531fdac3a599e2abae86'}
****************************************************************************************************
接口请求响应时延为:
1.36199998856
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": false,
"id": 50,
"name": "供应商设置"
},
{
"status": false,
"id": 51,
"name": "订单评价管理"
},
{
"status": true,
"id": 57,
"name": "打印设置"
},
{
"status": false,
"id": 53,
"name": "操作设置"
},
{
"status": false,
"id": 54,
"name": "人员与权限管理"
},
{
"status": false,
"id": 55,
"name": "操作日志"
},
{
"status": false,
"id": 52,
"name": "基本资料维护"
},
{
"status": true,
"id": 20,
"name": "订单管理"
},
{
"status": true,
"id": 23,
"name": "历史订单"
},
{
"status": true,
"id": 21,
"name": "订单处理"
},
{
"status": true,
"id": 22,
"name": "退单"
},
{
"status": true,
"id": 60,
"name": "客户管理"
},
{
"status": true,
"id": 61,
"name": "客户列表"
},
{
"status": true,
"id": 10,
"name": "供应商首页"
},
{
"status": true,
"id": 14,
"name": "客户流失风险分析"
},
{
"status": true,
"id": 11,
"name": "销售情况分析"
},
{
"status": true,
"id": 12,
"name": "商品销售分析"
},
{
"status": true,
"id": 13,
"name": "客户销售分析"
},
{
"status": true,
"id": 30,
"name": "商品管理"
},
{
"status": true,
"id": 310,
"name": "供货价维护"
},
{
"status": true,
"id": 39,
"name": "商品周转分析"
},
{
"status": true,
"id": 31,
"name": "品类及价格维护"
},
{
"status": true,
"id": 34,
"name": "报损出库"
},
{
"status": true,
"id": 36,
"name": "出入库明细"
},
{
"status": true,
"id": 33,
"name": "采购入库"
},
{
"status": true,
"id": 38,
"name": "推荐补货"
},
{
"status": true,
"id": 37,
"name": "库存分析"
},
{
"status": true,
"id": 35,
"name": "商品盘点"
},
{
"status": true,
"id": 32,
"name": "商品拆分"
},
{
"status": true,
"id": 40,
"name": "财务管理"
},
{
"status": true,
"id": 42,
"name": "余额与提现"
},
{
"status": true,
"id": 43,
"name": "提现账户设置"
},
{
"status": true,
"id": 41,
"name": "应收管理"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2302, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'27c76d96d984ff7554b1531fdac3a599e2abae86'}
期望检测的返回值:
{
"status": {
"type": "bool"
},
"name": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_517_Supplier_厂商设置--人员与权限管理--获取角色权限菜单栏--正常 收银员获取 |
pass
pt1.517:
测试用例开始时间: 2017-06-17 17:52:47
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:52:39", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:52:55", "user_id": 101091, "local_token": "44bae4f055ab00edd027994331539834c17b5348", "employeerole": 5, "token": "b3203589-808e-4994-ab85-706af1a49fbe", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'44bae4f055ab00edd027994331539834c17b5348', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:44bae4f055ab00edd027994331539834c17b5348'}
****************************************************************************************************
接口请求响应时延为:
0.75200009346
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'44bae4f055ab00edd027994331539834c17b5348'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "6",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:44bae4f055ab00edd027994331539834c17b5348'}
****************************************************************************************************
接口请求响应时延为:
1.46600008011
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:57",
"user_id": null,
"employeerole": {
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2303,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2303, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'44bae4f055ab00edd027994331539834c17b5348'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 6
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.31199979782
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:52:58",
"user_id": null,
"local_token": "154bc0040d55b7a2648ff84e7c7ac7fdc62ff6c4",
"employeerole": 6,
"token": "ff7247de-9419-4f89-8332-bd0a9268de47",
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2303,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2303, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'154bc0040d55b7a2648ff84e7c7ac7fdc62ff6c4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"EQ": "13798765888"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/permission/tablelist
The request method is :get
null
接口请求头文件为:
{u'token': u'token:154bc0040d55b7a2648ff84e7c7ac7fdc62ff6c4'}
****************************************************************************************************
接口请求响应时延为:
0.927000045776
接口请求返回值:
{
"msg": "成功",
"data": [
{
"status": false,
"id": 50,
"name": "供应商设置"
},
{
"status": false,
"id": 51,
"name": "订单评价管理"
},
{
"status": true,
"id": 57,
"name": "打印设置"
},
{
"status": false,
"id": 53,
"name": "操作设置"
},
{
"status": false,
"id": 54,
"name": "人员与权限管理"
},
{
"status": false,
"id": 55,
"name": "操作日志"
},
{
"status": false,
"id": 52,
"name": "基本资料维护"
},
{
"status": true,
"id": 20,
"name": "订单管理"
},
{
"status": true,
"id": 23,
"name": "历史订单"
},
{
"status": true,
"id": 21,
"name": "订单处理"
},
{
"status": true,
"id": 22,
"name": "退单"
},
{
"status": true,
"id": 60,
"name": "客户管理"
},
{
"status": true,
"id": 61,
"name": "客户列表"
},
{
"status": true,
"id": 10,
"name": "供应商首页"
},
{
"status": true,
"id": 14,
"name": "客户流失风险分析"
},
{
"status": true,
"id": 11,
"name": "销售情况分析"
},
{
"status": true,
"id": 12,
"name": "商品销售分析"
},
{
"status": true,
"id": 13,
"name": "客户销售分析"
},
{
"status": true,
"id": 30,
"name": "商品管理"
},
{
"status": true,
"id": 310,
"name": "供货价维护"
},
{
"status": true,
"id": 39,
"name": "商品周转分析"
},
{
"status": true,
"id": 31,
"name": "品类及价格维护"
},
{
"status": true,
"id": 34,
"name": "报损出库"
},
{
"status": true,
"id": 36,
"name": "出入库明细"
},
{
"status": true,
"id": 33,
"name": "采购入库"
},
{
"status": true,
"id": 38,
"name": "推荐补货"
},
{
"status": true,
"id": 37,
"name": "库存分析"
},
{
"status": true,
"id": 35,
"name": "商品盘点"
},
{
"status": true,
"id": 32,
"name": "商品拆分"
},
{
"status": true,
"id": 40,
"name": "财务管理"
},
{
"status": true,
"id": 42,
"name": "余额与提现"
},
{
"status": true,
"id": 43,
"name": "提现账户设置"
},
{
"status": true,
"id": 41,
"name": "应收管理"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2303, u'roleId': 6, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'154bc0040d55b7a2648ff84e7c7ac7fdc62ff6c4'}
期望检测的返回值:
{
"status": {
"type": "bool"
},
"name": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_518_Supplier_厂商设置--人员与权限管理--角色列表--正常 |
pass
pt1.518:
测试用例开始时间: 2017-06-17 17:52:57
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:52:51", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:04", "user_id": 101091, "local_token": "794be0dcb91f3b6e62b07b10d89956910ef7d46a", "employeerole": 5, "token": "514fcb4e-caa5-4248-9b57-58a844cf9940", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'794be0dcb91f3b6e62b07b10d89956910ef7d46a', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:794be0dcb91f3b6e62b07b10d89956910ef7d46a'}
****************************************************************************************************
接口请求响应时延为:
1.19900012016
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'794be0dcb91f3b6e62b07b10d89956910ef7d46a', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"employee_role": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"id": {
"type": "int"
},
"role_category": {
"type": "int"
},
"data.data": {
"type": "list"
}
}
检查key: employee_role的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: id的返回值通过
检查key: role_category的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_519_Supplier_厂商设置--人员与权限管理--重置员工密码--异常 员工id不存在 |
pass
pt1.519:
测试用例开始时间: 2017-06-17 17:53:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:01", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:09", "user_id": 101091, "local_token": "cb375320c80340be03595f919faa1ff36e7a9be9", "employeerole": 5, "token": "8a9c6da9-5906-4366-8a76-91a33bc56321", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb375320c80340be03595f919faa1ff36e7a9be9', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/employees/1000000/modifypassword/
The request method is :post
The request parameter is:
{
"password": "123456"
}
接口请求头文件为:
{u'token': u'token:cb375320c80340be03595f919faa1ff36e7a9be9'}
****************************************************************************************************
接口请求响应时延为:
2.0150001049
接口请求返回值:
{
"msg": "员工不存在,请刷新后重试",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb375320c80340be03595f919faa1ff36e7a9be9', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_520_Supplier_厂商设置--人员与权限管理--重置员工密码--正常 |
pass
pt1.520:
测试用例开始时间: 2017-06-17 17:53:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:15", "user_id": 101091, "local_token": "cb8ccdbdf13c3cbb7397183df3d061f08378a300", "employeerole": 5, "token": "a13c1cbe-56a8-4253-928d-d6ae45b93839", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb8ccdbdf13c3cbb7397183df3d061f08378a300', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/roles/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
****************************************************************************************************
接口请求响应时延为:
1.63199996948
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 4,
"data": [
{
"employee_role": "店主",
"role_category_desc": "供货商",
"id": 5,
"role_category": 1
},
{
"employee_role": "店长",
"role_category_desc": "供货商",
"id": 6,
"role_category": 1
},
{
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
{
"employee_role": "其他",
"role_category_desc": "供货商",
"id": 8,
"role_category": 1
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/employees/
The request method is :POST
The request parameter is:
{
"login_tel": "13798765888",
"password": "123456",
"employeerole": "7",
"employee_name": "TestEmployee"
}
接口请求头文件为:
{u'token': u'token:cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
****************************************************************************************************
接口请求响应时延为:
1.02399992943
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:53:18",
"user_id": null,
"employeerole": {
"employee_role": "接单员",
"role_category_desc": "供货商",
"id": 7,
"role_category": 1
},
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2304,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2304, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"eq": "13798765888"
},
"employee_name": {
"eq": "TestEmployee"
},
"data.employeerole.id": {
"eq": 7
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: employee_name的返回值通过
检查key: data.employeerole.id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/employees/2304/modifypassword/
The request method is :post
The request parameter is:
{
"password": "654321"
}
接口请求头文件为:
{u'token': u'token:cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
****************************************************************************************************
接口请求响应时延为:
1.76799988747
接口请求返回值:
{
"msg": "成功",
"data": {},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2304, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "654321",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.45599985123
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:53:21",
"user_id": null,
"local_token": "d745ff3791d72e34cd9ad5822096fee71b3ea93e",
"employeerole": 7,
"token": null,
"last_login": null,
"employee_name": "TestEmployee",
"image_url": null,
"login_tel": "13798765888",
"id": 2304,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2304, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"EQ": "13798765888"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "13798765888",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.30399990082
接口请求返回值:
{
"msg": "帐号不存在或密码错误",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'employeeId1': 2304, u'roleId': 7, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb8ccdbdf13c3cbb7397183df3d061f08378a300'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_521_Supplier_商品-商品列表--异常 分类ID不存在 |
pass
pt1.521:
测试用例开始时间: 2017-06-17 17:53:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:27", "user_id": 101091, "local_token": "1ee9fda97e48c7ec8b08173d47830e2180529dab", "employeerole": 5, "token": "f776b007-8726-4160-8627-d42012a1d89e", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1ee9fda97e48c7ec8b08173d47830e2180529dab', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/product/products/
The request method is :GET
The request parameter is:
{
"search": "",
"category_id": 100000000,
"limit": 50,
"page": 1
}
接口请求头文件为:
{u'token': u'token:1ee9fda97e48c7ec8b08173d47830e2180529dab'}
****************************************************************************************************
接口请求响应时延为:
1.53900003433
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1ee9fda97e48c7ec8b08173d47830e2180529dab', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data": {
"ll": 0
}
}
检查key: statusCode的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_522_Supplier_商品-商品列表--正常 |
pass
pt1.522:
测试用例开始时间: 2017-06-17 17:53:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:24", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:33", "user_id": 101091, "local_token": "7991b38869626da27ba62495065230b72aca6e01", "employeerole": 5, "token": "da0405b8-84fb-4e69-9ade-a037ffad9ead", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'7991b38869626da27ba62495065230b72aca6e01', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/product/categories/standard/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:7991b38869626da27ba62495065230b72aca6e01'}
****************************************************************************************************
接口请求响应时延为:
0.850999832153
接口请求返回值:
{
"msg": "成功",
"data": [
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 441,
"name": "超值特惠"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 482,
"name": "生活服务"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 1,
"name": "进口水果/国产水果"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 495,
"name": "福荫食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 510,
"name": "数码"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 521,
"name": "家纺"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 532,
"name": "玩具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 539,
"name": "家庭用具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 116,
"name": "冲调茗茶"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 129,
"name": "奶制品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 145,
"name": "休闲零食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 176,
"name": "个人护理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 228,
"name": "家居清洁"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 247,
"name": "成人用品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 252,
"name": "方便食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 279,
"name": "流质饮料"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 306,
"name": "滋补保健"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 314,
"name": "香烟代买"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 320,
"name": "现制熟食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 327,
"name": "现制甜品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 330,
"name": "现调饮品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 339,
"name": "生活用纸"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 352,
"name": "生鲜粮油"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 367,
"name": "精品中餐"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 373,
"name": "精美料理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 378,
"name": "精选宵夜"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 384,
"name": "糖巧克力"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 395,
"name": "蛋糕面包"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 400,
"name": "酒类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 419,
"name": "饼干糕点"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 549,
"name": "烧烤撸串"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 556,
"name": "新鲜肉类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 557,
"name": "未分类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 562,
"name": "生产分拣"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 578,
"name": "化妆品"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'7991b38869626da27ba62495065230b72aca6e01', u'category_id2': 556, u'category_id': 419}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: is_standard的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/product/products/
The request method is :GET
The request parameter is:
{
"search": "",
"category_id": 419,
"limit": 50,
"page": 1
}
接口请求头文件为:
{u'token': u'token:7991b38869626da27ba62495065230b72aca6e01'}
****************************************************************************************************
接口请求响应时延为:
1.77699995041
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'7991b38869626da27ba62495065230b72aca6e01', u'category_id2': 556, u'category_id': 419}
期望检测的返回值:
{
"count": {
"TYPE": "int"
},
"totalPage": {
"TYPE": "int"
},
"hasNext": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"total": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: count的返回值通过
检查key: totalPage的返回值通过
检查key: hasNext的返回值通过
检查key: msg的返回值通过
检查key: total的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/product/products/
The request method is :GET
The request parameter is:
{
"search": "",
"category_id": 556,
"limit": 50,
"page": 1
}
接口请求头文件为:
{u'token': u'token:7991b38869626da27ba62495065230b72aca6e01'}
****************************************************************************************************
接口请求响应时延为:
0.929999828339
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'7991b38869626da27ba62495065230b72aca6e01', u'category_id2': 556, u'category_id': 419}
期望检测的返回值:
{
"count": {
"TYPE": "int"
},
"totalPage": {
"TYPE": "int"
},
"hasNext": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"total": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: count的返回值通过
检查key: totalPage的返回值通过
检查key: hasNext的返回值通过
检查key: msg的返回值通过
检查key: total的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_523_Supplier_商品-商品列表--正常 search内容被部分包含(name) |
pass
pt1.523:
测试用例开始时间: 2017-06-17 17:53:35
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:41", "user_id": 101091, "local_token": "d63fa7c29c1fbd563778f8555e0f276868f3bf07", "employeerole": 5, "token": "a46a3092-ffec-4b28-9a2a-c84f6b1d5c6a", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd63fa7c29c1fbd563778f8555e0f276868f3bf07', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/categories/standard/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:d63fa7c29c1fbd563778f8555e0f276868f3bf07'}
****************************************************************************************************
接口请求响应时延为:
1.57299995422
接口请求返回值:
{
"msg": "成功",
"data": [
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 441,
"name": "超值特惠"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 482,
"name": "生活服务"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 1,
"name": "进口水果/国产水果"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 495,
"name": "福荫食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 510,
"name": "数码"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 521,
"name": "家纺"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 532,
"name": "玩具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 539,
"name": "家庭用具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 116,
"name": "冲调茗茶"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 129,
"name": "奶制品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 145,
"name": "休闲零食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 176,
"name": "个人护理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 228,
"name": "家居清洁"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 247,
"name": "成人用品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 252,
"name": "方便食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 279,
"name": "流质饮料"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 306,
"name": "滋补保健"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 314,
"name": "香烟代买"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 320,
"name": "现制熟食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 327,
"name": "现制甜品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 330,
"name": "现调饮品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 339,
"name": "生活用纸"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 352,
"name": "生鲜粮油"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 367,
"name": "精品中餐"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 373,
"name": "精美料理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 378,
"name": "精选宵夜"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 384,
"name": "糖巧克力"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 395,
"name": "蛋糕面包"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 400,
"name": "酒类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 419,
"name": "饼干糕点"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 549,
"name": "烧烤撸串"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 556,
"name": "新鲜肉类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 557,
"name": "未分类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 562,
"name": "生产分拣"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 578,
"name": "化妆品"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'd63fa7c29c1fbd563778f8555e0f276868f3bf07', u'category_id2': 556, u'category_id': 482}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: is_standard的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/product/products/
The request method is :GET
The request parameter is:
{
"search": "屈臣氏",
"category_id": 482,
"limit": 50,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d63fa7c29c1fbd563778f8555e0f276868f3bf07'}
****************************************************************************************************
接口请求响应时延为:
0.820999860764
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'd63fa7c29c1fbd563778f8555e0f276868f3bf07', u'category_id2': 556, u'category_id': 482}
期望检测的返回值:
{
"count": {
"GE": 0,
"TYPE": "int"
},
"totalPage": {
"TYPE": "int"
},
"hasNext": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"total": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: count的返回值通过
检查key: totalPage的返回值通过
检查key: hasNext的返回值通过
检查key: msg的返回值通过
检查key: total的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_524_Supplier_商品-商品列表--正常 search条件存在 |
pass
pt1.524:
测试用例开始时间: 2017-06-17 17:53:42
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:39", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:48", "user_id": 101091, "local_token": "c87a18e7e2652a8ec4d48ed9788670d400c043c0", "employeerole": 5, "token": "ea14c52a-3448-4e33-9ba9-615ebd4609b6", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'c87a18e7e2652a8ec4d48ed9788670d400c043c0', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/categories/standard/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:c87a18e7e2652a8ec4d48ed9788670d400c043c0'}
****************************************************************************************************
接口请求响应时延为:
1.06699991226
接口请求返回值:
{
"msg": "成功",
"data": [
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 441,
"name": "超值特惠"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 482,
"name": "生活服务"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 1,
"name": "进口水果/国产水果"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 495,
"name": "福荫食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 510,
"name": "数码"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 521,
"name": "家纺"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 532,
"name": "玩具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 539,
"name": "家庭用具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 116,
"name": "冲调茗茶"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 129,
"name": "奶制品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 145,
"name": "休闲零食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 176,
"name": "个人护理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 228,
"name": "家居清洁"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 247,
"name": "成人用品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 252,
"name": "方便食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 279,
"name": "流质饮料"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 306,
"name": "滋补保健"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 314,
"name": "香烟代买"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 320,
"name": "现制熟食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 327,
"name": "现制甜品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 330,
"name": "现调饮品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 339,
"name": "生活用纸"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 352,
"name": "生鲜粮油"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 367,
"name": "精品中餐"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 373,
"name": "精美料理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 378,
"name": "精选宵夜"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 384,
"name": "糖巧克力"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 395,
"name": "蛋糕面包"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 400,
"name": "酒类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 419,
"name": "饼干糕点"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 549,
"name": "烧烤撸串"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 556,
"name": "新鲜肉类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 557,
"name": "未分类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 562,
"name": "生产分拣"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 578,
"name": "化妆品"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'c87a18e7e2652a8ec4d48ed9788670d400c043c0', u'category_id2': 556, u'category_id': 482}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: is_standard的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/product/products/
The request method is :GET
The request parameter is:
{
"search": "This is test",
"category_id": 482,
"limit": 50,
"page": 1
}
接口请求头文件为:
{u'token': u'token:c87a18e7e2652a8ec4d48ed9788670d400c043c0'}
****************************************************************************************************
接口请求响应时延为:
0.846999883652
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 1,
"hasNext": false,
"next": null,
"currPage": 1,
"total": 0,
"data": [],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'c87a18e7e2652a8ec4d48ed9788670d400c043c0', u'category_id2': 556, u'category_id': 482}
期望检测的返回值:
{
"count": {
"EQ": 0,
"TYPE": "int"
},
"totalPage": {
"TYPE": "int"
},
"total": {
"TYPE": "int"
},
"hasNext": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"data.data": {
"LL": 0,
"TYPE": "list"
}
}
检查key: count的返回值通过
检查key: totalPage的返回值通过
检查key: total的返回值通过
检查key: hasNext的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_525_Supplier_商品-商品库商品列表--正常 |
pass
pt1.525:
测试用例开始时间: 2017-06-17 17:53:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:53:56", "user_id": 101091, "local_token": "68e0f5367058627a2bfb595344e8f4b9643f34d0", "employeerole": 5, "token": "cee56380-4125-48e2-94ed-9b106a08af08", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'68e0f5367058627a2bfb595344e8f4b9643f34d0', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/categories/standard/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:68e0f5367058627a2bfb595344e8f4b9643f34d0'}
****************************************************************************************************
接口请求响应时延为:
0.80999994278
接口请求返回值:
{
"msg": "成功",
"data": [
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 441,
"name": "超值特惠"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 482,
"name": "生活服务"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 1,
"name": "进口水果/国产水果"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 495,
"name": "福荫食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 510,
"name": "数码"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 521,
"name": "家纺"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 532,
"name": "玩具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 539,
"name": "家庭用具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 116,
"name": "冲调茗茶"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 129,
"name": "奶制品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 145,
"name": "休闲零食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 176,
"name": "个人护理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 228,
"name": "家居清洁"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 247,
"name": "成人用品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 252,
"name": "方便食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 279,
"name": "流质饮料"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 306,
"name": "滋补保健"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 314,
"name": "香烟代买"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 320,
"name": "现制熟食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 327,
"name": "现制甜品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 330,
"name": "现调饮品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 339,
"name": "生活用纸"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 352,
"name": "生鲜粮油"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 367,
"name": "精品中餐"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 373,
"name": "精美料理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 378,
"name": "精选宵夜"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 384,
"name": "糖巧克力"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 395,
"name": "蛋糕面包"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 400,
"name": "酒类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 419,
"name": "饼干糕点"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 549,
"name": "烧烤撸串"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 556,
"name": "新鲜肉类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 557,
"name": "未分类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 562,
"name": "生产分拣"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 578,
"name": "化妆品"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'68e0f5367058627a2bfb595344e8f4b9643f34d0', u'category_id2': 556, u'category_id': 482}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: is_standard的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/deals/
The request method is :GET
The request parameter is:
{
"search": "",
"limit": 50,
"page": 1
}
接口请求头文件为:
{u'token': u'token:68e0f5367058627a2bfb595344e8f4b9643f34d0'}
****************************************************************************************************
接口请求响应时延为:
1.54600000381
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 50,
"totalPage": 8045,
"hasNext": true,
"currPage": 1,
"total": 402208,
"data": [
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-17 14:45:03",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402220,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省广州市海珠区敦和路57号",
"special": null,
"spec": "330ml",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6908946287063",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-17 14:45:03",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 322,
"manufacturer_desc": "广州百事可乐饮料有限公司",
"name": "激浪柠檬味可乐型汽水",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-15 15:03:43",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402219,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省东莞市东城区周屋工业区",
"special": null,
"spec": "22克",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6914782116085",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-15 15:03:43",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 351,
"manufacturer_desc": "东莞徐记食品有限公司",
"name": "果汁橡皮糖(超酷葡萄味)",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-14 16:04:34",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402218,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "福建省厦门市海沧区海沧街道海沧大道2999号二楼-9",
"special": null,
"spec": "128mm*180mm*408张(3层)",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6956182801109",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-14 16:04:34",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1509,
"manufacturer_desc": "月恒(厦门)纸业有限公司",
"name": "纯度时尚抽取式面巾纸",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-14 14:16:51",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402216,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省江门市新会区会城东侯路65号",
"special": null,
"spec": "4层210mm×210mm/张",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6947509910000",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-14 14:16:51",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111816398584.jpg!big"
},
"manufacturer": 191,
"manufacturer_desc": "维达商贸有限公司",
"name": "得寶迷你紙手巾 7片單包(天然無味)",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-14 14:14:01",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402215,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省佛山市南海区狮山狮中“白草岗”车间一",
"special": null,
"spec": "B5",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6920523300262",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-14 14:14:01",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1508,
"manufacturer_desc": "佛山市南海区嘉顺达纸制品有限公司",
"name": "B5线圈60型",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-13 17:15:53",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402214,
"unit": 7,
"category": 443,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "深圳",
"special": null,
"spec": "一盒",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": "深晖",
"price": "2.50",
"barcode": "6909548500093",
"status_desc": "上架",
"qercode": null,
"unit_desc": "盒",
"stime": "2017-06-16 18:35:27",
"quality_period": 0,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": null,
"manufacturer_desc": null,
"name": "新深晖柠檬茶",
"is_standard": true,
"category_id": 443,
"category_desc": "促销专栏"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111805322153.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-10 17:41:56",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402213,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "江苏省苏州市苏州工业园区金胜路1号",
"special": null,
"spec": "130抽/包 206mm×136mm(3层)",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6922266450365",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-10 17:41:56",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111805322153.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111805322153.jpg!big"
},
"manufacturer": 19,
"manufacturer_desc": "金红叶纸业集团有限公司",
"name": "清风软抽面纸",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-07 15:57:32",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402211,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省东莞市南城区胜和莞太大道美佳大厦B座三楼",
"special": null,
"spec": "25g",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6925370900535",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-07 15:57:32",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 154,
"manufacturer_desc": "东莞市彩华商贸有限公司",
"name": "淳风派手撕鸭脖",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-06 09:16:51",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402210,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "江西省抚州市临川区迎宾大道218号",
"special": null,
"spec": "1片",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6927372606705",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-06 09:16:51",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1507,
"manufacturer_desc": "江西珍视明药业有限公司",
"name": "珍视明蒸汽热敷眼罩(无香)",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-06 09:14:12",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402209,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "江西省抚州市临川区迎宾大道218号",
"special": null,
"spec": "10片/盒",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6927372606415",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-06 09:14:12",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1507,
"manufacturer_desc": "江西珍视明药业有限公司",
"name": "珍视明蒸汽热敷眼罩(薰衣草)",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111803034292.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-05 22:55:44",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402208,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省中山市东升镇坦背胜龙村",
"special": null,
"spec": "200mm×135mm×200抽(二层)/包",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6914068013831",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-05 22:55:44",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111803034292.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111803034292.jpg!big"
},
"manufacturer": 346,
"manufacturer_desc": "中顺洁柔纸业股份有限公司",
"name": "SR041太阳国际版200抽抽取式纸面巾",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111734548787.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-05 17:35:03",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402205,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "浙江省宁海县得力工业园",
"special": null,
"spec": "210×148mm",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6921734976505",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-05 17:35:03",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111734548787.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111734548787.jpg!big"
},
"manufacturer": 24,
"manufacturer_desc": "得力集团有限公司",
"name": "得力7650无线本笔记本(混)-30页-A5(本)",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-05 17:19:11",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402204,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "上海市徐汇区华泾路507号5幢5102室",
"special": null,
"spec": "12g*10条",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6958350501279",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-05 17:19:11",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1505,
"manufacturer_desc": "上海寿全斋电子商务有限公司",
"name": "红枣姜茶 12g*10条 纸盒",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-03 13:54:10",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402203,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "江苏省昆山市千灯镇炎武北路889号",
"special": null,
"spec": "产品",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6945091767378",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-03 13:54:10",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1504,
"manufacturer_desc": "真彩文具股份有限公司",
"name": "金装A47按动中性笔蓝色/黑色/红色/墨蓝",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-01 10:47:41",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402202,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省江门市江海区北苑路9号1幢",
"special": null,
"spec": "空",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6925253904018",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-01 15:10:42",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1503,
"manufacturer_desc": "江门瑞怡乐甜味剂厂有限公司",
"name": "Pink grapefruit",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:45:34",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402201,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "福建省厦门市银鹭高科技园区",
"special": null,
"spec": "280毫升",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6926892508001",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-31 13:50:33",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 700,
"manufacturer_desc": "厦门银鹭食品集团有限公司",
"name": "活粒go 复合蛋白饮料",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111735441725.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:45:31",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402200,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省广州市南沙区金岭北路93号498室",
"special": null,
"spec": "310毫升",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6956367311256",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:45:31",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111735441725.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111735441725.jpg!big"
},
"manufacturer": 1375,
"manufacturer_desc": "广州王老吉大健康产业有限公司",
"name": "凉茶植物饮料(低糖型)",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:45:29",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402199,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "浙江省平阳县萧江镇前垟村",
"special": null,
"spec": "140g/包",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6952145600444",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:45:29",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1502,
"manufacturer_desc": "温州老许食品有限公司",
"name": "麻辣猪蹄",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:45:26",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402198,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "浙江省平阳县萧江镇前垟村",
"special": null,
"spec": "140g/包",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6952145600420",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:45:26",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1502,
"manufacturer_desc": "温州老许食品有限公司",
"name": "老许卤猪蹄",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/20161011/788128122.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:58",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402197,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省汕头市澄海区隆都镇前沟村后蔡王厝后片1号",
"special": null,
"spec": "80g",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6939372300019",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:58",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/20161011/788128122.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/20161011/788128122.jpg!big"
},
"manufacturer": 1501,
"manufacturer_desc": "汕头市加之食品有限公司",
"name": "蛋圆饼干",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:45",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402196,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "内蒙古自治区呼和浩特市金山开发区金山大道1号",
"special": null,
"spec": "250g",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6907992513522",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:45",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 119,
"manufacturer_desc": "内蒙古伊利实业集团股份有限公司",
"name": "优酸乳爆趣珠乳饮料-草莓味",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/2015511/914272354.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:45",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402195,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省广州市经济技术开发区滨河路一号",
"special": null,
"spec": "400ml",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6903148236093",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:45",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/2015511/914272354.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/2015511/914272354.jpg!big"
},
"manufacturer": 186,
"manufacturer_desc": "广州宝洁有限公司",
"name": "潘婷强韧养根润发洗发露400ML",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/2013718/573014163.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:40",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402194,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "江西省赣州市大余县南安镇伯坚大道中段",
"special": null,
"spec": "60克",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6951267700148",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:40",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/2013718/573014163.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/2013718/573014163.jpg!big"
},
"manufacturer": 1445,
"manufacturer_desc": "大余县牡丹亭旅游食品有限公司",
"name": "多味花生",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/2013718/361730860.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:37",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402193,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "江西省赣州市大余县南安镇伯坚大道中段",
"special": null,
"spec": "90克",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6951267700209",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:37",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/2013718/361730860.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/2013718/361730860.jpg!big"
},
"manufacturer": 1445,
"manufacturer_desc": "大余县牡丹亭旅游食品有限公司",
"name": "多味花生",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:37",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402192,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "浙江省丽水市上水南三号",
"special": null,
"spec": "202g",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6910019013622",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:37",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 35,
"manufacturer_desc": "纳爱斯集团有限公司",
"name": "雕牌增白皂",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:32",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402191,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省揭西县凤江镇东丰工业区",
"special": null,
"spec": "88克",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6941252029101",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:32",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1074,
"manufacturer_desc": "广东金凤凰食品有限公司",
"name": "金针鱼",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:24",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402190,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省饶平县钱东镇上浮山村沙园开发区",
"special": null,
"spec": "18克*200包/件",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6928541800115",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:24",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1500,
"manufacturer_desc": "饶平县常回家食品有限公司",
"name": "盐焗鸡爪18g",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111826007099.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:22",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402189,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "南京市江宁经济技术开发区庄排路",
"special": null,
"spec": "600毫升",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6924882496116",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:22",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111826007099.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111826007099.jpg!big"
},
"manufacturer": 1499,
"manufacturer_desc": "南京百事可乐饮料有限公司",
"name": "百事可乐",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:08",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402188,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "内蒙古自治区呼和浩特市金山开发区金山大道1号",
"special": null,
"spec": "250mL",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6907992513577",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:08",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 119,
"manufacturer_desc": "内蒙古伊利实业集团股份有限公司",
"name": "舒化高钙无乳糖牛奶",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111750097230.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:08",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402187,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "内蒙古自治区呼和浩特市金山开发区金山大道1号",
"special": null,
"spec": "330ml",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6907992513188",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:08",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111750097230.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111750097230.jpg!big"
},
"manufacturer": 119,
"manufacturer_desc": "内蒙古伊利实业集团股份有限公司",
"name": "畅意100%乳酸菌饮品",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111755009132.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:07",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402186,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "北京市朝阳区望京街8号院利星行广场B座大厦9层",
"special": null,
"spec": "180ml",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6917878049786",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:07",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111755009132.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111755009132.jpg!big"
},
"manufacturer": 124,
"manufacturer_desc": "雀巢(中国)有限公司",
"name": "雀巢雪咖慕思卡布奇诺咖啡饮料 180ml",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:02",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402185,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "湖南省益阳市高新区云树路食品工业园",
"special": null,
"spec": "24g/包",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6936869215290",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:02",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1382,
"manufacturer_desc": "益阳味芝元食品有限公司",
"name": "味芝元洞庭野生鱼排24g",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:44:01",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402184,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省佛山市三水区西南街道百威大道2号(F8)首层",
"special": null,
"spec": "480毫升",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6934135703113",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:44:01",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 907,
"manufacturer_desc": "佛山市三水区隐雪食品有限公司",
"name": "黑水蓝莓水果饮料",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:43:57",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402183,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省广州从化温泉镇桃园卫东村",
"special": null,
"spec": "W108+W20M",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6922917644013",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:43:57",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 521,
"manufacturer_desc": "广州家亮化工有限公司",
"name": "佳能保鲜纸优惠装",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111755051718.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:43:32",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402182,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省佛山市三水区西南街道金港路58号6座3楼",
"special": null,
"spec": "500ml",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6935947800267",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:43:32",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111755051718.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111755051718.jpg!big"
},
"manufacturer": 1498,
"manufacturer_desc": "佛山市三水健力宝贸易有限公司",
"name": "轰茶君乳酸菌红茶饮料柠檬味 500ml",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:43:15",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402181,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "深圳市龙岗区布吉街道翠湖社区大靓花园万兴苑1号一层2号",
"special": null,
"spec": "34CM*76CM",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6956326400526",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:43:15",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1434,
"manufacturer_desc": "深圳市福纳商贸有限公司",
"name": "福纳毛巾0052",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:43:12",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402180,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "深圳市龙岗区布吉街道翠湖社区大靓花园万兴苑1号一层2号",
"special": null,
"spec": "34CM*76CM",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6956326400106",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:43:12",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1434,
"manufacturer_desc": "深圳市福纳商贸有限公司",
"name": "福纳毛巾0010",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/2014417/703849587.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:43:07",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402179,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省阳江市阳东区十里工业城三区霍达二路",
"special": null,
"spec": "160g",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6922300200147",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:43:07",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/2014417/703849587.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/2014417/703849587.jpg!big"
},
"manufacturer": 489,
"manufacturer_desc": "阳江市澳德食品有限公司",
"name": "鸡蛋卷(香葱味)",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:59",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402178,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省东莞市东城区上桥工业区",
"special": null,
"spec": "140克",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6921233904627",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:59",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1444,
"manufacturer_desc": "东莞市金富士食品有限公司",
"name": "海苔排脆饼",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/ecdata/studio/201704111724538377.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:57",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402177,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广西柳州市跃进路28号",
"special": null,
"spec": "6片×2板",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6920560420268",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:57",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/ecdata/studio/201704111724538377.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/ecdata/studio/201704111724538377.jpg!big"
},
"manufacturer": 1497,
"manufacturer_desc": "广西金嗓子有限责任公司",
"name": "金嗓子喉片",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:53",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402176,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "北京市东城区建国门北大街8号华润大厦305室",
"special": null,
"spec": "雪花勇闯天涯10度500ml 瓶装",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6949352207894",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:53",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1201,
"manufacturer_desc": "华润雪花啤酒(中国)投资有限公司",
"name": "雪花啤酒",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [
"http://www.anccnet.com/userfile/2015127/249598786.jpg"
],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:44",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402175,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "内蒙古自治区呼和浩特市和林格尔县盛乐经济园区209国道东(蒙牛乳业(集团)公司一期院内)",
"special": null,
"spec": "80g",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6933502190020",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:44",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "http://www.anccnet.com/userfile/2015127/249598786.jpg!thumbnail",
"big_img": "http://www.anccnet.com/userfile/2015127/249598786.jpg!big"
},
"manufacturer": 1496,
"manufacturer_desc": "内蒙古壹清食品有限公司",
"name": "壹清清真雪酪奶酪冰淇淋",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:34",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402174,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "浙江省杭州市清泰街160号",
"special": null,
"spec": "330ml",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6902083909093",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:34",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 116,
"manufacturer_desc": "杭州娃哈哈集团有限公司",
"name": "娃哈哈C驱动柠檬汁碳酸饮料",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:31",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402173,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "浙江省杭州市清泰街160号",
"special": null,
"spec": "450g",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6902083909765",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:31",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 116,
"manufacturer_desc": "杭州娃哈哈集团有限公司",
"name": "娃哈哈柠檬酸奶饮品",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:31",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402172,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "广东省佛山市三水区西南街道金港路58号1座、2座、5座、6座5楼、7-8座、10-13座、16-17座",
"special": null,
"spec": "CAN500ML",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6901010119673",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:31",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 104,
"manufacturer_desc": "广东健力宝集团有限公司",
"name": "健力宝汉方能量",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:26",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402171,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "湖南省湘潭市雨湖区先锋乡先锋村东风组下坝塘15号",
"special": null,
"spec": "28克(10元)",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6941108617797",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:26",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1482,
"manufacturer_desc": "湘潭觉之味食品有限责任公司",
"name": "觉之味食用青果槟榔",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:18",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402170,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "湖南省长沙市天心区暮云工业园伊莱克斯大道20号",
"special": null,
"spec": "32克",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6926105100428",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:18",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 1495,
"manufacturer_desc": "湖南友文食品有限责任公司",
"name": "绿爽10元",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:18",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402169,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "湖南省湘潭县易俗河镇天易示范区创业大厦1207室",
"special": null,
"spec": "35克",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6925909988096",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-06-15 17:44:53",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 661,
"manufacturer_desc": "湖南皇爷食品有限公司",
"name": "皇爷雄究究究头黑果食用槟榔",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:16",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402168,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "内蒙古自治区呼和浩特市金山开发区金山大道1号",
"special": null,
"spec": "100g*16杯",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6907992101767",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:16",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 119,
"manufacturer_desc": "内蒙古伊利实业集团股份有限公司",
"name": "红枣风味酸乳",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
},
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-05-27 16:42:13",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402167,
"unit": 0,
"category": 557,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "内蒙古自治区呼和浩特市金山开发区金山大道1号",
"special": null,
"spec": "100g*16杯",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": null,
"price": "0.00",
"barcode": "6907992103334",
"status_desc": "上架",
"qercode": null,
"unit_desc": "未定义",
"stime": "2017-05-27 16:42:13",
"quality_period": 730,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": 119,
"manufacturer_desc": "内蒙古伊利实业集团股份有限公司",
"name": "味浓100g风味酸乳-16连杯",
"is_standard": true,
"category_id": 557,
"category_desc": "未分类"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'68e0f5367058627a2bfb595344e8f4b9643f34d0', u'category_id2': 556, u'category_id': 482}
期望检测的返回值:
{
"hasNext": {
"TYPE": "bool"
},
"image": {
"TYPE": "dict"
},
"isStandard": {
"TYPE": "bool"
},
"keywords": {
"TYPE": "str"
},
"big_img": {
"TYPE": "str"
},
"total": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
},
"unit": {
"TYPE": "int"
},
"img": {
"TYPE": "str"
},
"source": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"spec": {
"TYPE": "str"
},
"status": {
"TYPE": "int"
},
"isStandard_desc": {
"TYPE": "str"
},
"deal_images": {
"TYPE": "list"
},
"detail_imgs": {
"TYPE": "list"
},
"price": {
"TYPE": "str"
},
"barcode": {
"TYPE": "str"
},
"status_desc": {
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"stime": {
"TYPE": "str"
},
"quality_period": {
"TYPE": "int"
},
"cdn_image": {
"TYPE": "dict"
},
"name": {
"TYPE": "str"
},
"count": {
"TYPE": "int"
},
"totalPage": {
"TYPE": "int"
},
"ctime": {
"TYPE": "str"
},
"unit_desc": {
"TYPE": "str"
},
"category_desc": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: hasNext的返回值通过
检查key: image的返回值通过
检查key: isStandard的返回值通过
检查key: keywords的返回值通过
检查key: big_img的返回值通过
检查key: total的返回值通过
检查key: id的返回值通过
检查key: unit的返回值通过
检查key: img的返回值通过
检查key: source的返回值通过
检查key: msg的返回值通过
检查key: spec的返回值通过
检查key: status的返回值通过
检查key: isStandard_desc的返回值通过
检查key: deal_images的返回值通过
检查key: detail_imgs的返回值通过
检查key: price的返回值通过
检查key: barcode的返回值通过
检查key: status_desc的返回值通过
检查key: is_standard的返回值通过
检查key: stime的返回值通过
检查key: quality_period的返回值通过
检查key: cdn_image的返回值通过
检查key: name的返回值通过
检查key: count的返回值通过
检查key: totalPage的返回值通过
检查key: ctime的返回值通过
检查key: unit_desc的返回值通过
检查key: category_desc的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_526_Supplier_商品-商品库商品(根据条码获取)--异常 barcode不存在 |
pass
pt1.526:
测试用例开始时间: 2017-06-17 17:53:57
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:53:52", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:03", "user_id": 101091, "local_token": "293bceca6c6cba11a8279c92c937465a638190a6", "employeerole": 5, "token": "cf8475f7-5e8d-49c8-ad4b-1d1350ed8cae", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'293bceca6c6cba11a8279c92c937465a638190a6', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/deals/2222222222222/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:293bceca6c6cba11a8279c92c937465a638190a6'}
****************************************************************************************************
接口请求响应时延为:
1.31699991226
接口请求返回值:
{
"msg": "商品条码未找到",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'293bceca6c6cba11a8279c92c937465a638190a6', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "商品条码未找到"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_527_Supplier_商品-商品库商品(根据条码获取)--异常 barcode非标准13到14位 |
pass
pt1.527:
测试用例开始时间: 2017-06-17 17:54:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:00", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:09", "user_id": 101091, "local_token": "26fcb109c2e4541c364b12250b2d93cd0ef8d93d", "employeerole": 5, "token": "0afba453-5db3-433f-a2b0-d84c500530cf", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'26fcb109c2e4541c364b12250b2d93cd0ef8d93d', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/deals/22222222/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:26fcb109c2e4541c364b12250b2d93cd0ef8d93d'}
****************************************************************************************************
接口请求响应时延为:
1.22599983215
接口请求返回值:
{
"msg": "商品条码未找到",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'26fcb109c2e4541c364b12250b2d93cd0ef8d93d', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "商品条码未找到"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_528_Supplier_商品-商品库商品(根据条码获取)--异常 barcode为字符串 |
pass
pt1.528:
测试用例开始时间: 2017-06-17 17:54:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:06", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:13", "user_id": 101091, "local_token": "984cc9398f0de6f591c1e3d3fa51ddbee2c649b9", "employeerole": 5, "token": "17f4cf20-075e-4768-870c-fe611665d1c5", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'984cc9398f0de6f591c1e3d3fa51ddbee2c649b9', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/deals/
The request method is :GET
The request parameter is:
{
"barcode": "helloword"
}
接口请求头文件为:
{u'token': u'token:984cc9398f0de6f591c1e3d3fa51ddbee2c649b9'}
****************************************************************************************************
接口请求响应时延为:
1.81999993324
接口请求返回值:
{
"msg": "商品条码未找到",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'984cc9398f0de6f591c1e3d3fa51ddbee2c649b9', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "商品条码未找到"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_529_Supplier_商品-商品库商品(根据条码获取)--正常 |
pass
pt1.529:
测试用例开始时间: 2017-06-17 17:54:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:19", "user_id": 101091, "local_token": "23318435d9195ebee54ccb3783bfa19596d6d262", "employeerole": 5, "token": "e92b3245-8695-4031-86bd-fdf9a390ad6d", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'23318435d9195ebee54ccb3783bfa19596d6d262', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/categories/standard/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:23318435d9195ebee54ccb3783bfa19596d6d262'}
****************************************************************************************************
接口请求响应时延为:
0.880000114441
接口请求返回值:
{
"msg": "成功",
"data": [
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 441,
"name": "超值特惠"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 482,
"name": "生活服务"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 1,
"name": "进口水果/国产水果"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 495,
"name": "福荫食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 510,
"name": "数码"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 521,
"name": "家纺"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 532,
"name": "玩具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 539,
"name": "家庭用具"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 116,
"name": "冲调茗茶"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 129,
"name": "奶制品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 145,
"name": "休闲零食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 176,
"name": "个人护理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 228,
"name": "家居清洁"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 247,
"name": "成人用品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 252,
"name": "方便食品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 279,
"name": "流质饮料"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 306,
"name": "滋补保健"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 314,
"name": "香烟代买"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 320,
"name": "现制熟食"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 327,
"name": "现制甜品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 330,
"name": "现调饮品"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 339,
"name": "生活用纸"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 352,
"name": "生鲜粮油"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 367,
"name": "精品中餐"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 373,
"name": "精美料理"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 378,
"name": "精选宵夜"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 384,
"name": "糖巧克力"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 395,
"name": "蛋糕面包"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 400,
"name": "酒类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 419,
"name": "饼干糕点"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 549,
"name": "烧烤撸串"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 556,
"name": "新鲜肉类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 557,
"name": "未分类"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 562,
"name": "生产分拣"
},
{
"sort": 0,
"status": 0,
"is_standard": true,
"id": 578,
"name": "化妆品"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'23318435d9195ebee54ccb3783bfa19596d6d262', u'category_id': 441}
期望检测的返回值:
{
"status": {
"TYPE": "int"
},
"name": {
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: status的返回值通过
检查key: name的返回值通过
检查key: is_standard的返回值通过
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/deals/
The request method is :GET
The request parameter is:
{
"search": "",
"category_id": 441,
"limit": 50,
"page": 1
}
接口请求头文件为:
{u'token': u'token:23318435d9195ebee54ccb3783bfa19596d6d262'}
****************************************************************************************************
接口请求响应时延为:
2.20500016212
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 3,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 3,
"data": [
{
"code": null,
"image": {
"deal_images": [],
"detail_images": []
},
"desc_content": null,
"ctime": "2017-06-13 17:15:53",
"desc_common": null,
"desc_url_common": null,
"isStandard": true,
"keywords": "",
"id": 402214,
"unit": 7,
"category": 443,
"staff_id": null,
"desc_url": null,
"comments": null,
"source": "深圳",
"special": null,
"spec": "一盒",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": "深晖",
"price": "2.50",
"barcode": "6909548500093",
"status_desc": "上架",
"qercode": null,
"unit_desc": "盒",
"stime": "2017-06-16 18:35:27",
"quality_period": 0,
"cdn_image": {
"detail_imgs": [],
"img": "",
"big_img": ""
},
"manufacturer": null,
"manufacturer_desc": null,
"name": "新深晖柠檬茶",
"is_standard": true,
"category_id": 443,
"category_desc": "促销专栏"
},
{
"code": null,
"image": {
"deal_images": [
"http://devtest-pos.thy360.com/deal_imgs/2017-05-12/timg.jpg"
],
"detail_images": [
"http://devtest-pos.thy360.com/deal_imgs/2017-05-12/timg.jpg"
]
},
"desc_content": "\n <!DOCTYPE html>\n <html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <style >\n html,body{\n line-height:0;\n padding: 0;\n margin: 0;\n }\n\n body img{\n max-width: 100%!important;\n border:0\n }\n\n p{\n margin: 0;\n padding: 0;\n }\n </style>\n </head>\n <body>\n <img src=\"http://devtest-pos.thy360.com/deal_imgs/2017-05-12/timg.jpg\" alt=\"\" style=\"width:100%\"/>\n<img src=\"http://image.thy360.com/images/detail/logo.png\" alt=\"\" style=\"width:100%\"/>\n</body>\n</html>",
"ctime": "2017-05-12 02:29:11",
"desc_common": "\n <!DOCTYPE html>\n <html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <style >\n html,body{\n line-height:0;\n padding: 0;\n margin: 0;\n }\n\n body img{\n max-width: 100%!important;\n border:0\n }\n\n p{\n margin: 0;\n padding: 0;\n }\n </style>\n </head>\n <body>\n <img src=\"http://devtest-pos.thy360.com/deal_imgs/2017-05-12/timg.jpg\" alt=\"\" style=\"width:100%\"/>\n</body>\n</html>",
"desc_url_common": "https://devtest-pos.thy360.com/py/v1/dealserver/deal/deal-info/13/detail-common",
"isStandard": true,
"keywords": "",
"id": 13,
"unit": 7,
"category": 443,
"staff_id": null,
"desc_url": "https://devtest-pos.thy360.com/py/v1/dealserver/deal/deal-info/13/detail/",
"comments": null,
"source": "丹麦",
"special": null,
"spec": "一盒",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": "皇冠",
"price": "10.00",
"barcode": "8996001303894",
"status_desc": "上架",
"qercode": null,
"unit_desc": "盒",
"stime": "2017-05-12 02:29:11",
"quality_period": 0,
"cdn_image": {
"detail_imgs": [
"http://devtest-pos.thy360.com/deal_imgs/2017-05-12/timg.jpg"
],
"img": "http://devtest-pos.thy360.com/deal_imgs/2017-05-12/timg.jpg!thumbnail",
"big_img": "http://devtest-pos.thy360.com/deal_imgs/2017-05-12/timg.jpg!big"
},
"manufacturer": null,
"manufacturer_desc": null,
"name": "皇冠丹麦曲奇饼干72g",
"is_standard": true,
"category_id": 443,
"category_desc": "促销专栏"
},
{
"code": null,
"image": {
"deal_images": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8b6b655999754049aeee213c0c1ea288.png"
],
"detail_images": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png"
]
},
"desc_content": "\n <!DOCTYPE html>\n <html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <style >\n html,body{\n line-height:0;\n padding: 0;\n margin: 0;\n }\n\n body img{\n max-width: 100%!important;\n border:0\n }\n\n p{\n margin: 0;\n padding: 0;\n }\n </style>\n </head>\n <body>\n <img src=\"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png\" alt=\"\" style=\"width:100%\"/>\n<img src=\"http://image.thy360.com/images/detail/logo.png\" alt=\"\" style=\"width:100%\"/>\n</body>\n</html>",
"ctime": "2017-05-09 02:16:36",
"desc_common": "\n <!DOCTYPE html>\n <html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <style >\n html,body{\n line-height:0;\n padding: 0;\n margin: 0;\n }\n\n body img{\n max-width: 100%!important;\n border:0\n }\n\n p{\n margin: 0;\n padding: 0;\n }\n </style>\n </head>\n <body>\n <img src=\"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png\" alt=\"\" style=\"width:100%\"/>\n</body>\n</html>",
"desc_url_common": "https://console.jh920.com/py/v1/dealserver/deal/deal-info/1/detail-common",
"isStandard": true,
"keywords": "",
"id": 1,
"unit": 23,
"category": 443,
"staff_id": null,
"desc_url": "https://console.jh920.com/py/v1/dealserver/deal/deal-info/1/detail/",
"comments": null,
"source": "北京",
"special": null,
"spec": "两百多页",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": "机械工业出版社",
"price": "46.00",
"barcode": "9787111511335",
"status_desc": "上架",
"qercode": null,
"unit_desc": "本",
"stime": "2017-06-01 11:16:14",
"quality_period": 0,
"cdn_image": {
"detail_imgs": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png"
],
"img": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8b6b655999754049aeee213c0c1ea288.png!thumbnail",
"big_img": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8b6b655999754049aeee213c0c1ea288.png!big"
},
"manufacturer": null,
"manufacturer_desc": null,
"name": "远离风口:林劲峰的投资逻辑",
"is_standard": true,
"category_id": 443,
"category_desc": "促销专栏"
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'23318435d9195ebee54ccb3783bfa19596d6d262', u'barcode1': u'9787111511335', u'category_id': 441}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/product/deals/9787111511335/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:23318435d9195ebee54ccb3783bfa19596d6d262'}
****************************************************************************************************
接口请求响应时延为:
0.950999975204
接口请求返回值:
{
"msg": "成功",
"data": {
"code": null,
"image": {
"deal_images": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8b6b655999754049aeee213c0c1ea288.png"
],
"detail_images": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png"
]
},
"desc_content": "\n <!DOCTYPE html>\n <html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <style >\n html,body{\n line-height:0;\n padding: 0;\n margin: 0;\n }\n\n body img{\n max-width: 100%!important;\n border:0\n }\n\n p{\n margin: 0;\n padding: 0;\n }\n </style>\n </head>\n <body>\n <img src=\"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png\" alt=\"\" style=\"width:100%\"/>\n<img src=\"http://image.thy360.com/images/detail/logo.png\" alt=\"\" style=\"width:100%\"/>\n</body>\n</html>",
"ctime": "2017-05-09 02:16:36",
"desc_common": "\n <!DOCTYPE html>\n <html>\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <style >\n html,body{\n line-height:0;\n padding: 0;\n margin: 0;\n }\n\n body img{\n max-width: 100%!important;\n border:0\n }\n\n p{\n margin: 0;\n padding: 0;\n }\n </style>\n </head>\n <body>\n <img src=\"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png\" alt=\"\" style=\"width:100%\"/>\n</body>\n</html>",
"desc_url_common": "https://console.jh920.com/py/v1/dealserver/deal/deal-info/1/detail-common",
"isStandard": true,
"keywords": "",
"id": 1,
"unit": 23,
"category": 443,
"staff_id": null,
"desc_url": "https://console.jh920.com/py/v1/dealserver/deal/deal-info/1/detail/",
"comments": null,
"source": "北京",
"special": null,
"spec": "两百多页",
"status": 0,
"isStandard_desc": "标准商品",
"ccode": "机械工业出版社",
"price": "46.00",
"barcode": "9787111511335",
"status_desc": "上架",
"qercode": null,
"unit_desc": "本",
"stime": "2017-06-01 11:16:14",
"quality_period": 0,
"cdn_image": {
"detail_imgs": [
"https://cdn-jlsq-img.thy360.com//appidposvsdf2f/230cce72249047bcab5fcdb67f75a846.png"
],
"img": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8b6b655999754049aeee213c0c1ea288.png!thumbnail",
"big_img": "https://cdn-jlsq-img.thy360.com//appidposvsdf2f/8b6b655999754049aeee213c0c1ea288.png!big"
},
"manufacturer": null,
"manufacturer_desc": null,
"name": "远离风口:林劲峰的投资逻辑",
"is_standard": true,
"category_id": 443,
"category_desc": "促销专栏"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'23318435d9195ebee54ccb3783bfa19596d6d262', u'barcode1': u'9787111511335', u'category_id': 441}
期望检测的返回值:
{
"detail_images": {
"TYPE": "list"
},
"image": {
"TYPE": "dict"
},
"isStandard": {
"TYPE": "bool"
},
"keywords": {
"TYPE": "str"
},
"big_img": {
"TYPE": "str"
},
"id": {
"TYPE": "int"
},
"unit": {
"TYPE": "int"
},
"img": {
"TYPE": "str"
},
"msg": {
"EQ": "成功"
},
"spec": {
"TYPE": "str"
},
"status": {
"TYPE": "int"
},
"isStandard_desc": {
"TYPE": "str"
},
"deal_images": {
"TYPE": "list"
},
"detail_imgs": {
"TYPE": "list"
},
"price": {
"TYPE": "str"
},
"barcode": {
"eq": "9787111511335",
"TYPE": "str"
},
"status_desc": {
"eq": "上架",
"TYPE": "str"
},
"is_standard": {
"TYPE": "bool"
},
"stime": {
"TYPE": "str"
},
"quality_period": {
"TYPE": "int"
},
"cdn_image": {
"TYPE": "dict"
},
"name": {
"TYPE": "str"
},
"ctime": {
"TYPE": "str"
},
"unit_desc": {
"TYPE": "str"
},
"category_id": {
"TYPE": "int"
},
"category_desc": {
"TYPE": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: detail_images的返回值通过
检查key: image的返回值通过
检查key: isStandard的返回值通过
检查key: keywords的返回值通过
检查key: big_img的返回值通过
检查key: id的返回值通过
检查key: unit的返回值通过
检查key: img的返回值通过
检查key: msg的返回值通过
检查key: spec的返回值通过
检查key: status的返回值通过
检查key: isStandard_desc的返回值通过
检查key: deal_images的返回值通过
检查key: detail_imgs的返回值通过
检查key: price的返回值通过
检查key: barcode的返回值通过
检查key: status_desc的返回值通过
检查key: is_standard的返回值通过
检查key: stime的返回值通过
检查key: quality_period的返回值通过
检查key: cdn_image的返回值通过
检查key: name的返回值通过
检查key: ctime的返回值通过
检查key: unit_desc的返回值通过
检查key: category_id的返回值通过
检查key: category_desc的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_530_Supplier_商品-商品详情ProductId--异常 自己商品列表没有该商品 |
pass
pt1.530:
测试用例开始时间: 2017-06-17 17:54:22
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:28", "user_id": 101091, "local_token": "bfe2495e8332966eaf08442615693b35f443a3f7", "employeerole": 5, "token": "9966f6cf-a1e6-4df3-b35b-83e6e6af20b4", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'bfe2495e8332966eaf08442615693b35f443a3f7', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/product/products/12345678902584/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:bfe2495e8332966eaf08442615693b35f443a3f7'}
****************************************************************************************************
接口请求响应时延为:
1.12000012398
接口请求返回值:
{
"msg": "404 Client Error: Not Found for server: product {\"detail\":\"Not found.\"}",
"data": {},
"statusCode": 2
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'bfe2495e8332966eaf08442615693b35f443a3f7', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "404 Client Error: Not Found for server: product {\"detail\":\"Not found.\"}"
},
"statusCode": {
"EQ": 2
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_531_Supplier_基本资料--基本资料--正常 |
pass
pt1.531:
测试用例开始时间: 2017-06-17 17:54:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:33", "user_id": 101091, "local_token": "aebe2493ea0ab8ca37bbae78d7a84d08ca45f866", "employeerole": 5, "token": "fb70845b-c51f-4d1a-a4e5-7d34dbf277cd", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'aebe2493ea0ab8ca37bbae78d7a84d08ca45f866', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/store/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:aebe2493ea0ab8ca37bbae78d7a84d08ca45f866'}
****************************************************************************************************
接口请求响应时延为:
1.93099999428
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "Test590",
"id": 28,
"contact_tel": "15000000000",
"store_logo": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)12491",
"contact_name": "杨正祥",
"pic_url": ""
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'aebe2493ea0ab8ca37bbae78d7a84d08ca45f866', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"store_name": {
"type": "str"
},
"id": {
"TYPE": "int"
},
"contact_tel": {
"type": "str"
},
"store_logo": {
"type": "str"
},
"address": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"type": "str"
},
"pic_url": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: store_name的返回值通过
检查key: id的返回值通过
检查key: contact_tel的返回值通过
检查key: store_logo的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: pic_url的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_532_Supplier_基本资料--我的平均评分--正常 |
pass
pt1.532:
测试用例开始时间: 2017-06-17 17:54:34
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:39", "user_id": 101091, "local_token": "1ee083187ff2d731f4227cb5a5f914330bc6efec", "employeerole": 5, "token": "4bbe1af8-cbce-48c6-b506-c50afabcd46c", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1ee083187ff2d731f4227cb5a5f914330bc6efec', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/store/score-avg/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:1ee083187ff2d731f4227cb5a5f914330bc6efec'}
****************************************************************************************************
接口请求响应时延为:
0.851999998093
接口请求返回值:
{
"msg": "成功",
"data": {
"score_avg": "0.0"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'1ee083187ff2d731f4227cb5a5f914330bc6efec', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_533_Supplier_基本资料--正常 |
pass
pt1.533:
测试用例开始时间: 2017-06-17 17:54:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:36", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:45", "user_id": 101091, "local_token": "a4bcff9759172e2c9767e856fa5d9c5c7e60a6d1", "employeerole": 5, "token": "31d58d18-2019-4595-915b-a32d54f484c4", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'a4bcff9759172e2c9767e856fa5d9c5c7e60a6d1', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/store/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:a4bcff9759172e2c9767e856fa5d9c5c7e60a6d1'}
****************************************************************************************************
接口请求响应时延为:
1.42600011826
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "Test590",
"id": 28,
"contact_tel": "15000000000",
"store_logo": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)12491",
"contact_name": "杨正祥",
"pic_url": ""
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'a4bcff9759172e2c9767e856fa5d9c5c7e60a6d1', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"store_name": {
"type": "str"
},
"id": {
"TYPE": "int"
},
"contact_tel": {
"type": "str"
},
"store_logo": {
"type": "str"
},
"address": {
"type": "str"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"type": "str"
},
"pic_url": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: store_name的返回值通过
检查key: id的返回值通过
检查key: contact_tel的返回值通过
检查key: store_logo的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: pic_url的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_534_Supplier_客户位置列表--正常 |
pass
pt1.534:
测试用例开始时间: 2017-06-17 17:54:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:42", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:54:51", "user_id": 101091, "local_token": "498bf308597b38440353e76d71ae5e093a15cd83", "employeerole": 5, "token": "32c91e84-3d0f-4ba7-bf2c-08d244b29e50", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'498bf308597b38440353e76d71ae5e093a15cd83', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?
The request method is :GET
The request parameter is:
{
"search": "",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:498bf308597b38440353e76d71ae5e093a15cd83'}
****************************************************************************************************
接口请求响应时延为:
2.11199998856
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 11,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?limit=10&page=2&search=",
"currPage": 1,
"total": 104,
"data": [
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 583,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 590,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 596,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 600,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 601,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 603,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 615,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 616,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 618,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 629,
"contact_tel": "13212345678"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'498bf308597b38440353e76d71ae5e093a15cd83', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:498bf308597b38440353e76d71ae5e093a15cd83'}
****************************************************************************************************
接口请求响应时延为:
0.991999864578
接口请求返回值:
{
"msg": "成功",
"data": {
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2395,
"contact_tel": "13212345678"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'498bf308597b38440353e76d71ae5e093a15cd83', u'customerId': 2395}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/customers/location/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:498bf308597b38440353e76d71ae5e093a15cd83'}
****************************************************************************************************
接口请求响应时延为:
1.23599982262
接口请求返回值:
{
"msg": "成功",
"data": [
{
"latitude": null,
"store_name": null,
"id": 583,
"longitude": null,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 590,
"longitude": null,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 596,
"longitude": null,
"supply": 1
},
{
"latitude": 22.576693,
"store_name": "test_Store",
"id": 600,
"longitude": 113.95183,
"supply": 1
},
{
"latitude": 22.543099,
"store_name": "test_Store",
"id": 601,
"longitude": 114.057868,
"supply": 1
},
{
"latitude": 22.543099,
"store_name": "test_Store",
"id": 603,
"longitude": 114.057868,
"supply": 1
},
{
"latitude": 22.566046,
"store_name": "test_Store",
"id": 615,
"longitude": 113.939623,
"supply": 1
},
{
"latitude": 22.536367,
"store_name": "test_Store",
"id": 616,
"longitude": 113.848533,
"supply": 1
},
{
"latitude": 22.543099,
"store_name": "test_Store",
"id": 618,
"longitude": 114.057868,
"supply": 1
},
{
"latitude": 22.550405,
"store_name": "test_Store",
"id": 629,
"longitude": 113.867602,
"supply": 1
},
{
"latitude": 22.606365,
"store_name": "test_Store",
"id": 630,
"longitude": 113.919484,
"supply": 1
},
{
"latitude": 22.564063,
"store_name": "test_Store",
"id": 632,
"longitude": 113.866801,
"supply": 1
},
{
"latitude": 22.546587,
"store_name": "test_Store",
"id": 641,
"longitude": 113.924802,
"supply": 1
},
{
"latitude": 22.570262,
"store_name": "test_Store",
"id": 642,
"longitude": 113.840474,
"supply": 1
},
{
"latitude": 22.567601,
"store_name": "test_Store",
"id": 644,
"longitude": 113.867976,
"supply": 1
},
{
"latitude": 22.524343,
"store_name": "test_Store",
"id": 725,
"longitude": 113.921213,
"supply": 1
},
{
"latitude": 22.56255,
"store_name": "test_Store",
"id": 726,
"longitude": 113.833598,
"supply": 1
},
{
"latitude": 22.559792,
"store_name": "test_Store",
"id": 730,
"longitude": 113.844844,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 732,
"longitude": null,
"supply": 1
},
{
"latitude": 22.60416,
"store_name": "test_Store",
"id": 794,
"longitude": 113.916884,
"supply": 1
},
{
"latitude": 22.598063,
"store_name": "test_Store",
"id": 795,
"longitude": 113.902653,
"supply": 1
},
{
"latitude": 22.562153,
"store_name": "test_Store",
"id": 799,
"longitude": 113.832114,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 801,
"longitude": null,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 845,
"longitude": null,
"supply": 1
},
{
"latitude": 22.548091,
"store_name": "test_Store",
"id": 848,
"longitude": 113.933831,
"supply": 1
},
{
"latitude": 22.588295,
"store_name": "test_Store",
"id": 849,
"longitude": 113.893113,
"supply": 1
},
{
"latitude": 22.590198,
"store_name": "test_Store",
"id": 851,
"longitude": 113.883708,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 911,
"longitude": null,
"supply": 1
},
{
"latitude": 22.584916,
"store_name": "test_Store",
"id": 914,
"longitude": 113.943735,
"supply": 1
},
{
"latitude": 22.593079,
"store_name": "test_Store",
"id": 915,
"longitude": 113.868763,
"supply": 1
},
{
"latitude": 22.580697,
"store_name": "test_Store",
"id": 917,
"longitude": 113.874499,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1039,
"longitude": null,
"supply": 1
},
{
"latitude": 22.580144,
"store_name": "test_Store",
"id": 1043,
"longitude": 113.923749,
"supply": 1
},
{
"latitude": 22.540674,
"store_name": "test_Store",
"id": 1044,
"longitude": 113.87358,
"supply": 1
},
{
"latitude": 22.576161,
"store_name": "test_Store",
"id": 1046,
"longitude": 113.94328,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1105,
"longitude": null,
"supply": 1
},
{
"latitude": 22.539821,
"store_name": "test_Store",
"id": 1108,
"longitude": 113.94111,
"supply": 1
},
{
"latitude": 22.567829,
"store_name": "test_Store",
"id": 1109,
"longitude": 113.962726,
"supply": 1
},
{
"latitude": 22.570576,
"store_name": "test_Store",
"id": 1111,
"longitude": 113.87263,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1173,
"longitude": null,
"supply": 1
},
{
"latitude": 22.540672,
"store_name": "test_Store",
"id": 1177,
"longitude": 113.846652,
"supply": 1
},
{
"latitude": 22.576982,
"store_name": "test_Store",
"id": 1178,
"longitude": 113.877964,
"supply": 1
},
{
"latitude": 22.552193,
"store_name": "test_Store",
"id": 1180,
"longitude": 113.940172,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1276,
"longitude": null,
"supply": 1
},
{
"latitude": 22.565266,
"store_name": "test_Store",
"id": 1280,
"longitude": 113.870257,
"supply": 1
},
{
"latitude": 22.574,
"store_name": "test_Store",
"id": 1281,
"longitude": 113.957788,
"supply": 1
},
{
"latitude": 22.607649,
"store_name": "test_Store",
"id": 1283,
"longitude": 113.888276,
"supply": 1
},
{
"latitude": 22.572511,
"store_name": "test_Store",
"id": 1374,
"longitude": 113.8379,
"supply": 1
},
{
"latitude": 22.572686,
"store_name": "test_Store",
"id": 1375,
"longitude": 113.910476,
"supply": 1
},
{
"latitude": 22.567928,
"store_name": "test_Store",
"id": 1379,
"longitude": 113.911057,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1381,
"longitude": null,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1467,
"longitude": null,
"supply": 1
},
{
"latitude": 22.541257,
"store_name": "test_Store",
"id": 1471,
"longitude": 113.909433,
"supply": 1
},
{
"latitude": 22.551354,
"store_name": "test_Store",
"id": 1472,
"longitude": 113.840966,
"supply": 1
},
{
"latitude": 22.564534,
"store_name": "test_Store",
"id": 1474,
"longitude": 113.841005,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1562,
"longitude": null,
"supply": 1
},
{
"latitude": 22.52794,
"store_name": "test_Store",
"id": 1566,
"longitude": 113.873757,
"supply": 1
},
{
"latitude": 22.581162,
"store_name": "test_Store",
"id": 1567,
"longitude": 113.930549,
"supply": 1
},
{
"latitude": 22.567069,
"store_name": "test_Store",
"id": 1569,
"longitude": 113.946559,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1642,
"longitude": null,
"supply": 1
},
{
"latitude": 22.547986,
"store_name": "test_Store",
"id": 1646,
"longitude": 113.958614,
"supply": 1
},
{
"latitude": 22.58983,
"store_name": "test_Store",
"id": 1647,
"longitude": 113.879799,
"supply": 1
},
{
"latitude": 22.573066,
"store_name": "test_Store",
"id": 1649,
"longitude": 113.962197,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1712,
"longitude": null,
"supply": 1
},
{
"latitude": 22.553239,
"store_name": "test_Store",
"id": 1716,
"longitude": 113.900904,
"supply": 1
},
{
"latitude": 22.54114,
"store_name": "test_Store",
"id": 1717,
"longitude": 113.863812,
"supply": 1
},
{
"latitude": 22.599934,
"store_name": "test_Store",
"id": 1719,
"longitude": 113.931991,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1791,
"longitude": null,
"supply": 1
},
{
"latitude": 22.561641,
"store_name": "test_Store",
"id": 1794,
"longitude": 113.869079,
"supply": 1
},
{
"latitude": 22.556582,
"store_name": "test_Store",
"id": 1795,
"longitude": 113.961056,
"supply": 1
},
{
"latitude": 22.552382,
"store_name": "test_Store",
"id": 1797,
"longitude": 113.844884,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1862,
"longitude": null,
"supply": 1
},
{
"latitude": 22.56311,
"store_name": "test_Store",
"id": 1865,
"longitude": 113.958613,
"supply": 1
},
{
"latitude": 22.546926,
"store_name": "test_Store",
"id": 1866,
"longitude": 113.958833,
"supply": 1
},
{
"latitude": 22.524119,
"store_name": "test_Store",
"id": 1868,
"longitude": 113.879687,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 1932,
"longitude": null,
"supply": 1
},
{
"latitude": 22.563918,
"store_name": "test_Store",
"id": 1935,
"longitude": 113.870615,
"supply": 1
},
{
"latitude": 22.553186,
"store_name": "test_Store",
"id": 1936,
"longitude": 113.960676,
"supply": 1
},
{
"latitude": 22.537741,
"store_name": "test_Store",
"id": 1938,
"longitude": 113.940939,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 2002,
"longitude": null,
"supply": 1
},
{
"latitude": 22.572046,
"store_name": "test_Store",
"id": 2005,
"longitude": 113.868795,
"supply": 1
},
{
"latitude": 22.600725,
"store_name": "test_Store",
"id": 2006,
"longitude": 113.937599,
"supply": 1
},
{
"latitude": 22.550134,
"store_name": "test_Store",
"id": 2008,
"longitude": 113.847364,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 2072,
"longitude": null,
"supply": 1
},
{
"latitude": 22.559105,
"store_name": "test_Store",
"id": 2075,
"longitude": 113.876289,
"supply": 1
},
{
"latitude": 22.584303,
"store_name": "test_Store",
"id": 2076,
"longitude": 113.936139,
"supply": 1
},
{
"latitude": 22.584923,
"store_name": "test_Store",
"id": 2078,
"longitude": 113.848139,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 2142,
"longitude": null,
"supply": 1
},
{
"latitude": 22.561298,
"store_name": "test_Store",
"id": 2145,
"longitude": 113.960811,
"supply": 1
},
{
"latitude": 22.552838,
"store_name": "test_Store",
"id": 2146,
"longitude": 113.855899,
"supply": 1
},
{
"latitude": 22.583529,
"store_name": "test_Store",
"id": 2148,
"longitude": 113.951123,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 2208,
"longitude": null,
"supply": 1
},
{
"latitude": 22.561515,
"store_name": "test_Store",
"id": 2211,
"longitude": 113.944734,
"supply": 1
},
{
"latitude": 22.587351,
"store_name": "test_Store",
"id": 2212,
"longitude": 113.93337,
"supply": 1
},
{
"latitude": 22.566741,
"store_name": "test_Store",
"id": 2214,
"longitude": 113.96149,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 2279,
"longitude": null,
"supply": 1
},
{
"latitude": 22.602655,
"store_name": "test_Store",
"id": 2282,
"longitude": 113.92106,
"supply": 1
},
{
"latitude": 22.531153,
"store_name": "test_Store",
"id": 2283,
"longitude": 113.940397,
"supply": 1
},
{
"latitude": 22.541325,
"store_name": "test_Store",
"id": 2285,
"longitude": 113.866672,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 2300,
"longitude": null,
"supply": 1
},
{
"latitude": 22.54586,
"store_name": "test_Store",
"id": 2303,
"longitude": 113.856451,
"supply": 1
},
{
"latitude": 22.592021,
"store_name": "test_Store",
"id": 2304,
"longitude": 113.917686,
"supply": 1
},
{
"latitude": 22.555856,
"store_name": "test_Store",
"id": 2306,
"longitude": 113.914059,
"supply": 1
},
{
"latitude": null,
"store_name": null,
"id": 2392,
"longitude": null,
"supply": 1
},
{
"latitude": 22.545496,
"store_name": "test_Store",
"id": 2395,
"longitude": 113.93451,
"supply": 1
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'498bf308597b38440353e76d71ae5e093a15cd83', u'customerId': 2395}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.-1.store_name": {
"TYPE": "str"
},
"data.-1.id": {
"eq": 2395,
"TYPE": "int"
},
"supply": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.-1.store_name的返回值通过
检查key: data.-1.id的返回值通过
检查key: supply的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_535_Supplier_客户列表--正常 |
pass
pt1.535:
测试用例开始时间: 2017-06-17 17:54:53
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:55:00", "user_id": 101091, "local_token": "cb28c2e933f0b4c3e44dc1d34935fe0ff282f348", "employeerole": 5, "token": "bd75925f-e205-45d6-8bce-0e6533bd371f", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb28c2e933f0b4c3e44dc1d34935fe0ff282f348', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?
The request method is :GET
The request parameter is:
{
"search": "",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:cb28c2e933f0b4c3e44dc1d34935fe0ff282f348'}
****************************************************************************************************
接口请求响应时延为:
0.818000078201
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 11,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?limit=10&page=2&search=",
"currPage": 1,
"total": 105,
"data": [
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 583,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 590,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 596,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 600,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 601,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 603,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 615,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 616,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 618,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 629,
"contact_tel": "13212345678"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb28c2e933f0b4c3e44dc1d34935fe0ff282f348', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:cb28c2e933f0b4c3e44dc1d34935fe0ff282f348'}
****************************************************************************************************
接口请求响应时延为:
1.38499999046
接口请求返回值:
{
"msg": "成功",
"data": {
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2396,
"contact_tel": "13212345678"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb28c2e933f0b4c3e44dc1d34935fe0ff282f348', u'customerId': 2396}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?
The request method is :GET
The request parameter is:
{
"search": "",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:cb28c2e933f0b4c3e44dc1d34935fe0ff282f348'}
****************************************************************************************************
接口请求响应时延为:
1.56299996376
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 11,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?limit=10&page=2&search=",
"currPage": 1,
"total": 106,
"data": [
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 583,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 590,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 596,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 600,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 601,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 603,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 615,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 616,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 618,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 629,
"contact_tel": "13212345678"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb28c2e933f0b4c3e44dc1d34935fe0ff282f348', u'customerId': 2396}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: id的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?
The request method is :GET
The request parameter is:
{}
接口请求头文件为:
{u'token': u'token:cb28c2e933f0b4c3e44dc1d34935fe0ff282f348'}
****************************************************************************************************
接口请求响应时延为:
1.01300001144
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 10,
"totalPage": 11,
"hasNext": true,
"next": "http://devtest-pos.thy360.com/py/supplier/v1/store/customers/?page=2",
"currPage": 1,
"total": 106,
"data": [
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 583,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 590,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 596,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 600,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 601,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 603,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 615,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 616,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 618,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 629,
"contact_tel": "13212345678"
}
],
"previous": null
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'cb28c2e933f0b4c3e44dc1d34935fe0ff282f348', u'customerId': 2396}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"id": {
"TYPE": "int"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: id的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_536_Supplier_客户列表-不分页--正常 |
pass
pt1.536:
测试用例开始时间: 2017-06-17 17:55:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:54:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:55:10", "user_id": 101091, "local_token": "dcdb7588d758acec4b6b56c70970eb1b7aa2009d", "employeerole": 5, "token": "4a6c142d-1310-47d8-bb24-9cecc543deea", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'dcdb7588d758acec4b6b56c70970eb1b7aa2009d', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/unpage/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:dcdb7588d758acec4b6b56c70970eb1b7aa2009d'}
****************************************************************************************************
接口请求响应时延为:
1.50300002098
接口请求返回值:
{
"msg": "成功",
"data": [
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 583,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 590,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 596,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 600,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 601,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 603,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 615,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 616,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 618,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 629,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 630,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 632,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 641,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 642,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 644,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 725,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 726,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 730,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 732,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 794,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 795,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 799,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 801,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 845,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 848,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 849,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 851,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 911,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 914,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 915,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 917,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1039,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1043,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1044,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1046,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1105,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1108,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1109,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1111,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1173,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1177,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1178,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1180,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1276,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1280,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1281,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1283,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1374,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1375,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1379,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1381,
"contact_tel": null
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1467,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1471,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1472,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1474,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1562,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1566,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1567,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1569,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1642,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1646,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1647,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1649,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1712,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1716,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1717,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1719,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1791,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1794,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1795,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1797,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1862,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1865,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1866,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1868,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 1932,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1935,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1936,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 1938,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2002,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2005,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2006,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2008,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2072,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2075,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2076,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2078,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2142,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2145,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2146,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2148,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2208,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2211,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2212,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2214,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2279,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2282,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2283,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2285,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2300,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2303,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2304,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2306,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": null,
"platform_store": null,
"contact_sex": null,
"address": null,
"contact_name": null,
"id": 2392,
"contact_tel": null
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2395,
"contact_tel": "13212345678"
},
{
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2396,
"contact_tel": "13212345678"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'dcdb7588d758acec4b6b56c70970eb1b7aa2009d', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_537_Supplier_新增供应商--异常 参数异常 |
pass
pt1.537:
测试用例开始时间: 2017-06-17 17:55:10
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:55:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:55:16", "user_id": 101091, "local_token": "cb185044f188a2a7f36810b8b04a3fcdd7169a95", "employeerole": 5, "token": "f2811aeb-4704-4da7-931c-aaa3df3d3381", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb185044f188a2a7f36810b8b04a3fcdd7169a95', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"store_name": "test_Store"
}
接口请求头文件为:
{u'token': u'token:cb185044f188a2a7f36810b8b04a3fcdd7169a95'}
****************************************************************************************************
接口请求响应时延为:
1.42700004578
接口请求返回值:
{
"address": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb185044f188a2a7f36810b8b04a3fcdd7169a95', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"address": {
"EQ": [
"This field is required."
]
}
}
检查key: address的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_sex": 0,
"store_name": "test_Store",
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:cb185044f188a2a7f36810b8b04a3fcdd7169a95'}
****************************************************************************************************
接口请求响应时延为:
1.24500012398
接口请求返回值:
{
"contact_name": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb185044f188a2a7f36810b8b04a3fcdd7169a95', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_name": {
"EQ": [
"This field is required."
]
}
}
检查key: contact_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_name": "testName",
"store_name": "test_Store",
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:cb185044f188a2a7f36810b8b04a3fcdd7169a95'}
****************************************************************************************************
接口请求响应时延为:
2.16799998283
接口请求返回值:
{
"contact_sex": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb185044f188a2a7f36810b8b04a3fcdd7169a95', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_sex": {
"EQ": [
"This field is required."
]
}
}
检查key: contact_sex的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:cb185044f188a2a7f36810b8b04a3fcdd7169a95'}
****************************************************************************************************
接口请求响应时延为:
0.840000152588
接口请求返回值:
{
"contact_tel": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb185044f188a2a7f36810b8b04a3fcdd7169a95', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_tel": {
"EQ": [
"This field is required."
]
}
}
检查key: contact_tel的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:cb185044f188a2a7f36810b8b04a3fcdd7169a95'}
****************************************************************************************************
接口请求响应时延为:
1.71500015259
接口请求返回值:
{
"store_name": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb185044f188a2a7f36810b8b04a3fcdd7169a95', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"store_name": {
"EQ": [
"This field is required."
]
}
}
检查key: store_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": "test",
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:cb185044f188a2a7f36810b8b04a3fcdd7169a95'}
****************************************************************************************************
接口请求响应时延为:
1.09100008011
接口请求返回值:
{
"contact_sex": [
"A valid integer is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'cb185044f188a2a7f36810b8b04a3fcdd7169a95', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_sex": {
"EQ": [
"A valid integer is required."
]
}
}
检查key: contact_sex的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_538_Supplier_新增供应商--正常 |
pass
pt1.538:
测试用例开始时间: 2017-06-17 17:55:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:55:13", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:55:29", "user_id": 101091, "local_token": "dca955eabb154ead9adb022ad91696777e97560f", "employeerole": 5, "token": "40e32765-8b2a-476e-87e4-212ce4f38933", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'dca955eabb154ead9adb022ad91696777e97560f', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/suppliers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:dca955eabb154ead9adb022ad91696777e97560f'}
****************************************************************************************************
接口请求响应时延为:
1.6289999485
接口请求返回值:
{
"msg": "成功",
"data": {
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2397
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, u'new_store_id': 2397, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'dca955eabb154ead9adb022ad91696777e97560f'}
期望检测的返回值:
{
"store_name": {
"EQ": "test_Store"
},
"contact_tel": {
"EQ": "13212345678"
},
"contact_sex": {
"EQ": 0
},
"address": {
"EQ": "Testaddress"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "testName"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: store_name的返回值通过
检查key: contact_tel的返回值通过
检查key: contact_sex的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_539_Supplier_新增客户--异常 参数错误 |
pass
pt1.539:
测试用例开始时间: 2017-06-17 17:55:30
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:55:26", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:55:36", "user_id": 101091, "local_token": "9838cb14fe56d31c47ded647900a7be3a9650f88", "employeerole": 5, "token": "96921ea4-68a7-4bc8-bf0b-c21c7265a9f6", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9838cb14fe56d31c47ded647900a7be3a9650f88', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"store_name": "test_Store"
}
接口请求头文件为:
{u'token': u'token:9838cb14fe56d31c47ded647900a7be3a9650f88'}
****************************************************************************************************
接口请求响应时延为:
0.788999795914
接口请求返回值:
{
"address": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9838cb14fe56d31c47ded647900a7be3a9650f88', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"address": {
"EQ": [
"This field is required."
]
}
}
检查key: address的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_sex": 0,
"store_name": "test_Store",
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:9838cb14fe56d31c47ded647900a7be3a9650f88'}
****************************************************************************************************
接口请求响应时延为:
1.50099992752
接口请求返回值:
{
"contact_name": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9838cb14fe56d31c47ded647900a7be3a9650f88', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_name": {
"EQ": [
"This field is required."
]
}
}
检查key: contact_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_name": "testName",
"store_name": "test_Store",
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:9838cb14fe56d31c47ded647900a7be3a9650f88'}
****************************************************************************************************
接口请求响应时延为:
1.14100003242
接口请求返回值:
{
"contact_sex": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9838cb14fe56d31c47ded647900a7be3a9650f88', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_sex": {
"EQ": [
"This field is required."
]
}
}
检查key: contact_sex的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:9838cb14fe56d31c47ded647900a7be3a9650f88'}
****************************************************************************************************
接口请求响应时延为:
0.839999914169
接口请求返回值:
{
"contact_tel": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9838cb14fe56d31c47ded647900a7be3a9650f88', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_tel": {
"EQ": [
"This field is required."
]
}
}
检查key: contact_tel的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:9838cb14fe56d31c47ded647900a7be3a9650f88'}
****************************************************************************************************
接口请求响应时延为:
2.27399992943
接口请求返回值:
{
"store_name": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9838cb14fe56d31c47ded647900a7be3a9650f88', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"store_name": {
"EQ": [
"This field is required."
]
}
}
检查key: store_name的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": "test",
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:9838cb14fe56d31c47ded647900a7be3a9650f88'}
****************************************************************************************************
接口请求响应时延为:
0.927999973297
接口请求返回值:
{
"contact_sex": [
"A valid integer is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'9838cb14fe56d31c47ded647900a7be3a9650f88', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"contact_sex": {
"EQ": [
"A valid integer is required."
]
}
}
检查key: contact_sex的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_540_Supplier_新增客户--正常 |
pass
pt1.540:
测试用例开始时间: 2017-06-17 17:55:42
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:55:33", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:55:50", "user_id": 101091, "local_token": "7cba2c0e25a4f941e8d5b9f05adc75184be82e80", "employeerole": 5, "token": "78b9d214-2a54-4297-9f6d-79a3ceb1422d", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'7cba2c0e25a4f941e8d5b9f05adc75184be82e80', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/customers/
The request method is :POST
The request parameter is:
{
"store_name": "test_Store",
"contact_tel": "13212345678",
"contact_name": "testName",
"contact_sex": 0,
"address": "Testaddress"
}
接口请求头文件为:
{u'token': u'token:7cba2c0e25a4f941e8d5b9f05adc75184be82e80'}
****************************************************************************************************
接口请求响应时延为:
0.911999940872
接口请求返回值:
{
"msg": "成功",
"data": {
"supply": 1,
"store_name": "test_Store",
"platform_store": 0,
"contact_sex": 0,
"address": "Testaddress",
"contact_name": "testName",
"id": 2398,
"contact_tel": "13212345678"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000', 'password': '123456', 'token_supplier': u'7cba2c0e25a4f941e8d5b9f05adc75184be82e80', u'customerId': 2398}
期望检测的返回值:
{
"platform_store": {
"TYPE": "int"
},
"store_name": {
"EQ": "test_Store"
},
"supply": {
"TYPE": "int"
},
"contact_tel": {
"EQ": "13212345678"
},
"contact_sex": {
"EQ": 0
},
"address": {
"EQ": "Testaddress"
},
"msg": {
"EQ": "成功"
},
"contact_name": {
"EQ": "testName"
},
"id": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: platform_store的返回值通过
检查key: store_name的返回值通过
检查key: supply的返回值通过
检查key: contact_tel的返回值通过
检查key: contact_sex的返回值通过
检查key: address的返回值通过
检查key: msg的返回值通过
检查key: contact_name的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_541_Supplier_ľÇÂź--Ň쳣 ˛ÎĘý´íÎó |
pass
pt1.541:
测试用例开始时间: 2017-06-17 17:55:49
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:55:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"tel": "",
"store_id": ""
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.10800004005
接口请求返回值:
{
"password": [
"This field is required."
],
"tel": [
"This field may not be blank."
],
"store_id": [
"A valid integer is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"password": {
"EQ": [
"This field is required."
]
}
}
检查key: password的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": ""
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.50499987602
接口请求返回值:
{
"tel": [
"This field may not be blank."
],
"store_id": [
"This field is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"store_id": {
"EQ": [
"This field is required."
]
}
}
检查key: store_id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"store_id": ""
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.901000022888
接口请求返回值:
{
"tel": [
"This field is required."
],
"store_id": [
"A valid integer is required."
]
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"tel": {
"EQ": [
"This field is required."
]
}
}
检查key: tel的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_542_Supplier_登录--异常 账号不存在或密码错误 |
pass
pt1.542:
测试用例开始时间: 2017-06-17 17:55:56
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:55:53", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "254524",
"tel": "15000000000",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.30900001526
接口请求返回值:
{
"msg": "帐号不存在或密码错误",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "帐号不存在或密码错误"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "254524",
"tel": "15000000000",
"store_id": "434343"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.36600017548
接口请求返回值:
{
"msg": "帐号不存在或密码错误",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "帐号不存在或密码错误"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "1544444444}",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
0.926999807358
接口请求返回值:
{
"msg": "帐号不存在或密码错误",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "帐号不存在或密码错误"
},
"statusCode": {
"EQ": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_543_Supplier_µÇ¼--Õý³£ |
pass
pt1.543:
测试用例开始时间: 2017-06-17 17:56:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:56:00", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/auth/login/
The request method is :POST
The request parameter is:
{
"password": "123456",
"tel": "15000000000",
"store_id": "28"
}
接口请求头文件为:
{u'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
****************************************************************************************************
接口请求响应时延为:
1.91499996185
接口请求返回值:
{
"msg": "成功",
"data": {
"update_time": "2017-06-17 17:56:10",
"user_id": 101091,
"local_token": "3da5e9591523ca7a8f04a8f51f71ea4e03eec966",
"employeerole": 5,
"token": "c2255a66-a3d2-4f97-adee-18583f7517a8",
"last_login": "2017-04-25 10:26:11",
"employee_name": "杨正祥",
"image_url": null,
"login_tel": "15000000000",
"id": 31,
"store": 28
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"login_tel": {
"EQ": "15000000000"
},
"store": {
"EQ": 28
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: login_tel的返回值通过
检查key: store的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_544_Supplier_行业分类树--正常 |
pass
pt1.544:
测试用例开始时间: 2017-06-17 17:56:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:56:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:56:14", "user_id": 101091, "local_token": "225c77809601e4197e347003a83b58803b0d2db2", "employeerole": 5, "token": "5961bd76-70e1-407c-85e6-eff98d893392", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'225c77809601e4197e347003a83b58803b0d2db2', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//py/supplier/v1/store/industries/
The request method is :GET
null
接口请求头文件为:
{u'token': u'token:225c77809601e4197e347003a83b58803b0d2db2'}
****************************************************************************************************
接口请求响应时延为:
0.959000110626
接口请求返回值:
{
"msg": "成功",
"data": [
{
"industry_name": "零售",
"children": [
{
"industry_name": "超市/便利店",
"children": [],
"often": false,
"parent": 1,
"id": 3
},
{
"industry_name": "水果/生鲜",
"children": [],
"often": false,
"parent": 1,
"id": 4
},
{
"industry_name": "烟酒行",
"children": [],
"often": false,
"parent": 1,
"id": 5
},
{
"industry_name": "零食",
"children": [],
"often": false,
"parent": 1,
"id": 6
},
{
"industry_name": "美妆",
"children": [],
"often": false,
"parent": 1,
"id": 7
},
{
"industry_name": "文教/体育",
"children": [],
"often": false,
"parent": 1,
"id": 8
}
],
"often": false,
"parent": null,
"id": 1
},
{
"industry_name": "餐饮",
"children": [
{
"industry_name": "快餐",
"children": [],
"often": false,
"parent": 2,
"id": 9
},
{
"industry_name": "面包店",
"children": [],
"often": false,
"parent": 2,
"id": 10
},
{
"industry_name": "奶茶店",
"children": [],
"often": false,
"parent": 2,
"id": 11
}
],
"often": false,
"parent": null,
"id": 2
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'225c77809601e4197e347003a83b58803b0d2db2', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"often": {
"TYPE": "bool"
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"children": {
"TYPE": "list"
},
"id": {
"TYPE": "int"
}
}
检查key: often的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: children的返回值通过
检查key: id的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_545_Supplier_订单--订单列表--正常 |
fail
ft1.545:
测试用例开始时间: 2017-06-17 17:56:13
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:56:11", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:56:20", "user_id": 101091, "local_token": "86f6d429fd3c59964c3cacac4f67789297a41c89", "employeerole": 5, "token": "633ee0fc-0baa-4fa0-9b0e-54c485ad716a", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'86f6d429fd3c59964c3cacac4f67789297a41c89', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"payStatus": 1,
"limit": 10,
"page": 0,
"orderStatus": 4
}
接口请求头文件为:
{u'token': u'86f6d429fd3c59964c3cacac4f67789297a41c89'}
****************************************************************************************************
接口请求响应时延为:
1.4240000248
接口请求返回值:
"Invalid Token"
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'86f6d429fd3c59964c3cacac4f67789297a41c89', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ll": 0
},
"statusCode": {
"EQ": 0
}
}
u'msg'
测试步骤2失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_546_Supplier_订单管理--订单--取消订单--异常 不存在的订单 |
pass
pt1.546:
测试用例开始时间: 2017-06-17 17:56:19
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:56:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:56:25", "user_id": 101091, "local_token": "7db39d7bd4c0228dcf55f433a2bc772599ff4f55", "employeerole": 5, "token": "d9b8e386-db3e-4ee5-87d8-0b8cf58a599a", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'7db39d7bd4c0228dcf55f433a2bc772599ff4f55', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/11111111111/cancel/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:7db39d7bd4c0228dcf55f433a2bc772599ff4f55'}
****************************************************************************************************
接口请求响应时延为:
2.02399992943
接口请求返回值:
{
"msg": "未能找到该订单",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'7db39d7bd4c0228dcf55f433a2bc772599ff4f55', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_547_Supplier_订单管理--订单--取消订单--异常 已收款订单不能取消 |
fail
ft1.547:
测试用例开始时间: 2017-06-17 17:56:25
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:56:22", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 12}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 12
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"02","store_type":1,"token":"01905935-ee9d-4551-acde-2108600192a3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 12,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"0d195a4f-01e3-4266-9542-b4483516b360","storeNo":"12","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12, 'posNo': '080027400cba', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'password': '123456', 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12208",
"many": true,
"industry": 1,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test690",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2399, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:56:36", "district": "\u5b9d\u5b89\u533a", "house_number": "12208", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test690", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12208", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u96f6\u552e", "industry": 1, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2399
供应商登录
2399
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:56:38", "user_id": null, "local_token": "ea3f4438a797d6826bb21903e01fcf4fa59a6136", "employeerole": 5, "token": "5480e2c7-2b05-463c-98df-3cdc35743527", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2305, "store": 2399}, "statusCode": 0}
获取token:ea3f4438a797d6826bb21903e01fcf4fa59a6136
token:ea3f4438a797d6826bb21903e01fcf4fa59a6136
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111146881', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:04:04', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 364458, u'unit': 1, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6932773812341', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u74f6', u'stime': u'2017-05-26 16:04:04', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6932773812341
开始添加商品
{'status': 0, 'barcode': u'6932773812341', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19236, "unit": "\u74f6", "stock": "100"}], "category": 557, "user_id": "2399", "desc_url": null, "shortcut": null, "id": 19042, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6932773812341", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19042, u'category': 557, u'user_id': u'2399', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19236, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u74f6', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6932773812341', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19042,规格ID:19236,供应商ID2399,编码barcode6932773812341
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19236,
"commodityNumber": 10
}
],
"supplierId": 2399
}
接口请求头文件为:
{u'token': u'0d195a4f-01e3-4266-9542-b4483516b360', u'storeNo': u'12'}
****************************************************************************************************
接口请求响应时延为:
1.89400005341
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test690",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2399",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19236,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6932773812341",
"grossProfit": "0.00",
"productName": "70+60意大利风度者喱",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19042,
"categoryId": 557,
"unit": "瓶",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 12,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6932773812341', 'token_supplier': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'specId1': 19236, 'pid1': 19042, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2399, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test690', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2399', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19236, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6932773812341', u'grossProfit': u'0.00', u'productName': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19042, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6932773812341', 'token_supplier': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'specId1': 19236, 'pid1': 19042, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2399, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test690', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2399', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19236, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6932773812341', u'grossProfit': u'0.00', u'productName': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19042, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
{'token': u'0d195a4f-01e3-4266-9542-b4483516b360', 'storeNo': 12}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test690",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2399",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19236,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6932773812341",
"grossProfit": "0.00",
"productName": "70+60意大利风度者喱",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19042,
"categoryId": 557,
"unit": "瓶",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 12,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10273}
{'orderId': 10273, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6932773812341', 'token_supplier': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'specId1': 19236, 'pid1': 19042, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2399, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test690', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2399', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19236, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6932773812341', u'grossProfit': u'0.00', u'productName': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19042, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10273/take/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136'}
****************************************************************************************************
接口请求响应时延为:
1.92700004578
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2399",
"cancelReason": null,
"orderNo": "00002399001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:56:47",
"cost": "0.10",
"orderItems": [
{
"specId": 19236,
"itemType": 0,
"grossProfitRate": null,
"cost": null,
"productProperty": null,
"id": 19049,
"unit": "瓶",
"img": "",
"grossProfit": null,
"json": null,
"orderItems": [],
"income": null,
"categoryId": 557,
"productId": 19042,
"orderId": 10273,
"categoryName": "未分类",
"barcode": "6932773812341",
"productName": "70+60意大利风度者喱",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:56:45",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"statusTime": "2017-06-17 17:56:47",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test690",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10273,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 12,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10273, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6932773812341', 'token_supplier': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'specId1': 19236, 'pid1': 19042, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2399, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test690', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2399', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19236, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6932773812341', u'grossProfit': u'0.00', u'productName': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19042, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10273/deliver/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136'}
****************************************************************************************************
接口请求响应时延为:
0.81200003624
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2399",
"cancelReason": null,
"orderNo": "00002399001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:56:47",
"cost": "0.10",
"orderItems": [
{
"specId": 19236,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 19049,
"unit": "瓶",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19042,
"orderId": 10273,
"categoryName": "未分类",
"barcode": "6932773812341",
"productName": "70+60意大利风度者喱",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 5,
"version": 4,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:56:45",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:56:48",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"statusTime": "2017-06-17 17:56:48",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test690",
"grossProfitRate": "90%",
"orderStatus": 3,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10273,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 12,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10273, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6932773812341', 'token_supplier': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'specId1': 19236, 'pid1': 19042, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2399, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test690', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2399', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19236, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6932773812341', u'grossProfit': u'0.00', u'productName': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19042, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
{u'db': u'posorder', u'command': u'select id from orderitem where order_id = 10273'}
{'orderId': 10273, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6932773812341', 'token_supplier': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'specId1': 19236, 'pid1': 19042, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2399, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test690', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2399', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19236, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6932773812341', u'grossProfit': u'0.00', u'productName': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19042, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19049, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/storage/purchase/10273/handle
The request method is :post
The request parameter is:
{
"order_item": [
{
"purchase_cnt": "10",
"product_id": 19042,
"order_item_id": 19049
}
],
"operator_id": 13895313385,
"operator_name": "院长"
}
接口请求头文件为:
{u'token': u'01905935-ee9d-4551-acde-2108600192a3'}
****************************************************************************************************
接口请求响应时延为:
0.742000102997
接口请求返回值:
{
"msg": "订单尚未配送,不能收货入库!",
"status_code": 1,
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10273, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6932773812341', 'token_supplier': u'token:ea3f4438a797d6826bb21903e01fcf4fa59a6136', 'token_boss': u'0d195a4f-01e3-4266-9542-b4483516b360', 'specId1': 19236, 'pid1': 19042, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2399, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test690', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2399', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19236, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6932773812341', u'grossProfit': u'0.00', u'productName': u'70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19042, u'categoryId': 557, u'unit': u'\u74f6', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, u'id': 19049, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode返回值失败。
测试步骤7失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_548_Supplier_订单管理--订单--取消订单--正常 |
fail
ft1.548:
测试用例开始时间: 2017-06-17 17:56:51
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12145",
"many": true,
"industry": 6,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test586",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2400, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:56:57", "district": "\u5b9d\u5b89\u533a", "house_number": "12145", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test586", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12145", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u96f6\u98df", "industry": 6, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2400
供应商登录
2400
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:56:59", "user_id": null, "local_token": "f206b2900a2ee60df100472cf872786a5875c511", "employeerole": 5, "token": "3ad336ae-53e2-4bc7-8456-c253c1319499", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2306, "store": 2400}, "statusCode": 0}
获取token:f206b2900a2ee60df100472cf872786a5875c511
token:f206b2900a2ee60df100472cf872786a5875c511
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111149951', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:08:10', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 395119, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'1PCS', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9787801234124', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:08:10', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u5c71\u6d77\u7ecf', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9787801234124
开始添加商品
{'status': 0, 'barcode': u'9787801234124', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19237, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2400", "desc_url": null, "shortcut": null, "id": 19043, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9787801234124", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u5c71\u6d77\u7ecf", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19043, u'category': 557, u'user_id': u'2400', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19237, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9787801234124', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u5c71\u6d77\u7ecf', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19043,规格ID:19237,供应商ID2400,编码barcode9787801234124
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:56:57", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19237, 'pid1': 19043, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2400, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511'}
{'specId1': 19237, 'pid1': 19043, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2400, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"de65b52e-8687-45a7-a532-300fc550fd7c","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'specId1': 19237, 'pid1': 19043, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2400, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511', 'token_boss': u'de65b52e-8687-45a7-a532-300fc550fd7c'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'de65b52e-8687-45a7-a532-300fc550fd7c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.60299992561
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19237, 'pid1': 19043, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2400, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511', 'token_boss': u'de65b52e-8687-45a7-a532-300fc550fd7c'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19237,
"commodityNumber": 10
}
],
"supplierId": 2400
}
接口请求头文件为:
{u'token': u'de65b52e-8687-45a7-a532-300fc550fd7c', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.26400017738
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test586",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2400",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19237,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9787801234124",
"grossProfit": "0.00",
"productName": "山海经",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19043,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511', 'token_boss': u'de65b52e-8687-45a7-a532-300fc550fd7c', 'specId1': 19237, 'new_store_id': 2400, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19043, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test586', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2400', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19237, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787801234124', u'grossProfit': u'0.00', u'productName': u'\u5c71\u6d77\u7ecf', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19043, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"productId": {
"eq": 19043
},
"specId": {
"eq": 19237
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: productId的返回值通过
检查key: specId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': u'15000000000', 'store_id': 10, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511', 'token_boss': u'de65b52e-8687-45a7-a532-300fc550fd7c', 'specId1': 19237, 'new_store_id': 2400, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19043, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test586', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2400', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19237, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787801234124', u'grossProfit': u'0.00', u'productName': u'\u5c71\u6d77\u7ecf', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19043, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'de65b52e-8687-45a7-a532-300fc550fd7c', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test586",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2400",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19237,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9787801234124",
"grossProfit": "0.00",
"productName": "山海经",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19043,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10274}
{'orderId': 10274, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511', 'token_boss': u'de65b52e-8687-45a7-a532-300fc550fd7c', 'specId1': 19237, 'new_store_id': 2400, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19043, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test586', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2400', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19237, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787801234124', u'grossProfit': u'0.00', u'productName': u'\u5c71\u6d77\u7ecf', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19043, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"payStatus": 0,
"limit": 10,
"page": 0,
"orderStatus": 0
}
接口请求头文件为:
{u'token': u'token:f206b2900a2ee60df100472cf872786a5875c511'}
****************************************************************************************************
接口请求响应时延为:
2.14500021935
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "15000000000",
"storeNo": "2400",
"cancelReason": null,
"orderNo": "00002400001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:57:13",
"cost": "0.10",
"orderItems": [
{
"specId": 19237,
"itemType": 0,
"grossProfitRate": null,
"cost": null,
"productProperty": null,
"id": 19050,
"unit": "--",
"img": "",
"grossProfit": null,
"json": null,
"orderItems": [],
"income": null,
"categoryId": 557,
"productId": 19043,
"orderId": 10274,
"categoryName": "未分类",
"barcode": "9787801234124",
"productName": "山海经",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:57:11",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:57:13",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test586",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10274,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10274, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511', 'token_boss': u'de65b52e-8687-45a7-a532-300fc550fd7c', 'specId1': 19237, 'new_store_id': 2400, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19043, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test586', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2400', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19237, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787801234124', u'grossProfit': u'0.00', u'productName': u'\u5c71\u6d77\u7ecf', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19043, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data.0.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.data.0.orderItems.0.productId": {
"eq": 19043
},
"data.data.0.id": {
"eq": 10274
},
"msg": {
"EQ": "成功"
},
"data.data.0.memberId": {
"eq": 10
},
"data.data": {
"ll": 1
}
}
检查key: statusCode的返回值通过
检查key: data.data.0.orderItems.0.productNumber的返回值通过
检查key: data.data.0.orderItems.0.productId的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.data.0.memberId的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10274/cancel/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:f206b2900a2ee60df100472cf872786a5875c511'}
****************************************************************************************************
接口请求响应时延为:
0.836999893188
接口请求返回值:
{
"detail": "Method \"GET\" not allowed."
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10274, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9787801234124', 'token_supplier': u'token:f206b2900a2ee60df100472cf872786a5875c511', 'token_boss': u'de65b52e-8687-45a7-a532-300fc550fd7c', 'specId1': 19237, 'new_store_id': 2400, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19043, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test586', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2400', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19237, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9787801234124', u'grossProfit': u'0.00', u'productName': u'\u5c71\u6d77\u7ecf', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19043, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"data.id": {
"eq": 10274
},
"data.memberId": {
"eq": 10
},
"data.orderItems.0.productId": {
"eq": 19043
},
"msg": {
"EQ": "成功"
},
"data.orderItems.0.productNumber": {
"eq": "10.000"
},
"statusCode": {
"EQ": 0
}
}
u'data'
测试步骤8失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_549_Supplier_订单管理--订单--接单--正常 |
pass
pt1.549:
测试用例开始时间: 2017-06-17 17:57:16
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:57:03", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 12}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 12
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"02","store_type":1,"token":"01905935-ee9d-4551-acde-2108600192a3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 12,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6ccb42ab-b416-45d6-91a8-b3f3841eb90a","storeNo":"12","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 12, 'posNo': '080027400cba', 'token_boss': u'6ccb42ab-b416-45d6-91a8-b3f3841eb90a', 'password': '123456', 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12175",
"many": true,
"industry": 1,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test764",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u59da\u6d77\u6797", "id": 2401, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:57:27", "district": "\u5b9d\u5b89\u533a", "house_number": "12175", "storekeeper": "\u59da\u6d77\u6797", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test764", "idcard_no": "452722197507190776", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12175", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u96f6\u552e", "industry": 1, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2401
供应商登录
2401
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:57:29", "user_id": null, "local_token": "8e6e6645e91f16d713c3b808f23ce6851d5c5dc5", "employeerole": 5, "token": "737bce66-6f4d-4704-ad84-c3e85b791eb1", "last_login": null, "employee_name": "\u59da\u6d77\u6797", "image_url": null, "login_tel": "13812345678", "id": 2307, "store": 2401}, "statusCode": 0}
获取token:8e6e6645e91f16d713c3b808f23ce6851d5c5dc5
token:8e6e6645e91f16d713c3b808f23ce6851d5c5dc5
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111141678', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:57:09', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 312585, u'unit': 12, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6927939512340', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u888b', u'stime': u'2017-05-26 15:57:09', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6927939512340
开始添加商品
{'status': 0, 'barcode': u'6927939512340', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19238, "unit": "\u888b", "stock": "100"}], "category": 557, "user_id": "2401", "desc_url": null, "shortcut": null, "id": 19044, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6927939512340", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19044, u'category': 557, u'user_id': u'2401', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19238, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u888b', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6927939512340', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19044,规格ID:19238,供应商ID2401,编码barcode6927939512340
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19238,
"commodityNumber": 10
}
],
"supplierId": 2401
}
接口请求头文件为:
{u'token': u'6ccb42ab-b416-45d6-91a8-b3f3841eb90a', u'storeNo': u'12'}
****************************************************************************************************
接口请求响应时延为:
0.703999996185
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test764",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2401",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19238,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6927939512340",
"grossProfit": "0.00",
"productName": "100g寿春特级浓香型",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19044,
"categoryId": 557,
"unit": "袋",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 12,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6927939512340', 'token_supplier': u'token:8e6e6645e91f16d713c3b808f23ce6851d5c5dc5', 'token_boss': u'6ccb42ab-b416-45d6-91a8-b3f3841eb90a', 'specId1': 19238, 'pid1': 19044, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2401, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test764', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2401', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19238, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927939512340', u'grossProfit': u'0.00', u'productName': u'100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19044, u'categoryId': 557, u'unit': u'\u888b', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6927939512340', 'token_supplier': u'token:8e6e6645e91f16d713c3b808f23ce6851d5c5dc5', 'token_boss': u'6ccb42ab-b416-45d6-91a8-b3f3841eb90a', 'specId1': 19238, 'pid1': 19044, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2401, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test764', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2401', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19238, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927939512340', u'grossProfit': u'0.00', u'productName': u'100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19044, u'categoryId': 557, u'unit': u'\u888b', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
{'token': u'6ccb42ab-b416-45d6-91a8-b3f3841eb90a', 'storeNo': 12}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test764",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2401",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19238,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "6927939512340",
"grossProfit": "0.00",
"productName": "100g寿春特级浓香型",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19044,
"categoryId": 557,
"unit": "袋",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 0,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 12,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10275}
{'orderId': 10275, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6927939512340', 'token_supplier': u'token:8e6e6645e91f16d713c3b808f23ce6851d5c5dc5', 'token_boss': u'6ccb42ab-b416-45d6-91a8-b3f3841eb90a', 'specId1': 19238, 'pid1': 19044, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2401, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test764', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2401', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19238, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927939512340', u'grossProfit': u'0.00', u'productName': u'100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19044, u'categoryId': 557, u'unit': u'\u888b', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/10275/take/
The request method is :put
null
接口请求头文件为:
{u'token': u'token:8e6e6645e91f16d713c3b808f23ce6851d5c5dc5'}
****************************************************************************************************
接口请求响应时延为:
0.849999904633
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2401",
"cancelReason": null,
"orderNo": "00002401001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:57:38",
"cost": "0.10",
"orderItems": [
{
"specId": 19238,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 19051,
"unit": "袋",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19044,
"orderId": 10275,
"categoryName": "未分类",
"barcode": "6927939512340",
"productName": "100g寿春特级浓香型",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 17:57:37",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区怡华新村555",
"statusTime": "2017-06-17 17:57:38",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test764",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10275,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 12,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10275, 'tel': '13812345678', 'store_id': 12, 'posNo': '080027400cba', 'barcode': '6927939512340', 'token_supplier': u'token:8e6e6645e91f16d713c3b808f23ce6851d5c5dc5', 'token_boss': u'6ccb42ab-b416-45d6-91a8-b3f3841eb90a', 'specId1': 19238, 'pid1': 19044, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'new_store_id': 2401, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test764', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2401', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19238, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'6927939512340', u'grossProfit': u'0.00', u'productName': u'100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19044, u'categoryId': 557, u'unit': u'\u888b', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 0, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 12, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u6021\u534e\u65b0\u6751555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}, 'token_pos': u'01905935-ee9d-4551-acde-2108600192a3'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_550_Supplier_订单管理--订单--新增线下订单--异常 payStatus不带 |
pass
pt1.550:
测试用例开始时间: 2017-06-17 17:57:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12526",
"many": true,
"industry": 11,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test457",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2402, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:57:45", "district": "\u5b9d\u5b89\u533a", "house_number": "12526", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test457", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12526", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u5976\u8336\u5e97", "industry": 11, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2402
供应商登录
2402
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:57:47", "user_id": null, "local_token": "c162278d109e4fb5ca6faa9c9e1a78b302fa1c4e", "employeerole": 5, "token": "c57c8cee-fb31-4c1d-a936-1ffdad7d39e0", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2308, "store": 2402}, "statusCode": 0}
获取token:c162278d109e4fb5ca6faa9c9e1a78b302fa1c4e
token:c162278d109e4fb5ca6faa9c9e1a78b302fa1c4e
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111142943', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:58:46', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 325204, u'unit': 8, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6928712340013', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u5305', u'stime': u'2017-05-26 15:58:46', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'158g\u548c\u8054\u9152\u6885', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6928712340013
开始添加商品
{'status': 0, 'barcode': u'6928712340013', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19239, "unit": "\u5305", "stock": "100"}], "category": 557, "user_id": "2402", "desc_url": null, "shortcut": null, "id": 19045, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6928712340013", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "158g\u548c\u8054\u9152\u6885", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19045, u'category': 557, u'user_id': u'2402', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19239, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u5305', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6928712340013', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'158g\u548c\u8054\u9152\u6885', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19045,规格ID:19239,供应商ID2402,编码barcode6928712340013
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:57:46", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19239, 'pid1': 19045, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2402, 'barcode': '6928712340013', 'token_supplier': u'token:c162278d109e4fb5ca6faa9c9e1a78b302fa1c4e'}
{'specId1': 19239, 'pid1': 19045, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2402, 'barcode': '6928712340013', 'token_supplier': u'token:c162278d109e4fb5ca6faa9c9e1a78b302fa1c4e'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :POST
The request parameter is:
{
"supplierRemarks": "This is the test.",
"memberId": "10",
"orderItems": [
{
"productNumber": 5,
"salePrice": "10",
"productId": 19045
}
],
"payType": 1
}
接口请求头文件为:
{u'token': u'token:c162278d109e4fb5ca6faa9c9e1a78b302fa1c4e'}
****************************************************************************************************
接口请求响应时延为:
1.25300002098
接口请求返回值:
{
"msg": "required attr payStatus",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19239, 'pid1': 19045, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2402, 'barcode': '6928712340013', 'token_supplier': u'token:c162278d109e4fb5ca6faa9c9e1a78b302fa1c4e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_551_Supplier_订单管理--订单--新增线下订单--异常 不带productId |
pass
pt1.551:
测试用例开始时间: 2017-06-17 17:57:57
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12491",
"many": true,
"industry": 9,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test927",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2403, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:58:02", "district": "\u5b9d\u5b89\u533a", "house_number": "12491", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test927", "idcard_no": "330224196702265835", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12491", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u5feb\u9910", "industry": 9, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2403
供应商登录
2403
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:58:04", "user_id": null, "local_token": "81f30256bcbb91c18644962a639c64c7776b3995", "employeerole": 5, "token": "a8fd23f4-46d3-4c57-a467-f48a3b544ae3", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2309, "store": 2403}, "statusCode": 0}
获取token:81f30256bcbb91c18644962a639c64c7776b3995
token:81f30256bcbb91c18644962a639c64c7776b3995
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148770', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383315, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'100g', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789617', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u79b9\u9732\u7279\u7ea7\u7eff\u8336', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789617
开始添加商品
{'status': 0, 'barcode': u'9123456789617', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19240, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2403", "desc_url": null, "shortcut": null, "id": 19046, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789617", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19046, u'category': 557, u'user_id': u'2403', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19240, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789617', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u79b9\u9732\u7279\u7ea7\u7eff\u8336', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19046,规格ID:19240,供应商ID2403,编码barcode9123456789617
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:58:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19240, 'pid1': 19046, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2403, 'barcode': '9123456789617', 'token_supplier': u'token:81f30256bcbb91c18644962a639c64c7776b3995'}
{'specId1': 19240, 'pid1': 19046, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2403, 'barcode': '9123456789617', 'token_supplier': u'token:81f30256bcbb91c18644962a639c64c7776b3995'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :POST
The request parameter is:
{
"supplierRemarks": "This is the test.",
"payStatus": 1,
"memberId": "10",
"orderItems": [
{
"salePrice": "10",
"productNumber": 5
}
],
"payType": 1
}
接口请求头文件为:
{u'token': u'token:81f30256bcbb91c18644962a639c64c7776b3995'}
****************************************************************************************************
接口请求响应时延为:
0.678000211716
接口请求返回值:
{
"orderItems": [
{
"productId": [
"This field is required."
]
}
]
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19240, 'pid1': 19046, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2403, 'barcode': '9123456789617', 'token_supplier': u'token:81f30256bcbb91c18644962a639c64c7776b3995'}
期望检测的返回值:
{
"productId": {
"eq": [
"This field is required."
]
}
}
检查key: productId的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_552_Supplier_订单管理--订单--新增线下订单--异常 不带productNumber |
pass
pt1.552:
测试用例开始时间: 2017-06-17 17:58:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12046",
"many": true,
"industry": 4,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test718",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2404, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:58:16", "district": "\u5b9d\u5b89\u533a", "house_number": "12046", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test718", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12046", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u6c34\u679c/\u751f\u9c9c", "industry": 4, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2404
供应商登录
2404
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:58:18", "user_id": null, "local_token": "64ab89575e4cb8f32f6b30d9c5b035bc8fff3080", "employeerole": 5, "token": "3ad5295f-0922-4e28-8e30-5dab823b5c05", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2310, "store": 2404}, "statusCode": 0}
获取token:64ab89575e4cb8f32f6b30d9c5b035bc8fff3080
token:64ab89575e4cb8f32f6b30d9c5b035bc8fff3080
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148771', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383324, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789709', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u9762\u5dfe\u7eb8', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789709
开始添加商品
{'status': 0, 'barcode': u'9123456789709', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19242, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2404", "desc_url": null, "shortcut": null, "id": 19048, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789709", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u9762\u5dfe\u7eb8", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19048, u'category': 557, u'user_id': u'2404', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19242, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789709', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u9762\u5dfe\u7eb8', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19048,规格ID:19242,供应商ID2404,编码barcode9123456789709
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:58:17", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19242, 'pid1': 19048, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2404, 'barcode': '9123456789709', 'token_supplier': u'token:64ab89575e4cb8f32f6b30d9c5b035bc8fff3080'}
{'specId1': 19242, 'pid1': 19048, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2404, 'barcode': '9123456789709', 'token_supplier': u'token:64ab89575e4cb8f32f6b30d9c5b035bc8fff3080'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :POST
The request parameter is:
{
"supplierRemarks": "This is the test.",
"payStatus": 1,
"memberId": "10",
"orderItems": [
{
"salePrice": "10",
"productId": 19048
}
],
"payType": 1
}
接口请求头文件为:
{u'token': u'token:64ab89575e4cb8f32f6b30d9c5b035bc8fff3080'}
****************************************************************************************************
接口请求响应时延为:
1.90100002289
接口请求返回值:
{
"orderItems": [
{
"productNumber": [
"This field is required."
]
}
]
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19242, 'pid1': 19048, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2404, 'barcode': '9123456789709', 'token_supplier': u'token:64ab89575e4cb8f32f6b30d9c5b035bc8fff3080'}
期望检测的返回值:
{
"productNumber": {
"EQ": [
"This field is required."
]
}
}
检查key: productNumber的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_553_Supplier_订单管理--订单--新增线下订单--异常 已支付不填写payType |
pass
pt1.553:
测试用例开始时间: 2017-06-17 17:58:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12817",
"many": true,
"industry": 8,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test285",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u59da\u6d77\u6797", "id": 2405, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:58:32", "district": "\u5b9d\u5b89\u533a", "house_number": "12817", "storekeeper": "\u59da\u6d77\u6797", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test285", "idcard_no": "452722197507190776", "apply_time_display": "1\u79d2", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12817", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u6587\u6559/\u4f53\u80b2", "industry": 8, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2405
供应商登录
2405
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:58:35", "user_id": null, "local_token": "226876c789f0e8c2f32c7d588984820630366ced", "employeerole": 5, "token": "e3a41a9d-a175-4147-ac18-90544cffebed", "last_login": null, "employee_name": "\u59da\u6d77\u6797", "image_url": null, "login_tel": "13812345678", "id": 2311, "store": 2405}, "statusCode": 0}
获取token:226876c789f0e8c2f32c7d588984820630366ced
token:226876c789f0e8c2f32c7d588984820630366ced
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111138052', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:52:20', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 276478, u'unit': 35, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'8018#', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6926144331234', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u53ea', u'stime': u'2017-05-26 15:52:20', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u68a6\u4ed58018#\u7259\u5237', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6926144331234
开始添加商品
{'status': 0, 'barcode': u'6926144331234', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19243, "unit": "\u53ea", "stock": "100"}], "category": 557, "user_id": "2405", "desc_url": null, "shortcut": null, "id": 19049, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6926144331234", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u68a6\u4ed58018#\u7259\u5237", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19049, u'category': 557, u'user_id': u'2405', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19243, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u53ea', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6926144331234', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u68a6\u4ed58018#\u7259\u5237', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19049,规格ID:19243,供应商ID2405,编码barcode6926144331234
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:58:34", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19243, 'pid1': 19049, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2405, 'barcode': '6926144331234', 'token_supplier': u'token:226876c789f0e8c2f32c7d588984820630366ced'}
{'specId1': 19243, 'pid1': 19049, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2405, 'barcode': '6926144331234', 'token_supplier': u'token:226876c789f0e8c2f32c7d588984820630366ced'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :POST
The request parameter is:
{
"supplierRemarks": "This is the test.",
"payStatus": 1,
"memberId": "10",
"orderItems": [
{
"productNumber": 5,
"salePrice": "10",
"productId": 19049
}
]
}
接口请求头文件为:
{u'token': u'token:226876c789f0e8c2f32c7d588984820630366ced'}
****************************************************************************************************
接口请求响应时延为:
0.682999849319
接口请求返回值:
{
"msg": "required attr payType",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19243, 'pid1': 19049, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2405, 'barcode': '6926144331234', 'token_supplier': u'token:226876c789f0e8c2f32c7d588984820630366ced'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_554_Supplier_订单管理--订单--新增线下订单--正常 |
pass
pt1.554:
测试用例开始时间: 2017-06-17 17:58:43
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12732",
"many": true,
"industry": 11,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test680",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2406, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:58:48", "district": "\u5b9d\u5b89\u533a", "house_number": "12732", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test680", "idcard_no": "533527198909210238", "apply_time_display": "1\u79d2", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12732", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u5976\u8336\u5e97", "industry": 11, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2406
供应商登录
2406
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:58:51", "user_id": null, "local_token": "245482b3cf3b4e39e9b918ae6ad14038f6acc7ef", "employeerole": 5, "token": "b2bac84c-20b2-4741-96ac-9c84992ccea6", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2312, "store": 2406}, "statusCode": 0}
获取token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef
token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148399', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:06', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 379609, u'unit': 1, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'1250g', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6935692512347', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u74f6', u'stime': u'2017-05-26 16:06:06', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u5fb7\u5ddd\u957f\u5bff\u6843', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6935692512347
开始添加商品
{'status': 0, 'barcode': u'6935692512347', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19244, "unit": "\u74f6", "stock": "100"}], "category": 557, "user_id": "2406", "desc_url": null, "shortcut": null, "id": 19050, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6935692512347", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19050, u'category': 557, u'user_id': u'2406', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19244, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u74f6', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6935692512347', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u5fb7\u5ddd\u957f\u5bff\u6843', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19050,规格ID:19244,供应商ID2406,编码barcode6935692512347
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:58:49", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19244, 'pid1': 19050, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2406, 'barcode': '6935692512347', 'token_supplier': u'token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef'}
{'specId1': 19244, 'pid1': 19050, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2406, 'barcode': '6935692512347', 'token_supplier': u'token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :POST
The request parameter is:
{
"supplierRemarks": "This is the test.",
"payStatus": 1,
"memberId": "10",
"orderItems": [
{
"productNumber": 5,
"salePrice": "10",
"productId": 19050
}
],
"payType": 1
}
接口请求头文件为:
{u'token': u'token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef'}
****************************************************************************************************
接口请求响应时延为:
0.738000154495
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "13512345678",
"storeNo": "2406",
"cancelReason": null,
"orderNo": "00002406161706170001",
"storeCategory": 1,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "50.00",
"serialNumber": null,
"supplierRemarks": "This is the test.",
"prepaidcardPayAmount": "0.00",
"productNumber": null,
"memberIndustryId": 9,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:58:59",
"cost": "0.00",
"orderItems": [
{
"specId": 19244,
"itemType": 0,
"grossProfitRate": null,
"cost": null,
"productProperty": null,
"id": 19052,
"unit": "瓶",
"img": "",
"grossProfit": null,
"json": null,
"orderItems": [],
"income": null,
"categoryId": 557,
"productId": 19050,
"orderId": 10276,
"categoryName": "未分类",
"barcode": "6935692512347",
"productName": "德川长寿桃",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "5.000",
"purchasePrice": "0.01",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 1,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": \"This is the test.\"}",
"deliveryType": null,
"dealAmount": "50.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": "2017-06-17 17:58:59",
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 1,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.00",
"payAmount": "50.00",
"orderTime": "2017-06-17 17:58:59",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:58:59",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:58:59",
"deliveryFee": "0.00",
"productAmount": "50.00",
"storeName": "Test680",
"grossProfitRate": "0%",
"orderStatus": 4,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10276,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 0,
"income": "0.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10276, 'tel': u'15000000000', 'store_id': 10, 'barcode': '6935692512347', 'token_supplier': u'token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef', 'specId1': 19244, 'new_store_id': 2406, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19050, u'orderNo': u'00002406161706170001', 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"orderStatus": 4,
"payStatus": 1,
"limit": 10,
"memberId": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef'}
****************************************************************************************************
接口请求响应时延为:
1.57699990273
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "13512345678",
"storeNo": "2406",
"cancelReason": null,
"orderNo": "00002406161706170001",
"storeCategory": 1,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "50.00",
"serialNumber": null,
"supplierRemarks": "This is the test.",
"prepaidcardPayAmount": "0.00",
"productNumber": "5.000",
"memberIndustryId": 9,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:58:59",
"cost": "0.05",
"orderItems": [
{
"specId": 19244,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.05",
"productProperty": null,
"id": 19052,
"unit": "瓶",
"img": "",
"grossProfit": "49.95",
"json": null,
"orderItems": [],
"income": "50.00",
"categoryId": 557,
"productId": 19050,
"orderId": 10276,
"categoryName": "未分类",
"barcode": "6935692512347",
"productName": "德川长寿桃",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "5.000",
"purchasePrice": "0.01",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 2,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": \"This is the test.\"}",
"deliveryType": null,
"dealAmount": "50.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": "2017-06-17 17:58:59",
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 1,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "49.95",
"payAmount": "50.00",
"orderTime": "2017-06-17 17:58:59",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:58:59",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:58:59",
"deliveryFee": "0.00",
"productAmount": "50.00",
"storeName": "Test680",
"grossProfitRate": "100%",
"orderStatus": 4,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10276,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 0,
"income": "50.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10276, 'tel': u'15000000000', 'store_id': 10, 'barcode': '6935692512347', 'token_supplier': u'token:245482b3cf3b4e39e9b918ae6ad14038f6acc7ef', 'specId1': 19244, 'new_store_id': 2406, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19050, u'orderNo': u'00002406161706170001', 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ll": 1
},
"data.data.0.orderNo": {
"eq": "00002406161706170001"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: data.data.0.orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_555_Supplier_订单管理--订单--编辑订单--正常 |
pass
pt1.555:
测试用例开始时间: 2017-06-17 17:59:03
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12037",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test409",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2407, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:59:09", "district": "\u5b9d\u5b89\u533a", "house_number": "12037", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test409", "idcard_no": "533527198909210238", "apply_time_display": "", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12037", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2407
供应商登录
2407
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:59:12", "user_id": null, "local_token": "78ca4b2f371c855563b5ade233ebb12406e7a700", "employeerole": 5, "token": "dedc6bb6-d030-47e3-82ff-18a7c176b256", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2313, "store": 2407}, "statusCode": 0}
获取token:78ca4b2f371c855563b5ade233ebb12406e7a700
token:78ca4b2f371c855563b5ade233ebb12406e7a700
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148771', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383321, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789679', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u9762\u5305', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789679
开始添加商品
{'status': 0, 'barcode': u'9123456789679', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19245, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2407", "desc_url": null, "shortcut": null, "id": 19051, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789679", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u9762\u5305", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19051, u'category': 557, u'user_id': u'2407', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19245, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789679', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u9762\u5305', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19051,规格ID:19245,供应商ID2407,编码barcode9123456789679
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:59:10", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19245, 'pid1': 19051, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2407, 'barcode': '9123456789679', 'token_supplier': u'token:78ca4b2f371c855563b5ade233ebb12406e7a700'}
{'specId1': 19245, 'pid1': 19051, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2407, 'barcode': '9123456789679', 'token_supplier': u'token:78ca4b2f371c855563b5ade233ebb12406e7a700'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :POST
The request parameter is:
{
"supplierRemarks": "This is the test.",
"payStatus": 1,
"memberId": "10",
"orderItems": [
{
"productNumber": 5,
"salePrice": "10",
"productId": 19051
}
],
"payType": 1
}
接口请求头文件为:
{u'token': u'token:78ca4b2f371c855563b5ade233ebb12406e7a700'}
****************************************************************************************************
接口请求响应时延为:
0.703000068665
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "13512345678",
"storeNo": "2407",
"cancelReason": null,
"orderNo": "00002407161706170001",
"storeCategory": 1,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "50.00",
"serialNumber": null,
"supplierRemarks": "This is the test.",
"prepaidcardPayAmount": "0.00",
"productNumber": "5.000",
"memberIndustryId": 9,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:59:24",
"cost": "0.05",
"orderItems": [
{
"specId": 19245,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.05",
"productProperty": null,
"id": 19053,
"unit": "--",
"img": "",
"grossProfit": "49.95",
"json": null,
"orderItems": [],
"income": "50.00",
"categoryId": 557,
"productId": 19051,
"orderId": 10277,
"categoryName": "未分类",
"barcode": "9123456789679",
"productName": "面包",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "5.000",
"purchasePrice": "0.01",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 2,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": \"This is the test.\"}",
"deliveryType": null,
"dealAmount": "50.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": "2017-06-17 17:59:24",
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 1,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "49.95",
"payAmount": "50.00",
"orderTime": "2017-06-17 17:59:24",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:59:24",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:59:24",
"deliveryFee": "0.00",
"productAmount": "50.00",
"storeName": "Test409",
"grossProfitRate": "100%",
"orderStatus": 4,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10277,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 0,
"income": "50.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10277, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9123456789679', 'token_supplier': u'token:78ca4b2f371c855563b5ade233ebb12406e7a700', 'specId1': 19245, 'new_store_id': 2407, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19051, u'orderNo': u'00002407161706170001', 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"orderStatus": 4,
"payStatus": 1,
"limit": 10,
"memberId": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:78ca4b2f371c855563b5ade233ebb12406e7a700'}
****************************************************************************************************
接口请求响应时延为:
1.54700016975
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "13512345678",
"storeNo": "2407",
"cancelReason": null,
"orderNo": "00002407161706170001",
"storeCategory": 1,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "50.00",
"serialNumber": null,
"supplierRemarks": "This is the test.",
"prepaidcardPayAmount": "0.00",
"productNumber": "5.000",
"memberIndustryId": 9,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 17:59:24",
"cost": "0.05",
"orderItems": [
{
"specId": 19245,
"itemType": 0,
"grossProfitRate": "1.00",
"cost": "0.05",
"productProperty": null,
"id": 19053,
"unit": "--",
"img": "",
"grossProfit": "49.95",
"json": null,
"orderItems": [],
"income": "50.00",
"categoryId": 557,
"productId": 19051,
"orderId": 10277,
"categoryName": "未分类",
"barcode": "9123456789679",
"productName": "面包",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "5.000",
"purchasePrice": "0.01",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 2,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": \"This is the test.\"}",
"deliveryType": null,
"dealAmount": "50.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": "2017-06-17 17:59:24",
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 1,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "49.95",
"payAmount": "50.00",
"orderTime": "2017-06-17 17:59:24",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": "2017-06-17 17:59:24",
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 17:59:24",
"deliveryFee": "0.00",
"productAmount": "50.00",
"storeName": "Test409",
"grossProfitRate": "100%",
"orderStatus": 4,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10277,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 0,
"income": "50.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{u'orderId': 10277, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9123456789679', 'token_supplier': u'token:78ca4b2f371c855563b5ade233ebb12406e7a700', 'specId1': 19245, 'new_store_id': 2407, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19051, u'orderNo': u'00002407161706170001', 'password': '123456'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"data.data": {
"ll": 1
},
"data.data.0.orderNo": {
"eq": "00002407161706170001"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: data.data的返回值通过
检查key: data.data.0.orderNo的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_556_Supplier_订单管理--订单--订单(根据订单号获取)--异常orderNo不存在 |
pass
pt1.556:
测试用例开始时间: 2017-06-17 17:59:29
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12710",
"many": true,
"industry": 3,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test708",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u59da\u6d77\u6797", "id": 2408, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:59:33", "district": "\u5b9d\u5b89\u533a", "house_number": "12710", "storekeeper": "\u59da\u6d77\u6797", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test708", "idcard_no": "452722197507190776", "apply_time_display": "1\u79d2", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12710", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u8d85\u5e02/\u4fbf\u5229\u5e97", "industry": 3, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2408
供应商登录
2408
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:59:36", "user_id": null, "local_token": "965dc908495cb934af0b6af8ae7a9899d4bb0f2b", "employeerole": 5, "token": "765dc68d-238a-4626-99ee-3c171a00a0ad", "last_login": null, "employee_name": "\u59da\u6d77\u6797", "image_url": null, "login_tel": "13812345678", "id": 2314, "store": 2408}, "statusCode": 0}
获取token:965dc908495cb934af0b6af8ae7a9899d4bb0f2b
token:965dc908495cb934af0b6af8ae7a9899d4bb0f2b
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111150083', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:08:21', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 396441, u'unit': 23, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9787802031234', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672c', u'stime': u'2017-05-26 16:08:21', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u656c\u4e1a\u8005\u751f\u5b58', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9787802031234
开始添加商品
{'status': 0, 'barcode': u'9787802031234', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19246, "unit": "\u672c", "stock": "100"}], "category": 557, "user_id": "2408", "desc_url": null, "shortcut": null, "id": 19052, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9787802031234", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19052, u'category': 557, u'user_id': u'2408', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19246, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u672c', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9787802031234', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u656c\u4e1a\u8005\u751f\u5b58', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19052,规格ID:19246,供应商ID2408,编码barcode9787802031234
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/237842930784ds/by-order-no/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:965dc908495cb934af0b6af8ae7a9899d4bb0f2b'}
****************************************************************************************************
接口请求响应时延为:
1.57300019264
接口请求返回值:
{
"msg": "未能找到该订单",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19246, 'pid1': 19052, 'tel': '13812345678', 'new_store_id': 2408, 'barcode': '9787802031234', 'token_supplier': u'token:965dc908495cb934af0b6af8ae7a9899d4bb0f2b'}
期望检测的返回值:
{
"msg": {
"eq": "未能找到该订单"
},
"statusCode": {
"eq": 1
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_557_Supplier_订单管理--订单--订单(根据订单号获取)--正常 |
pass
pt1.557:
测试用例开始时间: 2017-06-17 17:59:40
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12164",
"many": true,
"industry": 10,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test420",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6587\u519b", "id": 2409, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 17:59:46", "district": "\u5b9d\u5b89\u533a", "house_number": "12164", "storekeeper": "\u6768\u6587\u519b", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test420", "idcard_no": "330224196702265835", "apply_time_display": "1\u79d2", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12164", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u9762\u5305\u5e97", "industry": 10, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2409
供应商登录
2409
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 17:59:49", "user_id": null, "local_token": "1edaec94ea8fba301faa50c3e18a1d11c82ff769", "employeerole": 5, "token": "cc9c48c7-bf80-4b4f-9635-8ed778f0c723", "last_login": null, "employee_name": "\u6768\u6587\u519b", "image_url": null, "login_tel": "13812345678", "id": 2315, "store": 2409}, "statusCode": 0}
获取token:1edaec94ea8fba301faa50c3e18a1d11c82ff769
token:1edaec94ea8fba301faa50c3e18a1d11c82ff769
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111148771', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 16:06:35', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 383323, u'unit': 0, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'9123456789693', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u672a\u5b9a\u4e49', u'stime': u'2017-05-26 16:06:35', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'\u9762\u5dfe\u7eb8', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 9123456789693
开始添加商品
{'status': 0, 'barcode': u'9123456789693', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19247, "unit": "--", "stock": "100"}], "category": 557, "user_id": "2409", "desc_url": null, "shortcut": null, "id": 19053, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "9123456789693", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "\u9762\u5dfe\u7eb8", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19053, u'category': 557, u'user_id': u'2409', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19247, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'--', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'9123456789693', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'\u9762\u5dfe\u7eb8', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19053,规格ID:19247,供应商ID2409,编码barcode9123456789693
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 17:59:48", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'specId1': 19247, 'pid1': 19053, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2409, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769'}
{'specId1': 19247, 'pid1': 19053, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2409, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"3f65238a-9899-4e32-85af-1354747767d9","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'specId1': 19247, 'pid1': 19053, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2409, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769', 'token_boss': u'3f65238a-9899-4e32-85af-1354747767d9'}
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/setting/storeaddr
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"contactSex": 0,
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"contactName": "联系人姓名",
"latitude": 22.566,
"houseNumber": "555"
}
接口请求头文件为:
{u'token': u'3f65238a-9899-4e32-85af-1354747767d9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.31200003624
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19247, 'pid1': 19053, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'new_store_id': 2409, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769', 'token_boss': u'3f65238a-9899-4e32-85af-1354747767d9'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/v1/boss/purchase/synccart
The request method is :post
The request parameter is:
{
"itemInfo": [
{
"specId": 19247,
"commodityNumber": 10
}
],
"supplierId": 2409
}
接口请求头文件为:
{u'token': u'3f65238a-9899-4e32-85af-1354747767d9', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.91600012779
接口请求返回值:
{
"msg": "成功",
"data": {
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test420",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2409",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19247,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789693",
"grossProfit": "0.00",
"productName": "面巾纸",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19053,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'tel': u'15000000000', 'store_id': 10, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769', 'token_boss': u'3f65238a-9899-4e32-85af-1354747767d9', 'specId1': 19247, 'new_store_id': 2409, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19053, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test420', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2409', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19247, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789693', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19053, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"productId": {
"eq": 19053
},
"specId": {
"eq": 19247
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: productId的返回值通过
检查key: specId的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
BOSS 提交订单:
{'tel': u'15000000000', 'store_id': 10, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769', 'token_boss': u'3f65238a-9899-4e32-85af-1354747767d9', 'specId1': 19247, 'new_store_id': 2409, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19053, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test420', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2409', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19247, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789693', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19053, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
{'token': u'3f65238a-9899-4e32-85af-1354747767d9', 'storeNo': 10}
http://devtest-pos.thy360.com/ja/v1/boss/purchase/order/submit
{
"deliveryFee": "0.00",
"productAmount": "0.00",
"storeName": "Test420",
"grossProfitRate": "0.00",
"totalDiscountedAmount": "0.00",
"cost": "0.00",
"storeNo": "2409",
"contactName": "联系人姓名",
"orderItems": [
{
"grossProfitRate": "0.00",
"specId": 19247,
"categoryName": "未分类",
"img": "",
"productNumber": "10.0",
"barcode": "9123456789693",
"grossProfit": "0.00",
"productName": "面巾纸",
"purchasePrice": "0.01",
"cost": "0.00",
"originalPrice": "0.10",
"income": "0.00",
"productId": 19053,
"categoryId": 557,
"unit": "--",
"salePrice": "0.10"
}
],
"orderType": 2,
"orderRemarks": "",
"couponAmount": "0",
"grossProfit": "0.00",
"orderSource": 1,
"pointsAmount": "0.0",
"income": "0.00",
"storeType": 1,
"payAmount": "1.00",
"memberFirstOrder": false,
"contactTel": "13512345678",
"totalDiscount": "0.00",
"dealAmount": "1.00",
"orderAmount": "1.00",
"prepaidcardPayAmount": "0.00",
"memberId": 10,
"payWay": 0,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"giftAmount": "0",
"memberName": "HelloWorld",
"supportCash": true
}
返回:
{"statusCode":0,"msg":"成功","data":10278}
{'orderId': 10278, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769', 'token_boss': u'3f65238a-9899-4e32-85af-1354747767d9', 'specId1': 19247, 'new_store_id': 2409, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19053, 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test420', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2409', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19247, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789693', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19053, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :get
The request parameter is:
{
"status": 0,
"payStatus": 0,
"limit": 10,
"page": 0
}
接口请求头文件为:
{u'token': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769'}
****************************************************************************************************
接口请求响应时延为:
1.84500002861
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 1,
"totalPage": 1,
"hasNext": false,
"currPage": 0,
"total": 1,
"data": [
{
"memberTelephone": "15000000000",
"storeNo": "2409",
"cancelReason": null,
"orderNo": "00002409001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 18:00:03",
"cost": "0.10",
"orderItems": [
{
"specId": 19247,
"itemType": 0,
"grossProfitRate": null,
"cost": null,
"productProperty": null,
"id": 19054,
"unit": "--",
"img": "",
"grossProfit": null,
"json": null,
"orderItems": [],
"income": null,
"categoryId": 557,
"productId": 19053,
"orderId": 10278,
"categoryName": "未分类",
"barcode": "9123456789693",
"productName": "面巾纸",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 18:00:02",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 18:00:03",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test420",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10278,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10278, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769', 'token_boss': u'3f65238a-9899-4e32-85af-1354747767d9', 'specId1': 19247, 'new_store_id': 2409, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19053, u'orderNo': u'00002409001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test420', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2409', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19247, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789693', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19053, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
},
"data.data.0.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.data.0.orderItems.0.productId": {
"eq": 19053
},
"data.data.0.id": {
"eq": 10278
},
"msg": {
"EQ": "成功"
},
"data.data.0.memberId": {
"eq": 10
},
"data.data": {
"ll": 1
}
}
检查key: statusCode的返回值通过
检查key: data.data.0.orderItems.0.productNumber的返回值通过
检查key: data.data.0.orderItems.0.productId的返回值通过
检查key: data.data.0.id的返回值通过
检查key: msg的返回值通过
检查key: data.data.0.memberId的返回值通过
检查key: data.data的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/00002409001706170001/by-order-no/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769'}
****************************************************************************************************
接口请求响应时延为:
1.26899981499
接口请求返回值:
{
"msg": "成功",
"data": {
"memberTelephone": "15000000000",
"storeNo": "2409",
"cancelReason": null,
"orderNo": "00002409001706170001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "1.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "10.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-06-17 18:00:03",
"cost": "0.10",
"orderItems": [
{
"specId": 19247,
"itemType": 0,
"grossProfitRate": "0.90",
"cost": "0.10",
"productProperty": null,
"id": 19054,
"unit": "--",
"img": "",
"grossProfit": "0.90",
"json": null,
"orderItems": [],
"income": "1.00",
"categoryId": 557,
"productId": 19053,
"orderId": 10278,
"categoryName": "未分类",
"barcode": "9123456789693",
"productName": "面巾纸",
"originalPrice": "0.10",
"weighable": null,
"gift": null,
"itemDesc": null,
"productNumber": "10.000",
"purchasePrice": "0.01",
"salePrice": "0.10",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 1,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "1.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "HelloWorld",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "0.90",
"payAmount": "1.00",
"orderTime": "2017-06-17 18:00:02",
"contactTel": "13512345678",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"statusTime": "2017-06-17 18:00:03",
"deliveryFee": "0.00",
"productAmount": "1.00",
"storeName": "Test420",
"grossProfitRate": "90%",
"orderStatus": 2,
"contactName": "联系人姓名",
"memberPoints": null,
"id": 10278,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "1.00",
"storeTel": "13812345678",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 10,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'orderId': 10278, 'tel': u'15000000000', 'store_id': 10, 'barcode': '9123456789693', 'token_supplier': u'token:1edaec94ea8fba301faa50c3e18a1d11c82ff769', 'token_boss': u'3f65238a-9899-4e32-85af-1354747767d9', 'specId1': 19247, 'new_store_id': 2409, 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'pid1': 19053, u'orderNo': u'00002409001706170001', 'password': '123456', u'data': {u'deliveryFee': u'0.00', u'productAmount': u'0.00', u'storeName': u'Test420', u'grossProfitRate': u'0.00', u'totalDiscountedAmount': u'0.00', u'cost': u'0.00', u'storeNo': u'2409', u'contactName': u'\u8054\u7cfb\u4eba\u59d3\u540d', u'orderItems': [{u'grossProfitRate': u'0.00', u'specId': 19247, u'categoryName': u'\u672a\u5206\u7c7b', u'img': u'', u'productNumber': u'10.0', u'barcode': u'9123456789693', u'grossProfit': u'0.00', u'productName': u'\u9762\u5dfe\u7eb8', u'purchasePrice': u'0.01', u'cost': u'0.00', u'originalPrice': u'0.10', u'income': u'0.00', u'productId': 19053, u'categoryId': 557, u'unit': u'--', u'salePrice': u'0.10'}], u'orderType': 2, u'orderRemarks': u'', u'couponAmount': u'0', u'grossProfit': u'0.00', u'orderSource': 1, u'pointsAmount': u'0.0', u'income': u'0.00', u'storeType': 1, u'payAmount': u'1.00', u'memberFirstOrder': False, u'contactTel': u'13512345678', u'totalDiscount': u'0.00', u'dealAmount': u'1.00', u'orderAmount': u'1.00', u'prepaidcardPayAmount': u'0.00', u'memberId': 10, 'payWay': 0, u'receiptAddress': u'\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)555', u'giftAmount': u'0', u'memberName': u'HelloWorld', u'supportCash': True}}
期望检测的返回值:
{
"data.orderItems.0.productNumber": {
"eq": "10.000"
},
"data.id": {
"eq": 10278
},
"data.memberId": {
"eq": 10
},
"data.orderItems.0.productId": {
"eq": 19053
},
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
},
"data.orderNo": {
"eq": "00002409001706170001"
}
}
检查key: data.orderItems.0.productNumber的返回值通过
检查key: data.id的返回值通过
检查key: data.memberId的返回值通过
检查key: data.orderItems.0.productId的返回值通过
检查key: msg的返回值通过
检查key: statusCode的返回值通过
检查key: data.orderNo的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_558_Supplier_订单管理--订单--订单orderId--异常 orderId不存在 |
pass
pt1.558:
测试用例开始时间: 2017-06-17 18:00:08
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\xad\xa3\xe7\xa5\xa5', '533527198909210238']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12504",
"many": true,
"industry": 6,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test584",
"storekeeper": "杨正祥",
"idcard_no": "533527198909210238",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨正祥"
}
{"msg": "\u6210\u529f", "data": {"status": "REGULAR", "business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "telephone": "13812345678", "product_category_display": "", "contact_name": "\u6768\u6b63\u7965", "id": 2410, "city": "\u6df1\u5733\u5e02", "apply_time": "2017-06-17 18:00:12", "district": "\u5b9d\u5b89\u533a", "house_number": "12504", "storekeeper": "\u6768\u6b63\u7965", "cell": "\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)", "store_name": "Test584", "idcard_no": "533527198909210238", "apply_time_display": "1\u79d2", "store_category": 1, "province": "\u5e7f\u4e1c\u7701", "contact_tel": "13812345678", "address": "\u5e7f\u4e1c\u7701\u6df1\u5733\u5e02\u5b9d\u5b89\u533a\u601d\u5faesimplywork(\u98de\u626c\u79d1\u6280\u56ed)12504", "idcard_set": ["http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png", "https://www.baidu.com/", "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"], "latitude": 22.566, "industry_display": "\u96f6\u98df", "industry": 6, "longitude": 113.899, "store_logo": "", "pos_status": "N/A"}, "statusCode": 0}
店铺ID为:2410
供应商登录
2410
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 18:00:15", "user_id": null, "local_token": "6d36ac06f97a63c19d6af55900d911df0a088d96", "employeerole": 5, "token": "f04028b2-48a1-4f40-be5c-aec88033e01f", "last_login": null, "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "13812345678", "id": 2316, "store": 2410}, "statusCode": 0}
获取token:6d36ac06f97a63c19d6af55900d911df0a088d96
token:6d36ac06f97a63c19d6af55900d911df0a088d96
获取Deal product list
{'search': '1234', 'limit': 200}
{"msg": "\u6210\u529f", "data": {"count": 200, "totalPage": 4, "hasNext": true, "currPage": 1, "total": 728, "data": [{"code": null, "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401815, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "206g\u6c34\u871c\u6843\u5939\u5fc3\u997c\u5e72", "source": "\u798f\u5b89\u5e02\u8d5b\u5c90\u9547\u5b85\u91cc\u5de5\u4e1a\u56ed\u533a18\u53f7", "unit": 0, "spec": "206g*24\u5305*\u4ef6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": null, "price": "0.00", "barcode": "6924782112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-27 16:05:46", "quality_period": 730, "desc_common": null, "manufacturer": 599, "manufacturer_desc": "\u798f\u5efa\u6e2f\u798f\u98df\u54c1\u5f00\u53d1\u6709\u9650\u516c\u53f8", "ctime": "2017-05-27 16:05:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150555", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 401158, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d85\u51a0\u724c\u6bdb\u5dfe", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9876543123459", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:09:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:09:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150500", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 400606, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8001\u677f\u7684\u6545\u4e8b\uff082\u789f\uff09", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787885812348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150083", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 396441, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u656c\u4e1a\u8005\u751f\u5b58", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787802031234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111150021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395822, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fc3\u60f3\u4e8b\u6210", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801661234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395121, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f5b\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234735", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u7ecf\u7684\u6545\u4e8b", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234728", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395119, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c71\u6d77\u7ecf", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234124", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395118, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u56f4\u7089\u591c\u8bdd\u5e7d\u68a6\u5f71", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234100", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149951", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 395117, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u547b\u541f\u8bed\u5c0f\u7a97\u5e7d\u8bb0", "source": null, "unit": 0, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801234094", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:08:10", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:10", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149919", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 394803, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u901a\u7528\u7b79\u7801\u4e0e\u6d77\u5c14\u7b56\u7565", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787801123466", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:08:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:08:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 393503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u5b66\u751f\u4f5c\u6587\u9605\u8bfb\u4e0e\u7ec3\u4e60", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787563412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149593", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 391540, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5973\u4eba\u7684\u8d22\u5bcc", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787538712346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111149272", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 388331, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b55\u4ea7\u5987\u5a74\u5e7c\u513f\u4fdd\u5065\u5927\u5168", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787505411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:07:16", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:07:16", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148926", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384864, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e2d\u56fd\u795e\u821f", "source": null, "unit": 23, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9787030123497", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:06:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148841", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384015, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c49\u65af\u6cb9\u6c61\u6e05\u6d17\u5242", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9601234567881", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148840", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 384009, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5eb7\u5947\u7eff\u8336\u5377100g", "source": null, "unit": 7, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9588800112341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 16:06:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148789", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383503, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u7eaf\u82f9\u679c\u6c41", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9315626001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383328, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u6761", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789747", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148772", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383327, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789730", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383326, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9632\u88c2\u795e\u818f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789723", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383325, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u80a4\u7518\u6cb9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789716", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789709", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383323, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5dfe\u7eb8", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789693", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383322, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789686", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383321, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789679", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789662", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383319, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9762\u5305", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789655", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383318, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f18\u805a\u8f6f\u62bd", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789648", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148771", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383317, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u8f89\u5377\u7eb8", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789631", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383316, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u4e00\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789624", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383315, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u79b9\u9732\u7279\u7ea7\u7eff\u8336", "source": null, "unit": 0, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789617", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u718a\u732b\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789600", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383313, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7259\u7b7e", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789594", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383312, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5149\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789587", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383311, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789570", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383310, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5148\u950b\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789563", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383309, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6709\u5229\u8fbe\u4fdd\u6e29\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789556", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383308, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7eff\u68a6\u7cbe\u54c1\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789549", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148770", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383307, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7b77\u5b50", "source": null, "unit": 0, "spec": "8.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789532", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383306, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8c61\u7259\u7b77\u5b50", "source": null, "unit": 0, "spec": "10.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789525", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383305, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789518", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383304, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789501", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383303, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789495", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383302, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5f00\u6c34\u5668", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789488", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383301, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5e05\u5b9d\u5976\u74f6", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789471", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383300, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789464", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383299, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383298, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53e3\u676f", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789440", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148769", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383297, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789433", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789426", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383295, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789419", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383294, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789402", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383293, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789396", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383292, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bdb\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789389", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383291, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789372", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383290, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5377\u7eb8\u7b52", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789365", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383289, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9999\u7682\u76d2", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789358", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148768", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383287, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d17\u8863\u5237", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789334", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383286, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789327", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383285, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6302\u94a9", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789310", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383284, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7ec6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789303", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383283, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8863\u67b6", "source": null, "unit": 0, "spec": "\u7c97", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789297", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383282, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8096\u6d0b\u9ebb\u4ed4", "source": null, "unit": 0, "spec": "300g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789266", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383281, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9178\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789242", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383280, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9c7c\u6ce1\u83dc", "source": null, "unit": 0, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789235", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383279, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u80e1\u6912\u7c89", "source": null, "unit": 0, "spec": "40g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789228", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383278, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u9505\u80a0", "source": null, "unit": 0, "spec": "120g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789211", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148767", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383277, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u738b\u4e2d\u738b\u706b\u817f", "source": null, "unit": 0, "spec": "115g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789204", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383276, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "190g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789198", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f", "source": null, "unit": 0, "spec": "95g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789181", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383274, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u6c47\u706b\u817f\u80a0", "source": null, "unit": 0, "spec": "30g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789174", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383273, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u5174\u7535\u8bdd\u672c128", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456789129", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383272, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "S", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788184", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383271, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8721\u70db", "source": null, "unit": 0, "spec": "M", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788177", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383270, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5c0f\u7c73\u8fa3", "source": null, "unit": 0, "spec": "228g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788153", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383269, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9606\u4e2d\u9648\u918b", "source": null, "unit": 0, "spec": "430ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788146", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383268, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6807\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788139", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148766", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383267, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7cbe\u7c89\u9762\u6761", "source": null, "unit": 0, "spec": "1kg", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456788122", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148765", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 383266, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1.5\u5143\u5c0f\u65b9\u5dfe", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "9123456780393", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:06:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148677", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 382378, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "326D\u98ce\u666f\u82b1\u7537\u889c", "source": null, "unit": 25, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6958888001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:06:28", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:28", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148423", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379850, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62bd\u6e7f\u5c0f\u7cbe\u7075", "source": null, "unit": 14, "spec": "600ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935763012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:06:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148399", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 379609, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5fb7\u5ddd\u957f\u5bff\u6843", "source": null, "unit": 1, "spec": "1250g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935692512347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:06:06", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:06:06", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148238", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 378002, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u767d\u8c61\u5ddd\u5473\u7ea2\u70e7\u725b\u8089\u9762110g", "source": null, "unit": 16, "spec": "110g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6935270601234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6876", "stime": "2017-05-26 16:05:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148067", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 376288, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "800ml\u5468\u6770\u5174\u9171\u6cb9\u5473\u6781\u9c9c", "source": null, "unit": 9, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934819812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 16:05:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111148002", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375641, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u534e\u54e5\u51b0\u7c89\u7c8950g(\u4e24\u5305)", "source": null, "unit": 12, "spec": "50g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934674412347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:05:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147987", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 375497, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "SP-0123\u4e2d\u53f7\u51b7\u6c34\u58f6", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934638701234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:05:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374432, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5409\u7965\u9ebb\u8fa3\u7f8a\u8089\u4e32125g", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934352812346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147880", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 374427, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u96c5\u78a7\u5361\u901a\u8f6f\u7cd6", "source": null, "unit": 14, "spec": "20\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6934351291234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 16:05:25", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:05:25", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147484", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370473, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6000\u5e9c\u4e2d\u8001\u5e74\u6cb9\u8336", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933620512346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147473", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "35g\u5065\u6cf0\u4e61\u5427\u4f6c\u86cb", "source": null, "unit": 6, "spec": "35g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933595112343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:04:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147454", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 370179, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u7a7a\u7cbd\u53f6", "source": null, "unit": 12, "spec": "1*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933568312343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:04:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111147308", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 368717, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u84c9\u53d1\u6708\u997c\u7cfb\u5217", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6933354112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:04:39", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:39", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 364458, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "70+60\u610f\u5927\u5229\u98ce\u5ea6\u8005\u55b1", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932773812341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:04:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:04:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146704", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 362710, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6bd4\u800c\u7279B089T", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932579012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:03:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146369", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 359367, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u673a\u5668\u732b\u679c\u8089\u679c\u51bb200g", "source": null, "unit": 17, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932312712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u676f", "stime": "2017-05-26 16:03:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146220", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 357885, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6e2f\u58eb\u9f996123\u53cc\u9488\u523a\u7ee3\u8584\u68c9\u7537\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932199961234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:03:11", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:11", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146127", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356964, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51e4\u7965\u6bdb\u5dfe3457#", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932152123457", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 16:03:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:03:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111146032", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 356012, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5723\u8fbe\u65e0\u5473\u795e\u55b7", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6932073912345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 16:02:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145661", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 352320, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d77\u89d2700W\u7535\u996d\u9505", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931730212347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:23", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:23", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145538", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 351094, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4eca\u6668\u5317\u6d77\u7fc5150G", "source": null, "unit": 8, "spec": "150G*50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931633501234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:13", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:13", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145519", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350902, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6842\u6797\u7c73\u7c89\uff08\u725b\u8169\uff09", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931613812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:02:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145461", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 350324, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u519c\u8170\u679c", "source": null, "unit": 12, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931552251234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:02:08", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:08", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145372", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 349439, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u6cf0\u70ed\u6c34\u888b", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931453512342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:02:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:02:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145284", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 348571, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u515c\u515c\u723d\u5a74\u513f\u7eb8\u5c3f\u7247", "source": null, "unit": 8, "spec": "M24\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931407712347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 16:01:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b55\u4e50\u5eb7\u5b55\u5987\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918363", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145051", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u4e503\u6bb5\u5e7c\u513f\u6210\u957f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918332", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346241, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u806a2\u6bb5\u8f83\u5927\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918325", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346240, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "900\u514b\u5b9d\u5b89\u529b\u5b9d\u591a\u58ee1\u6bb5\u521d\u751f\u5a74\u513f\u5976\u7c89", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918318", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346239, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u65e0\u7cd6\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918158", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346238, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5929\u7136\u7eaf\u725b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918097", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346237, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u65e0\u7cd6\u8131\u8102\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918080", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346236, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5168\u8102\u751c\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918073", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346235, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5973\u58eb\u8425\u517b\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918066", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346234, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u4e2d\u8001\u5e74\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918059", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346233, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5b66\u751f\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918042", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145050", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346232, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918035", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346231, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u5e7c\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918028", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346230, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9d\u5b89\u529b400g\u5a74\u513f\u914d\u65b9\u5976\u7c89", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234918011", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346229, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4e2d\u8001\u5e74\u58ee\u9aa8\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100041", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346228, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u516b\u5b9d\u6cb9\u8336", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100034", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346227, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u4f0d\u4ec1\u54b8", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100027", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111145049", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 346226, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "400g\u798f\u745e\u5fb7\u725b\u9aa8\u9ad3", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6931234100010", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144663", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 342369, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8212\u604b\u4e1d\u8584\u500d\u723d\u536b\u751f\u5dfe", "source": null, "unit": 12, "spec": "10\u7247", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930919012341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 16:01:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144609", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341834, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u513f\u7ae5\u8863\u67b628cm", "source": null, "unit": 27, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883012347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5757", "stime": "2017-05-26 16:01:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:01:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144606", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341799, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u806a\u6cf0\u62f1\u578b\u955cJ123", "source": null, "unit": 6, "spec": "1PCS", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930883011234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:59", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:59", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144565", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341389, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "34cm\u53a8\u592a\u90ce\u7092\u9505", "source": null, "unit": 35, "spec": "1X34", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930868871234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144557", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 341314, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u76fe\u68c9\u889c0823", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930867411234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 16:00:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144488", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 340627, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6dfb\u7f8e\u5408\u88c5\u6302\u9501\u65e5\u8bb0\u672c", "source": null, "unit": 23, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930822812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672c", "stime": "2017-05-26 16:00:50", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:50", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111144138", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 337128, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "TH-2330 30\u516c\u5206\u5370\u82b1\u76c6", "source": null, "unit": 6, "spec": "1*36", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930569012340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 16:00:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 16:00:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143775", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 333510, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "802\u79ef\u6728", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930281234280", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:59:52", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:52", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143634", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 332102, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u592a\u9633\u96e820\u7247", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930160412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143549", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 331245, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u78a7\u679d\u83b2\u7537\u4fdd\u6696\u59572343", "source": null, "unit": 18, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6930109123420", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:59:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111143275", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 328514, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5317\u4eac\u575b\u5b50\u5364\u9e21", "source": null, "unit": 8, "spec": "500G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928930412349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:59:12", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:59:12", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142968", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325454, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u674e\u6c0f\u53bb\u6591\u6d17\u9762\u5976", "source": null, "unit": 1, "spec": "120g*6", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928733111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142943", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 325204, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "158g\u548c\u8054\u9152\u6885", "source": null, "unit": 8, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928712340013", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142909", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 324869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9f99\u6e56\u9e21\u5473\u9ebb\u8fa3\u8c46\u5e72", "source": null, "unit": 8, "spec": "250\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928674212342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:58:44", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:44", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142764", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 323421, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u957f\u65fa\u6842\u5143\u738b406g", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928577012346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:58:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142459", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 320379, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "B1234/1456/1455\u5a74\u4e4b\u8c37\u5370\u82b1\u4e2d\u9886", "source": null, "unit": 18, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928409714561", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5957", "stime": "2017-05-26 15:58:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142400", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 319787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "3050ml\u5408\u5bb6\u6b22\u91ce\u751f\u539f\u6c41\u5c71\u8461\u8404\u9152", "source": null, "unit": 1, "spec": "3050ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928375112347", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:58:04", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:58:04", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142263", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 318420, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u654f\u5974\u5185\u88e41234", "source": null, "unit": 7, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928302512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:57:54", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:54", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111142183", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 317624, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "2108\u65b0\u4e00\u62e7\u6c34\u62d6\u628a", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928252412348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:57:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141847", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 314275, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5473\u4e30510g\u7cd6\u6c34\u82f9\u679c", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928036911234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:57:22", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:22", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141804", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 313838, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7518\u6c41\u56ed\u4f18\u8d28\u8001\u51b0\u7cd6400g", "source": null, "unit": 12, "spec": "400g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6928002312348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141678", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 312585, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5bff\u6625\u7279\u7ea7\u6d53\u9999\u578b", "source": null, "unit": 12, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927939512340", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:57:09", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:57:09", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141539", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 311203, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u9ea6\u9999\u9686\u5317\u6b27\u5976\u8336\u8106\u997c", "source": null, "unit": 8, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927854781234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:58", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:58", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141506", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310869, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\"\"\"\u5fbd\u8bb0\"\"\u86cb\u82d5\u9165158g\"", "source": null, "unit": 12, "spec": "158g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927849412341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141505", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 310858, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6c38\u5174\u87d1\u8782\u6355\u6349\u5668", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927846812342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:56:56", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:56", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141252", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 308333, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d77\u5357\u6930\u5b50\u4e1d", "source": null, "unit": 12, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927689812349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:56:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111141021", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 306027, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u71d5\u4e4b\u6b22\u536b\u751f\u5dfe", "source": null, "unit": 8, "spec": "20.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927578401234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:56:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:56:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140504", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300886, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e94\u9999\u4e8c\u7ea7\u888b\u88c5\u725b\u8089\u5e72", "source": null, "unit": 12, "spec": "25g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927324012349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:55:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140455", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 300398, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u4ebf\u5802\u6838\u6843\u82b1\u751f\u725b\u59761000ml", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927297912349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:55:31", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:31", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140289", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298732, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f73\u4f73123", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212301234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:55:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140273", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298569, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5bcc\u6e2f\u53e3\u676f828", "source": null, "unit": 35, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927212123447", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:55:17", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:17", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140240", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 298243, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u6d25\u5473\u4e94\u9999\u8c46", "source": null, "unit": 8, "spec": "1X30", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927200421234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:55:14", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:14", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111140095", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 296796, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u53cc\u53cc\u5ae9\u8089\u7c89", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927104412345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:55:03", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:55:03", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139966", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 295516, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7ea2\u592a\u9633\u5c0f\u52a8\u7269\u8863\u67b6HTY872", "source": null, "unit": 19, "spec": "5\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927051001234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:54:53", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:53", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139822", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 294095, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68d2\u68d2\u7cd6", "source": null, "unit": 14, "spec": "1.0", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6927001912344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:54:41", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:41", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139733", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293215, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u65b0\u767e\u9686\u5929\u9e45\u7ed2\u5973\u77ed\u889c8725", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926951801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:54:34", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:34", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139724", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293120, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7941\u5854\u724c\u7941\u95e8\u7ea2\u8336", "source": null, "unit": 8, "spec": "258\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926946912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:33", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:33", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139718", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 293065, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "300G\u9648\u9999\u679c", "source": null, "unit": 8, "spec": "1X50", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926944801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:54:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139540", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 291296, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f69\u82ac\u5170\u6676\u83b9\u51c0\u767d\u7d27\u80a4\u6c34100ml", "source": null, "unit": 1, "spec": "100ml", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926848812343", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:19", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:19", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139326", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 289151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "520ml\u6cfd\u661f\u7eaf\u51c0\u6c34\u00d7", "source": null, "unit": 1, "spec": "1*15", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926728512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:54:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:54:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139162", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287512, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8282\u8282\u9ad8\u91ce\u7d2b\u83dc \u542b\u8c03\u5473\u5305", "source": null, "unit": 12, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926653112348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:53:48", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:48", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139144", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 287336, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4f0a\u96ef\u5a1c\u6536\u8179\u88e42016", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926647111234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:53:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111139006", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 285973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u771f\u5f69\u6d3b\u52a8\u94c5\u7b14", "source": null, "unit": 14, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926588021234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:53:35", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:35", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138651", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 282428, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5de7\u5de7\u85af\u7247", "source": null, "unit": 8, "spec": "16G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926397112345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5305", "stime": "2017-05-26 15:53:07", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:07", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138590", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 281825, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u51dd\u5983\u918b\u5143\u7d20\u76ca\u80a4\u971c\u7c89\u523a\u6d01\u9762\u4e73100g", "source": null, "unit": 1, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926373912341", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:53:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:53:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138499", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 280913, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u62a4\u7406\u4f73\u900f\u6c14\u4e1d\u85845\u7247\u65e5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926338712344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:55", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:55", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138301", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278936, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8fb0\u5c71\u519c\u5bb6\u571f\u9e21\u86cb8\u7c92\u88c5", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926251234817", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:40", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:40", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138245", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 278383, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u548c\u4ea8\u4f11\u95f2\u5973\u889c", "source": null, "unit": 25, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926208091234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53cc", "stime": "2017-05-26 15:52:36", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:36", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138204", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 277973, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u82b1\u4e4b\u5fc3\u6c99\u55f2\u5473", "source": null, "unit": 9, "spec": "160G", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926195612344", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:32", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:32", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138052", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276478, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u68a6\u4ed58018#\u7259\u5237", "source": null, "unit": 35, "spec": "8018#", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926144331234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u53ea", "stime": "2017-05-26 15:52:20", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:20", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276157, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "384g\u5999\u8fea\u9999\u9165\u5377", "source": null, "unit": 33, "spec": "384g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400296", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276156, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "460g\u5999\u8fea\u829d\u9ebb\u86cb\u9165\u5377", "source": null, "unit": 33, "spec": "460g*12\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400289", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276155, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u6d77\u82d4\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400159", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138020", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276154, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u9999\u9165\u5377(\u7d2b\u83dc\u5473)", "source": null, "unit": 33, "spec": "200g*20\u5408", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400142", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276153, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "10g\u5999\u8fea\u4e00\u5fc3\u4e00\u610f\u5de7\u514b\u529b", "source": null, "unit": 14, "spec": "10g*120\u652f", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400104", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u652f", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276152, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e1c\u5b9d\u4e73\u9178\u5976", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400081", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276151, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u745e\u58eb\u7cd6(\u6c34\u679c\u5473)", "source": null, "unit": 9, "spec": "454g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400074", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u7f50", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276150, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b", "source": null, "unit": 7, "spec": "500g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400067", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276149, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b\uff0824\u7c92\u5fc3\u578b\u88c5", "source": null, "unit": 7, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400050", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276148, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "280g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(24\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "280g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400043", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276147, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "200g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(16\u7c92\u65b9\u578b\u88c5)", "source": null, "unit": 33, "spec": "200g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400036", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276146, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u83f2\u8fea\u6d66\u679c\u4ec1\u5de7\u514b\u529b-\u5fc3\u5f62", "source": null, "unit": 7, "spec": "150g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400029", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u76d2", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111138019", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 276145, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "100g\u5999\u8fea\u679c\u4ec1\u5de7\u514b\u529b(8\u7c92\u5fc3\u578b\u88c5)", "source": null, "unit": 33, "spec": "100g", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926123400012", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u5408", "stime": "2017-05-26 15:52:18", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:18", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137824", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 274198, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5965\u5fc3\u5b9d\u9c9c\u6a59\u591a500mL", "source": null, "unit": 1, "spec": "500ML", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6926055912348", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:52:02", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:52:02", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137614", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 272103, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u5b9e\u5b9e\u724c\u4e1c\u5317\u73cd\u73e0\u7c73", "source": null, "unit": 12, "spec": "10\u65a4", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925999612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u888b", "stime": "2017-05-26 15:51:46", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:46", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111137076", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 266738, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u91d1\u6da6\u724c\u7279\u7ea7\u4e1c\u5317\u8d21\u7c7310\u65a4", "source": null, "unit": 0, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925776512349", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u672a\u5b9a\u4e49", "stime": "2017-05-26 15:51:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:51:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136881", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 264789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u8d64\u91d1\u6bdb\u5dfeG1234H", "source": null, "unit": 29, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925704405682", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u6761", "stime": "2017-05-26 15:50:49", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:49", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136794", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263923, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "21234\u6c90\u6d74\u82b11*280", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925670982287", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:43", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:43", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136726", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 263242, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u7f8e\u60e0\u5b50345\uff03\u897f\u74dc\u5200", "source": null, "unit": 19, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925630612345", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u628a", "stime": "2017-05-26 15:50:37", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:37", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136271", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258707, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u6d01\u80fd\u94dd\u7b94\u7089\u57ab", "source": null, "unit": 6, "spec": "1X1", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448612346", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:01", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:01", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111136264", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 258635, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u4e50\u610f\u955cWJ-234", "source": null, "unit": 6, "spec": "", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925448412342", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u4e2a", "stime": "2017-05-26 15:50:00", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:50:00", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253789, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u8584\u8377)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123470", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253788, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u73cd\u73e0\u7f8e\u767d)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123463", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253787, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u67e0\u6aac)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123449", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135776", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 253786, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "1200ml\u96ea\u4e3d\u6e7e\u6c90\u6d74\u9732(\u98de\u626c\u8349)", "source": null, "unit": 1, "spec": "1*12", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925254123432", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:21", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:21", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}, {"code": "111135578", "image": {"deal_images": [], "detail_images": []}, "desc_content": null, "cdn_image": {"detail_imgs": [], "img": "", "big_img": ""}, "desc_url_common": null, "isStandard": true, "keywords": "", "id": 251816, "special": null, "category": 557, "staff_id": null, "desc_url": null, "comments": null, "name": "\u59ff\u5a77\u9752\u74dc\u63a7\u6cb9\u6d01\u9762\u818f", "source": null, "unit": 1, "spec": "100\u514b", "status": 0, "isStandard_desc": "\u6807\u51c6\u5546\u54c1", "ccode": "", "price": "9999.00", "barcode": "6925145801234", "status_desc": "\u4e0a\u67b6", "qercode": null, "unit_desc": "\u74f6", "stime": "2017-05-26 15:49:05", "quality_period": 0, "desc_common": null, "manufacturer": null, "manufacturer_desc": null, "ctime": "2017-05-26 15:49:05", "is_standard": true, "category_id": 557, "category_desc": "\u672a\u5206\u7c7b"}]}, "statusCode": 0}
{u'code': u'111136794', u'image': {u'deal_images': [], u'detail_images': []}, u'desc_content': None, u'ctime': u'2017-05-26 15:50:43', u'desc_common': None, u'desc_url_common': None, u'isStandard': True, u'keywords': u'', u'id': 263923, u'unit': 6, u'category': 557, u'staff_id': None, u'desc_url': None, u'comments': None, u'source': None, u'special': None, u'spec': u'', u'status': 0, u'isStandard_desc': u'\u6807\u51c6\u5546\u54c1', u'ccode': u'', u'price': u'9999.00', u'barcode': u'6925670982287', u'status_desc': u'\u4e0a\u67b6', u'qercode': None, u'unit_desc': u'\u4e2a', u'stime': u'2017-05-26 15:50:43', u'quality_period': 0, u'cdn_image': {u'detail_imgs': [], u'img': u'', u'big_img': u''}, u'manufacturer': None, u'manufacturer_desc': None, u'name': u'21234\u6c90\u6d74\u82b11*280', u'is_standard': True, u'category_id': 557, u'category_desc': u'\u672a\u5206\u7c7b'}
Barcode 6925670982287
开始添加商品
{'status': 0, 'barcode': u'6925670982287', 'specs': [{'sale_price': '0.1', 'purchase_price': '0.01', 'stock': 100}]}
{"msg": "\u6210\u529f", "data": {"code": null, "tag_display": [], "image": "", "tag": [], "specs": [{"customer_price": null, "status": 0, "purchase_time": null, "from_spec": [], "member_price": null, "discount_price": null, "purchase_price": "0.01", "sale_price": "0.10", "id": 19248, "unit": "\u4e2a", "stock": "100"}], "category": 557, "user_id": "2410", "desc_url": null, "shortcut": null, "id": 19054, "source": null, "category_display": "\u672a\u5206\u7c7b", "extra_data": null, "price": "9999.00", "status": 0, "brand": "", "barcode": "6925670982287", "mo_list": [], "is_standard": true, "quality_period": 0, "weighable": false, "manufacturer": null, "product_type": 1, "name": "21234\u6c90\u6d74\u82b11*280", "total_stock": "100"}, "statusCode": 0}
供应商添加标准商品通过
{u'msg': u'\u6210\u529f', u'data': {u'code': None, u'tag_display': [], u'image': u'', u'tag': [], u'id': 19054, u'category': 557, u'user_id': u'2410', u'desc_url': None, u'shortcut': None, u'specs': [{u'customer_price': None, u'status': 0, u'purchase_time': None, u'from_spec': [], u'member_price': None, u'discount_price': None, u'id': 19248, u'sale_price': u'0.10', u'purchase_price': u'0.01', u'unit': u'\u4e2a', u'stock': u'100'}], u'source': None, u'category_display': u'\u672a\u5206\u7c7b', u'extra_data': None, u'price': u'9999.00', u'status': 0, u'brand': u'', u'barcode': u'6925670982287', u'mo_list': [], u'is_standard': True, u'quality_period': 0, u'weighable': False, u'manufacturer': None, u'product_type': 1, u'name': u'21234\u6c90\u6d74\u82b11*280', u'total_stock': u'100'}, u'statusCode': 0}
商品ID:19054,规格ID:19248,供应商ID2410,编码barcode6925670982287
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/11111111/
The request method is :get
null
接口请求头文件为:
{u'token': u'token:6d36ac06f97a63c19d6af55900d911df0a088d96'}
****************************************************************************************************
接口请求响应时延为:
0.990000009537
接口请求返回值:
{
"msg": "未能找到该订单",
"data": {},
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'specId1': 19248, 'pid1': 19054, 'tel': '13812345678', 'new_store_id': 2410, 'barcode': '6925670982287', 'token_supplier': u'token:6d36ac06f97a63c19d6af55900d911df0a088d96'}
期望检测的返回值:
{
"statusCode": {
"eq": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_559_Supplier_订单管理--订单--订单orderId--正常 |
error
ft1.559:
测试用例开始时间: 2017-06-17 18:00:20
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe5\xa7\x9a\xe6\xb5\xb7\xe6\x9e\x97', '452722197507190776']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12984",
"many": true,
"industry": 11,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test720",
"storekeeper": "姚海林",
"idcard_no": "452722197507190776",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "姚海林"
}
{"msg": "\u5b9e\u540d\u8ba4\u8bc1\u672a\u901a\u8fc7", "data": {}, "statusCode": 101}
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 104, in check_data
if not exe_module(cls, function, (context,)):
File "D:\Git\API_Automation\Common\run_public.py", line 13, in exe_module
va = apply(function, args)
File "D:\Git\API_Automation\PublicModule\RunPublic.py", line 403, in createSuppAddProduct
pid1, specId1, storeId, barcode, token_supplier, tel = dataReady.supplierAddproduct()
File "D:\Git\API_Automation\HelpScript\dataReady.py", line 155, in supplierAddproduct
storeId, tel = create_store(1)
File "D:\Git\API_Automation\HelpScript\dataReady.py", line 76, in create_store
storeId = ret.json()["data"]["id"]
KeyError: 'id'
|
||||
test_560_Supplier_订单管理--订单--订单列表--正常 |
error
ft1.560:
测试用例开始时间: 2017-06-17 18:00:23
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
创建店铺:
['\xe6\x9d\xa8\xe6\x96\x87\xe5\x86\x9b', '330224196702265835']
{
"province": "广东省",
"city": "深圳市",
"business_license": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"contact_tel": "13812345678",
"house_number": "12762",
"many": true,
"industry": 11,
"telephone": "13812345678",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"store_name": "Test742",
"storekeeper": "杨文军",
"idcard_no": "330224196702265835",
"idcard_set": [
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"https://www.baidu.com/",
"http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
],
"store_category": 1,
"pos_status": "WORKING",
"latitude": 22.566,
"contact_name": "杨文军"
}
{"msg": "\u5b9e\u540d\u8ba4\u8bc1\u672a\u901a\u8fc7", "data": {}, "statusCode": 101}
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
File "D:\Git\API_Automation\ApiExecutor\API.py", line 356, in check_case
if check_data(con, item):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 104, in check_data
if not exe_module(cls, function, (context,)):
File "D:\Git\API_Automation\Common\run_public.py", line 13, in exe_module
va = apply(function, args)
File "D:\Git\API_Automation\PublicModule\RunPublic.py", line 403, in createSuppAddProduct
pid1, specId1, storeId, barcode, token_supplier, tel = dataReady.supplierAddproduct()
File "D:\Git\API_Automation\HelpScript\dataReady.py", line 155, in supplierAddproduct
storeId, tel = create_store(1)
File "D:\Git\API_Automation\HelpScript\dataReady.py", line 76, in create_store
storeId = ret.json()["data"]["id"]
KeyError: 'id'
|
||||
test_561_Supplier_订单管理__订单--订单列表--正常 无数据 |
pass
pt1.561:
测试用例开始时间: 2017-06-17 18:00:27
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:00:27", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 18:00:34", "user_id": 101091, "local_token": "d10052980789e533dfa8659339bd95fc922eacf5", "employeerole": 5, "token": "303c9838-96d0-44a7-9aea-44ab41ca015b", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"payStatus": 0,
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
1.84899997711
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"payStatus": 1,
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
0.869999885559
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"payStatus": 0,
"search": "test",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
1.5490000248
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"payStatus": 0,
"search": "test",
"limit": 10,
"page": 1,
"start_date": "2016-12-12"
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
1.66200017929
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"stop_date": "2017-03-12",
"payStatus": 0,
"search": "test",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
0.838000059128
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"search": "test",
"stop_date": "2017-03-12",
"start_date": "2016-12-12",
"limit": 10,
"payStatus": 0,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
1.5609998703
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"search": "test",
"stop_date": "2017-03-12",
"start_date": "2016-12-12",
"limit": 10,
"orderStatus": 0,
"payStatus": 0,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
1.68099999428
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 3,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 3,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"search": "test",
"stop_date": "2017-03-12",
"start_date": "2016-12-12",
"limit": 10,
"orderStatus": 6,
"payStatus": 0,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
0.881000041962
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤11 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"search": "test",
"stop_date": "2017-03-12",
"start_date": "2016-12-12",
"limit": 10,
"orderStatus": 6,
"payStatus": 1,
"page": 1
}
接口请求头文件为:
{u'token': u'token:d10052980789e533dfa8659339bd95fc922eacf5'}
****************************************************************************************************
接口请求响应时延为:
1.31900000572
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'd10052980789e533dfa8659339bd95fc922eacf5', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_562_Supplier_退货--退货单列表--正常 |
pass
pt1.562:
测试用例开始时间: 2017-06-17 18:00:44
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:00:30", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=1
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
Supplier登录:
请求地址:http://devtest-pos.thy360.com/py/supplier/v1/auth/login/
请求参数:
{
"password": "123456",
"tel": "15000000000",
"store_id": 28
}
返回:
{"msg": "\u6210\u529f", "data": {"update_time": "2017-06-17 18:00:50", "user_id": 101091, "local_token": "6e057e59248153fc2028360d4ce4ea1f2d425a61", "employeerole": 5, "token": "8d6aa1b3-6861-4c44-9f8c-2264c68b1776", "last_login": "2017-04-25 10:26:11", "employee_name": "\u6768\u6b63\u7965", "image_url": null, "login_tel": "15000000000", "id": 31, "store": 28}, "statusCode": 0}
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/refund-orders/
The request method is :GET
The request parameter is:
{
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
1.59100008011
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"payStatus": 1,
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
0.853999853134
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 0,
"totalPage": 0,
"hasNext": false,
"currPage": 0,
"total": 0,
"data": []
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤5 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"search": "test",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
1.86100006104
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤6 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"search": "test",
"limit": 10,
"page": 1,
"start_date": "2016-12-12"
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
0.820000171661
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤7 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"stop_date": "2017-03-12",
"search": "test",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
1.46000003815
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤8 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"stop_date": "2017-03-12",
"search": "test",
"limit": 10,
"page": 1,
"start_date": "2016-12-12"
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
1.25999999046
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤9 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"status": 0,
"search": "test",
"stop_date": "2017-03-12",
"start_date": "2016-12-12",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
1.10299992561
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤10 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/py/supplier/v1/order/orders/
The request method is :GET
The request parameter is:
{
"status": 4,
"search": "test",
"stop_date": "2017-03-12",
"start_date": "2016-12-12",
"limit": 10,
"page": 1
}
接口请求头文件为:
{u'token': u'token:6e057e59248153fc2028360d4ce4ea1f2d425a61'}
****************************************************************************************************
接口请求响应时延为:
2.10300016403
接口请求返回值:
{
"msg": "成功",
"data": {
"count": 4,
"totalPage": 1,
"hasNext": false,
"currPage": 1,
"total": 4,
"data": [
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705040001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 2433,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 1629,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-05-04 17:44:51",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省南昌市宝安区南昌市第十医院9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 1629,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13713952024",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001705020001",
"storeCategory": 0,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "110.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "7.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "47.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "20.00",
"productProperty": null,
"id": 1042,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "60.00",
"json": null,
"orderItems": [],
"income": "80.00",
"categoryId": 279,
"productId": 25,
"orderId": 853,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "4.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
},
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "27.00",
"productProperty": null,
"id": 1043,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "3.00",
"json": null,
"orderItems": [],
"income": "30.00",
"categoryId": 578,
"productId": 19,
"orderId": 853,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "3.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "110.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "士多",
"orderRemarks": "测试",
"checkerId": null,
"grossProfit": "63.00",
"payAmount": "110.00",
"orderTime": "2017-05-02 15:14:37",
"contactTel": "13713952024",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区新安街道六区九楼",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "110.00",
"storeName": "Test590",
"grossProfitRate": "57%",
"orderStatus": 2,
"contactName": "阿吉",
"memberPoints": null,
"id": 853,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "110.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 59,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260002",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "40.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "2.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": "2017-05-20 15:41:22",
"cost": "10.00",
"orderItems": [
{
"specId": 26,
"itemType": 0,
"grossProfitRate": "0.75",
"cost": "10.00",
"productProperty": null,
"id": 345,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/deal20151125/D104267.jpg",
"grossProfit": "30.00",
"json": null,
"orderItems": [],
"income": "40.00",
"categoryId": 279,
"productId": 25,
"orderId": 321,
"categoryName": "流质饮料",
"barcode": "6909548048885",
"productName": "深晖清凉茶250ML",
"originalPrice": "20.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "2.000",
"purchasePrice": "5.00",
"salePrice": "20.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 2,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": "{\"supplierRemarks\": null}",
"deliveryType": null,
"dealAmount": "40.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "30.00",
"payAmount": "40.00",
"orderTime": "2017-04-26 16:19:00",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 0,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-05-20 15:41:22",
"deliveryFee": "0.00",
"productAmount": "40.00",
"storeName": "Test590",
"grossProfitRate": "75%",
"orderStatus": 2,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 321,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "40.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
},
{
"memberTelephone": "13632533380",
"storeNo": "28",
"cancelReason": null,
"orderNo": "00000028001704260001",
"storeCategory": null,
"fullReduction": "0.00",
"looseChange": "0.00",
"totalDiscount": "0.00",
"orderAmount": "10.00",
"serialNumber": null,
"supplierRemarks": null,
"prepaidcardPayAmount": "0.00",
"productNumber": "1.000",
"memberIndustryId": null,
"specialPriceDiscount": null,
"payWay": 0,
"externalOrderJson": null,
"feedBackTime": null,
"receiveTime": null,
"cost": "9.00",
"orderItems": [
{
"specId": 20,
"itemType": 0,
"grossProfitRate": "0.10",
"cost": "9.00",
"productProperty": null,
"id": 342,
"unit": "支",
"img": "http://release-image.thy360.com/images/deal/temp/71132552-2596-11e7-a795-52540039b75b.png",
"grossProfit": "1.00",
"json": null,
"orderItems": [],
"income": "10.00",
"categoryId": 578,
"productId": 19,
"orderId": 318,
"categoryName": "化妆品",
"barcode": "8806199416187",
"productName": "ETUDE HOUSE 伊蒂之屋 爱丽眉笔双头眉笔防水防汗不晕染 1#黑咖色",
"originalPrice": "10.00",
"weighable": null,
"gift": false,
"itemDesc": null,
"productNumber": "1.000",
"purchasePrice": "9.00",
"salePrice": "10.00",
"priceType": 0
}
],
"salesmanId": null,
"orderType": 2,
"expectDeliveryTime": null,
"couponAmount": "0.00",
"deliveryStatus": 6,
"version": 3,
"pointsAmount": "0.00",
"storeType": 0,
"option2": null,
"option3": null,
"option1": null,
"deliveryType": null,
"dealAmount": "10.00",
"cashierId": null,
"roundOff": null,
"payTime": null,
"deliverymanTip": "0",
"finishTime": null,
"giftAmount": "0.00",
"deliveryName": null,
"saleType": null,
"memberBalance": null,
"commentStatus": 0,
"memberDiscount": "0.00",
"payStatus": 0,
"memberName": "6号零售",
"orderRemarks": "",
"checkerId": null,
"grossProfit": "1.00",
"payAmount": "10.00",
"orderTime": "2017-04-26 16:16:29",
"contactTel": "13345678966",
"cashierName": null,
"orderPoints": null,
"distance": null,
"inStorage": 1,
"deliveryTime": null,
"tableNumber": null,
"salesmanName": null,
"receiptAddress": "广东省深圳市宝安区飞扬科技园9a",
"statusTime": "2017-04-26 16:17:18",
"deliveryFee": "0.00",
"productAmount": "10.00",
"storeName": "Test590",
"grossProfitRate": "10%",
"orderStatus": 4,
"contactName": "6号联系人罗凌凌",
"memberPoints": null,
"id": 318,
"checkTime": null,
"isTable": null,
"isScanOrder": null,
"boxNum": null,
"orderSource": 1,
"income": "10.00",
"storeTel": "15000000000",
"memberFirstOrder": false,
"payType": 1,
"appId": null,
"boxPrice": null,
"externalOrderId": null,
"memberId": 5,
"cancelReasonId": null,
"deliveryTel": null,
"payAbnormalStatus": 0
}
]
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'password': '123456', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'supplier_id': 28, 'token_supplier': u'6e057e59248153fc2028360d4ce4ea1f2d425a61', 'supplier_tel': u'15000000000'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"count": {
"TYPE": "int"
},
"data.data": {
"type": "list"
},
"currPage": {
"TYPE": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: count的返回值通过
检查key: data.data的返回值通过
检查key: currPage的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_563_V1_1_BOSS_ľÇÂź--żŞľęV1_1 |
fail
ft1.563:
测试用例开始时间: 2017-06-17 18:01:00
测试步骤1 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setup/storebytelephone?telephone=13798765777
The request method is :get
null
****************************************************************************************************
接口请求响应时延为:
2.20700001717
接口请求返回值:
{
"msg": "您的手机号在平台已有店铺,是否继续使用此手机号开店,继续后将可申请新店,取消返回登录界面",
"data": {
"code": false
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"statusCode": {
"eq": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setup/store
The request method is :POST
The request parameter is:
{
"province": "广东省",
"city": "深圳市",
"storeCategory": 0,
"storeLogo": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"district": "宝安区",
"storeName": "molgpgtpelbqlluibhfe",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
}
],
"idCardNo": "533527198909210238",
"storekeeper": "杨正祥",
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png"
}
],
"telephone": "13798765777",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13798765777",
"contactName": "TestName",
"latitude": 22.566,
"houseNumber": "504",
"industry": {
"id": 1
}
}
****************************************************************************************************
接口请求响应时延为:
1.05500006676
接口请求返回值:
{
"msg": "身份证认证失败,请填写正确的身份信息",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{}
期望检测的返回值:
{
"statusCode": {
"eq": 0
}
}
检查key: statusCode返回值失败。
测试步骤2失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_564_V1_1_BOSS_设置--商户设置信息概览V1_1 |
pass
pt1.564:
测试用例开始时间: 2017-06-17 18:01:04
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:00:47", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"fad743cb-e64a-40d5-acef-79f20f874402","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'fad743cb-e64a-40d5-acef-79f20f874402'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/overview
The request method is :get
null
接口请求头文件为:
{u'token': u'fad743cb-e64a-40d5-acef-79f20f874402', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.14800000191
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"city": "深圳市",
"district": "宝安区",
"storeCategoryId": 9,
"contactSex": 0,
"storeCategoryName": "快餐",
"telephone": "15000000000",
"longitude": 113.899,
"cell": "思微simplywork(飞扬科技园)",
"contactTel": "13512345678",
"posNum": 9,
"storeNo": "10",
"contactName": "联系人姓名",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"latitude": 22.566,
"storekeeperName": "姚海林",
"productCategory": [
{
"is_standard": false,
"id": 339,
"parent": 0,
"name": "生活用纸"
},
{
"is_standard": false,
"id": 252,
"parent": 0,
"name": "方便食品"
},
{
"is_standard": false,
"id": 815,
"parent": 0,
"name": "测试"
},
{
"is_standard": false,
"id": 352,
"parent": 0,
"name": "生鲜粮油"
},
{
"is_standard": false,
"id": 1,
"parent": 0,
"name": "进口水果/国产水果"
},
{
"is_standard": false,
"id": 562,
"parent": 0,
"name": "生产分拣"
},
{
"is_standard": false,
"id": 521,
"parent": 0,
"name": "家纺"
},
{
"is_standard": false,
"id": 905,
"parent": 0,
"name": "ABC"
},
{
"is_standard": false,
"id": 904,
"parent": 0,
"name": "测试分类"
},
{
"is_standard": false,
"id": 378,
"parent": 0,
"name": "精选宵夜"
},
{
"is_standard": false,
"id": 116,
"parent": 0,
"name": "冲调茗茶"
},
{
"is_standard": false,
"id": 596,
"parent": 0,
"name": "蛋糕甜点"
},
{
"is_standard": false,
"id": 602,
"parent": 0,
"name": "新的"
},
{
"is_standard": false,
"id": 539,
"parent": 0,
"name": "家庭用具"
},
{
"is_standard": false,
"id": 129,
"parent": 0,
"name": "奶制品"
},
{
"is_standard": false,
"id": 441,
"parent": 0,
"name": "超值特惠"
},
{
"is_standard": false,
"id": 320,
"parent": 0,
"name": "现制熟食"
},
{
"is_standard": false,
"id": 532,
"parent": 0,
"name": "玩具"
},
{
"is_standard": false,
"id": 419,
"parent": 0,
"name": "饼干糕点"
},
{
"is_standard": false,
"id": 176,
"parent": 0,
"name": "个人护理"
},
{
"is_standard": false,
"id": 557,
"parent": 0,
"name": "未分类"
},
{
"is_standard": false,
"id": 549,
"parent": 0,
"name": "烧烤撸串"
},
{
"is_standard": false,
"id": 384,
"parent": 0,
"name": "糖巧克力"
},
{
"is_standard": false,
"id": 367,
"parent": 0,
"name": "精品中餐"
},
{
"is_standard": false,
"id": 400,
"parent": 0,
"name": "酒类"
},
{
"is_standard": false,
"id": 482,
"parent": 0,
"name": "生活服务"
},
{
"is_standard": false,
"id": 395,
"parent": 0,
"name": "蛋糕面包"
},
{
"is_standard": false,
"id": 556,
"parent": 0,
"name": "新鲜肉类"
},
{
"is_standard": false,
"id": 314,
"parent": 0,
"name": "香烟代买"
},
{
"is_standard": false,
"id": 510,
"parent": 0,
"name": "数码"
},
{
"is_standard": false,
"id": 495,
"parent": 0,
"name": "福荫食品"
},
{
"is_standard": false,
"id": 247,
"parent": 0,
"name": "成人用品"
},
{
"is_standard": false,
"id": 899,
"parent": 0,
"name": "EFG"
},
{
"is_standard": false,
"id": 306,
"parent": 0,
"name": "滋补保健"
},
{
"is_standard": false,
"id": 145,
"parent": 0,
"name": "休闲零食"
},
{
"is_standard": false,
"id": 279,
"parent": 0,
"name": "流质饮料"
},
{
"is_standard": false,
"id": 373,
"parent": 0,
"name": "精美料理"
},
{
"is_standard": false,
"id": 814,
"parent": 0,
"name": "经典蝴蝶结"
},
{
"is_standard": false,
"id": 228,
"parent": 0,
"name": "家居清洁"
},
{
"is_standard": false,
"id": 327,
"parent": 0,
"name": "现制甜品"
},
{
"is_standard": false,
"id": 330,
"parent": 0,
"name": "现调饮品"
},
{
"is_standard": false,
"id": 578,
"parent": 0,
"name": "化妆品"
},
{
"is_standard": false,
"id": 550,
"parent": 0
}
],
"houseNumber": "555",
"storeLog": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"picUrl": ""
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'fad743cb-e64a-40d5-acef-79f20f874402'}
期望检测的返回值:
{
"posNum": {
"type": "int"
},
"city": {
"type": "str"
},
"province": {
"type": "str"
},
"district": {
"type": "str"
},
"storeCategoryId": {
"type": "int"
},
"houseNumber": {
"type": "str"
},
"contactSex": {
"type": "int"
},
"storeLogo": {
"type": "str"
},
"storeNo": {
"eq": "10"
},
"telephone": {
"type": "str"
},
"productCategory": {
"type": "list"
},
"cell": {
"type": "str"
},
"contactTel": {
"type": "str"
},
"picUrl": {
"type": "str"
},
"contactName": {
"type": "str"
},
"address": {
"type": "str"
},
"storekeeperName": {
"type": "str"
},
"data": {
"type": "dict"
},
"statusCode": {
"EQ": 0
}
}
检查key: posNum的返回值通过
检查key: city的返回值通过
检查key: province的返回值通过
检查key: district的返回值通过
检查key: storeCategoryId的返回值通过
检查key: houseNumber的返回值通过
检查key: contactSex的返回值通过
检查key: storeLogo的返回值通过
检查key: storeNo的返回值通过
检查key: telephone的返回值通过
检查key: productCategory的返回值通过
检查key: cell的返回值通过
检查key: contactTel的返回值通过
检查key: picUrl的返回值通过
检查key: contactName的返回值通过
检查key: address的返回值通过
检查key: storekeeperName的返回值通过
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_565_V1_1_BOSS_设置--查询绑定的收银机V1_1 |
pass
pt1.565:
测试用例开始时间: 2017-06-17 18:01:12
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:01:07", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"397cd40d-31bf-4f3e-9374-57a044577f09","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'397cd40d-31bf-4f3e-9374-57a044577f09'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/poslist
The request method is :get
null
接口请求头文件为:
{u'token': u'397cd40d-31bf-4f3e-9374-57a044577f09', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.2539999485
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-05 13:48:26",
"posNumber": "00",
"posNo": "442c0542ca74",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 16:39:25",
"posToken": "2bf84844-606a-4b8e-b8f2-3b585abe743f",
"id": 2,
"romVersion": "3.10.0",
"version": 2,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 16:39:25",
"defaultFlag": 0
},
{
"updateTime": "2017-04-22 17:45:41",
"posNumber": "01",
"posNo": "442c05a8b0e1",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 17:45:41",
"posToken": "de088a53-2ab2-49a9-a7b5-2042e444aba7",
"id": 4,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 17:45:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-02 18:00:53",
"posNumber": "02",
"connectState": 0,
"posNo": "927f18d98d42",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-02 18:00:53",
"posToken": "df2cc0f0-8226-412f-a8ab-2e4794741ea7",
"id": 226,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-02 18:00:53",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "03",
"connectState": 0,
"posNo": "080027400cba",
"posVersion": "1.0",
"posType": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048",
"bandingTime": "2017-06-03 10:07:26",
"posToken": "56ca4f84-8575-4551-94f3-122e49063bf3",
"id": 229,
"romVersion": "3.10.0-genymotion-g08e528d",
"version": 4,
"systemVersion": "5.0",
"storeNo": 10,
"createTime": "2017-06-03 10:07:26",
"defaultFlag": 1
},
{
"updateTime": "2017-06-03 15:38:37",
"posNumber": "04",
"connectState": 0,
"posNo": "768571f6d731",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-03 15:38:37",
"posToken": "ac21bb40-b6ee-403b-b895-e272a29e9cc3",
"id": 231,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-03 15:38:37",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "05",
"connectState": 0,
"posNo": "c243dd7b6f81",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 12:36:41",
"posToken": "fcc746ac-d590-429f-9ae2-de5068666a9f",
"id": 237,
"romVersion": "3.10.0",
"version": 3,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 12:36:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 14:40:29",
"posNumber": "06",
"connectState": 0,
"posNo": "322f3d2ab8e9",
"posVersion": "1.1",
"posType": "rk3288",
"bandingTime": "2017-06-05 14:40:29",
"posToken": "6cb59912-f716-4225-ad92-d4acf49fb9ad",
"id": 238,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-06-05 14:40:29",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 16:02:36",
"posNumber": "07",
"connectState": 0,
"posNo": "92f488cc2c59",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 16:02:36",
"posToken": "50391b63-c25e-4894-86f9-8866c63d000b",
"id": 248,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 16:02:36",
"defaultFlag": 0
},
{
"updateTime": "2017-06-06 19:50:38",
"posNumber": "08",
"connectState": 0,
"posNo": "abcdefghijk",
"posVersion": "testversion",
"posType": "testType",
"bandingTime": "2017-06-06 19:50:38",
"posToken": "10581ec8-c5df-496f-9263-3c686a8342fe",
"id": 280,
"romVersion": "1.0",
"version": 1,
"systemVersion": "1.1",
"storeNo": 10,
"createTime": "2017-06-06 19:50:38",
"defaultFlag": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'397cd40d-31bf-4f3e-9374-57a044577f09'}
期望检测的返回值:
{
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_566_V1_1_BOSS_设置--网店信息获取V1_1 |
pass
pt1.566:
测试用例开始时间: 2017-06-17 18:01:21
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:01:16", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"07f932d4-3773-4696-8506-99ea3d88c912","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'07f932d4-3773-4696-8506-99ea3d88c912'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :get
null
接口请求头文件为:
{u'token': u'07f932d4-3773-4696-8506-99ea3d88c912', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.36899995804
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.9,
"id": 5233,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:26"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.11,
"id": 5234,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 17:08:26"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'07f932d4-3773-4696-8506-99ea3d88c912'}
期望检测的返回值:
{
"supportNegstockSale": {
"type": "bool"
},
"storeName": {
"type": "str"
},
"storeStatus": {
"type": "int"
},
"telephone": {
"type": "str"
},
"deliverTime": {
"type": "str"
},
"storeNo": {
"type": "str"
},
"contactName": {
"type": "str"
},
"supportNetsale": {
"type": "bool"
},
"city": {
"type": "str"
},
"storeCategory": {
"eq": 0
},
"serviceTel": {
"type": "str"
},
"deliverType": {
"type": "int"
},
"storekeeper": {
"type": "str"
},
"storeLogo": {
"type": "str"
},
"id": {
"type": "int"
},
"cell": {
"type": "str"
},
"latitude": {
"type": "float"
},
"storeType": {
"type": "int"
},
"supportCash": {
"type": "bool"
},
"province": {
"type": "str"
},
"storeQrcode": {
"type": "str"
},
"data": {
"type": "dict"
},
"deliverFee": {
"type": "str"
},
"idCard": {
"type": "list"
},
"longitude": {
"type": "float"
},
"businessLicense": {
"type": "list"
},
"businessDay": {
"type": "str"
},
"districtsDistance": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: supportNegstockSale的返回值通过
检查key: storeName的返回值通过
检查key: storeStatus的返回值通过
检查key: telephone的返回值通过
检查key: deliverTime的返回值通过
检查key: storeNo的返回值通过
检查key: contactName的返回值通过
检查key: supportNetsale的返回值通过
检查key: city的返回值通过
检查key: storeCategory的返回值通过
检查key: serviceTel的返回值通过
检查key: deliverType的返回值通过
检查key: storekeeper的返回值通过
检查key: storeLogo的返回值通过
检查key: id的返回值通过
检查key: cell的返回值通过
检查key: latitude的返回值通过
检查key: storeType的返回值通过
检查key: supportCash的返回值通过
检查key: province的返回值通过
检查key: storeQrcode的返回值通过
检查key: data的返回值通过
检查key: deliverFee的返回值通过
检查key: idCard的返回值通过
检查key: longitude的返回值通过
检查key: businessLicense的返回值通过
检查key: businessDay的返回值通过
检查key: districtsDistance的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_567_V1_1_BOSS_ÉčÖĂ--ÉčÖĂĹäËÍžŕŔëV1_1 |
fail
ft1.567:
测试用例开始时间: 2017-06-17 18:01:28
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:01:23", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"6e245226-b3ea-477e-9904-83b0d44e4d02","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6e245226-b3ea-477e-9904-83b0d44e4d02'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/deliver/distance
The request method is :post
The request parameter is:
{
"districtsDistance": "3000"
}
接口请求头文件为:
{u'token': u'6e245226-b3ea-477e-9904-83b0d44e4d02', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.13100004196
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6e245226-b3ea-477e-9904-83b0d44e4d02'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/storeinfo
The request method is :get
null
接口请求头文件为:
{u'token': u'6e245226-b3ea-477e-9904-83b0d44e4d02', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.9880001545
接口请求返回值:
{
"msg": "成功",
"data": {
"province": "广东省",
"updateTime": 1492840527000,
"deliverTime": "[{\"endTime\":\"22:00\",\"isUsed\":true,\"startTime\":\"08:00\"},{\"endTime\":\"15:00\",\"isUsed\":false,\"startTime\":\"13:00\"},{\"endTime\":\"18:00\",\"isUsed\":false,\"startTime\":\"16:00\"}]",
"storeName": "HelloWorld",
"storeStatus": 0,
"userId": 101108,
"telephone": "15000000000",
"supportNegstockSale": false,
"storeNo": "10",
"contactName": "联系人姓名",
"id": 10,
"city": "深圳市",
"storeCategory": 0,
"serviceTel": "13512341234",
"deliverType": 2,
"storekeeper": "姚海林",
"storeLogo": "http://posstatic-1252095635.file.myqcloud.com/appidposvsdf2f/d9162fdbba8d47bab15308772de63f93.png",
"applyTime": 1492840527000,
"supportNetsale": true,
"cell": "思微simplywork(飞扬科技园)",
"latitude": 22.566,
"storeType": 1,
"supportCash": true,
"deliverDistricts": [
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.11,
"id": 5234,
"cell": "洪福雅苑2",
"version": 1,
"storeSet": [],
"latitude": 22.5645,
"createTime": "2017-06-17 17:08:26"
},
{
"province": "广东省",
"city": "深圳市",
"updateTime": "2017-06-17 17:08:26",
"longitude": 113.9,
"id": 5233,
"cell": "洪福雅苑",
"version": 1,
"storeSet": [],
"latitude": 22.5668,
"createTime": "2017-06-17 17:08:26"
}
],
"operatorId": 1,
"platformStore": true,
"chainstoreName": "",
"contactTel": "13512345678",
"storeQrcode": "",
"picUrl": "",
"address": "广东省深圳市宝安区思微simplywork(飞扬科技园)555",
"houseNumber": "555",
"deliverFee": "3.00",
"storeArea": 0,
"district": "宝安区",
"industry": {
"often": false,
"id": 9,
"name": "快餐",
"parentId": 2
},
"idCard": [
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 37
},
{
"idcardImg": "https://www.baidu.com/",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 38
},
{
"idcardImg": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 39
}
],
"longitude": 113.899,
"districtsDistance": "3000",
"businessLicense": [
{
"businessLicense": "http://7xjpiw.com1.z0.glb.clouddn.com//appidbossut5hn5/004a0277998442f29c7987dc051677a1.png",
"updateTime": "2017-04-22 13:55:27",
"version": 1,
"createTime": "2017-04-22 13:55:27",
"id": 10
}
],
"businessDay": "[{\"businessDay\":\"星期一\",\"isUsed\":true},{\"businessDay\":\"星期二\",\"isUsed\":true},{\"businessDay\":\"星期三\",\"isUsed\":true},{\"businessDay\":\"星期四\",\"isUsed\":true},{\"businessDay\":\"星期五\",\"isUsed\":true},{\"businessDay\":\"星期六\",\"isUsed\":true},{\"businessDay\":\"星期日\",\"isUsed\":true}]",
"idCardNo": "452722197507190776",
"contactSex": 0
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'6e245226-b3ea-477e-9904-83b0d44e4d02'}
期望检测的返回值:
{
"deliverDistricts": {
"type": "str"
},
"platformStore": {
"eq": true
},
"supportNegstockSale": {
"type": "bool"
},
"deliverTime": {
"type": "str"
},
"serviceTel": {
"type": "str"
},
"storeName": {
"type": "str"
},
"deliverType": {
"type": "int"
},
"idCardNo": {
"type": "str"
},
"storeStatus": {
"eq": 0
},
"storeLogo": {
"type": "str"
},
"telephone": {
"eq": "15000000000"
},
"businessLicense": {
"type": "list"
},
"storeQrcode": {
"type": "str"
},
"businessDay": {
"type": "str"
},
"idCard": {
"type": "list"
},
"statusCode": {
"EQ": 0
},
"data": {
"type": "dict"
},
"districtsDistance": {
"eq": "3000",
"type": "str"
},
"deliverFee": {
"eq": "3.00",
"type": "str"
}
}
检查key: deliverDistricts返回值失败。
测试步骤3失败。
----------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "D:\Git\API_Automation\ApiExecutor\API.py", line 393, in func
self.run_case(steps)
File "D:\Git\API_Automation\ApiExecutor\API.py", line 384, in run_case
self.assertTrue(check_case(self.context, steps), "Test FAIL.")
AssertionError: Test FAIL.
|
||||
test_568_V1_1_BOSS_设置--设置默认收银机V1_1 |
pass
pt1.568:
测试用例开始时间: 2017-06-17 18:01:38
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:01:31", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"d36ffdec-4045-47f3-95c4-555c9fee6811","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'd36ffdec-4045-47f3-95c4-555c9fee6811'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'd36ffdec-4045-47f3-95c4-555c9fee6811'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/pos/default
The request method is :post
The request parameter is:
{
"posNo": "080027400cba"
}
接口请求头文件为:
{u'token': u'd36ffdec-4045-47f3-95c4-555c9fee6811', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.984999895096
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-05 13:48:26",
"posNumber": "00",
"posNo": "442c0542ca74",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 16:39:25",
"posToken": "2bf84844-606a-4b8e-b8f2-3b585abe743f",
"id": 2,
"romVersion": "3.10.0",
"version": 2,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 16:39:25",
"defaultFlag": 0
},
{
"updateTime": "2017-04-22 17:45:41",
"posNumber": "01",
"posNo": "442c05a8b0e1",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 17:45:41",
"posToken": "de088a53-2ab2-49a9-a7b5-2042e444aba7",
"id": 4,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 17:45:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-02 18:00:53",
"posNumber": "02",
"connectState": 1,
"posNo": "927f18d98d42",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-02 18:00:53",
"posToken": "df2cc0f0-8226-412f-a8ab-2e4794741ea7",
"id": 226,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-02 18:00:53",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "03",
"connectState": 1,
"posNo": "080027400cba",
"posVersion": "1.0",
"posType": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048",
"bandingTime": "2017-06-03 10:07:26",
"posToken": "56ca4f84-8575-4551-94f3-122e49063bf3",
"id": 229,
"romVersion": "3.10.0-genymotion-g08e528d",
"version": 4,
"systemVersion": "5.0",
"storeNo": 10,
"createTime": "2017-06-03 10:07:26",
"defaultFlag": 1
},
{
"updateTime": "2017-06-03 15:38:37",
"posNumber": "04",
"connectState": 1,
"posNo": "768571f6d731",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-03 15:38:37",
"posToken": "ac21bb40-b6ee-403b-b895-e272a29e9cc3",
"id": 231,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-03 15:38:37",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "05",
"connectState": 1,
"posNo": "c243dd7b6f81",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 12:36:41",
"posToken": "fcc746ac-d590-429f-9ae2-de5068666a9f",
"id": 237,
"romVersion": "3.10.0",
"version": 3,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 12:36:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 14:40:29",
"posNumber": "06",
"connectState": 1,
"posNo": "322f3d2ab8e9",
"posVersion": "1.1",
"posType": "rk3288",
"bandingTime": "2017-06-05 14:40:29",
"posToken": "6cb59912-f716-4225-ad92-d4acf49fb9ad",
"id": 238,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-06-05 14:40:29",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 16:02:36",
"posNumber": "07",
"connectState": 1,
"posNo": "92f488cc2c59",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 16:02:36",
"posToken": "50391b63-c25e-4894-86f9-8866c63d000b",
"id": 248,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 16:02:36",
"defaultFlag": 0
},
{
"updateTime": "2017-06-06 19:50:38",
"posNumber": "08",
"connectState": 1,
"posNo": "abcdefghijk",
"posVersion": "testversion",
"posType": "testType",
"bandingTime": "2017-06-06 19:50:38",
"posToken": "10581ec8-c5df-496f-9263-3c686a8342fe",
"id": 280,
"romVersion": "1.0",
"version": 1,
"systemVersion": "1.1",
"storeNo": 10,
"createTime": "2017-06-06 19:50:38",
"defaultFlag": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'd36ffdec-4045-47f3-95c4-555c9fee6811'}
期望检测的返回值:
{
"statusCode": {
"EQ": 0
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/setting/poslist
The request method is :get
null
接口请求头文件为:
{u'token': u'd36ffdec-4045-47f3-95c4-555c9fee6811', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
1.91700005531
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-05 13:48:26",
"posNumber": "00",
"posNo": "442c0542ca74",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 16:39:25",
"posToken": "2bf84844-606a-4b8e-b8f2-3b585abe743f",
"id": 2,
"romVersion": "3.10.0",
"version": 2,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 16:39:25",
"defaultFlag": 0
},
{
"updateTime": "2017-04-22 17:45:41",
"posNumber": "01",
"posNo": "442c05a8b0e1",
"posVersion": "1.0",
"posType": "rk3288",
"bandingTime": "2017-04-22 17:45:41",
"posToken": "de088a53-2ab2-49a9-a7b5-2042e444aba7",
"id": 4,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-04-22 17:45:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-02 18:00:53",
"posNumber": "02",
"connectState": 0,
"posNo": "927f18d98d42",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-02 18:00:53",
"posToken": "df2cc0f0-8226-412f-a8ab-2e4794741ea7",
"id": 226,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-02 18:00:53",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "03",
"connectState": 0,
"posNo": "080027400cba",
"posVersion": "1.0",
"posType": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048",
"bandingTime": "2017-06-03 10:07:26",
"posToken": "56ca4f84-8575-4551-94f3-122e49063bf3",
"id": 229,
"romVersion": "3.10.0-genymotion-g08e528d",
"version": 4,
"systemVersion": "5.0",
"storeNo": 10,
"createTime": "2017-06-03 10:07:26",
"defaultFlag": 1
},
{
"updateTime": "2017-06-03 15:38:37",
"posNumber": "04",
"connectState": 0,
"posNo": "768571f6d731",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-03 15:38:37",
"posToken": "ac21bb40-b6ee-403b-b895-e272a29e9cc3",
"id": 231,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-03 15:38:37",
"defaultFlag": 0
},
{
"updateTime": "2017-06-17 15:31:34",
"posNumber": "05",
"connectState": 0,
"posNo": "c243dd7b6f81",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 12:36:41",
"posToken": "fcc746ac-d590-429f-9ae2-de5068666a9f",
"id": 237,
"romVersion": "3.10.0",
"version": 3,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 12:36:41",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 14:40:29",
"posNumber": "06",
"connectState": 0,
"posNo": "322f3d2ab8e9",
"posVersion": "1.1",
"posType": "rk3288",
"bandingTime": "2017-06-05 14:40:29",
"posToken": "6cb59912-f716-4225-ad92-d4acf49fb9ad",
"id": 238,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "5.1.1",
"storeNo": 10,
"createTime": "2017-06-05 14:40:29",
"defaultFlag": 0
},
{
"updateTime": "2017-06-05 16:02:36",
"posNumber": "07",
"connectState": 0,
"posNo": "92f488cc2c59",
"posVersion": "1.1.0",
"posType": "S2802",
"bandingTime": "2017-06-05 16:02:36",
"posToken": "50391b63-c25e-4894-86f9-8866c63d000b",
"id": 248,
"romVersion": "3.10.0",
"version": 1,
"systemVersion": "4.4.4",
"storeNo": 10,
"createTime": "2017-06-05 16:02:36",
"defaultFlag": 0
},
{
"updateTime": "2017-06-06 19:50:38",
"posNumber": "08",
"connectState": 0,
"posNo": "abcdefghijk",
"posVersion": "testversion",
"posType": "testType",
"bandingTime": "2017-06-06 19:50:38",
"posToken": "10581ec8-c5df-496f-9263-3c686a8342fe",
"id": 280,
"romVersion": "1.0",
"version": 1,
"systemVersion": "1.1",
"storeNo": 10,
"createTime": "2017-06-06 19:50:38",
"defaultFlag": 0
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': u'442c0542ca74', 'password': '123456', 'token_boss': u'd36ffdec-4045-47f3-95c4-555c9fee6811'}
期望检测的返回值:
{
"data": {
"type": "list"
},
"statusCode": {
"EQ": 0
}
}
检查key: data的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_569_V1_1_BOSS_运营--会员详情V1_1 |
pass
pt1.569:
测试用例开始时间: 2017-06-17 18:01:48
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:01:41", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"9a7efbac-dee1-430e-8f25-1affc67644a3","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'token_boss': u'9a7efbac-dee1-430e-8f25-1affc67644a3', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com//ja/pos/v1/member
The request method is :POST
The request parameter is:
{
"member_tel": "13798765888",
"sex": 0,
"member_name": "Member1"
}
接口请求头文件为:
{u'token': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
****************************************************************************************************
接口请求响应时延为:
1.89400005341
接口请求返回值:
{
"msg": "商户会员注册成功",
"status_code": 0,
"data": {
"total_consume_cnt": 0,
"total_consume_fee": "0.0",
"member_tel": "13798765888",
"reg_date": "2017-06-17 18:01:58",
"point": 0,
"sex": 0,
"member_id": 1750,
"discount": "100.0",
"member_name": "Member1",
"promotion_type": 0,
"balance": "0.00"
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1750, 'token_boss': u'9a7efbac-dee1-430e-8f25-1affc67644a3', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"total_consume_cnt": {
"TYPE": "int"
},
"total_consume_fee": {
"EQ": "0.0"
},
"member_tel": {
"eq": "13798765888"
},
"point": {
"TYPE": "int"
},
"status_code": {
"EQ": 0
},
"member_id": {
"TYPE": "int"
},
"sex": {
"TYPE": "int"
},
"reg_date": {
"type": "str"
},
"member_name": {
"EQ": "Member1"
},
"promotion_type": {
"TYPE": "int"
},
"discount": {
"EQ": "100.0"
},
"balance": {
"TYPE": "str"
}
}
检查key: total_consume_cnt的返回值通过
检查key: total_consume_fee的返回值通过
检查key: member_tel的返回值通过
检查key: point的返回值通过
检查key: status_code的返回值通过
检查key: member_id的返回值通过
检查key: sex的返回值通过
检查key: reg_date的返回值通过
检查key: member_name的返回值通过
检查key: promotion_type的返回值通过
检查key: discount的返回值通过
检查key: balance的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/member/memberdetail/1750
The request method is :GET
null
接口请求头文件为:
{u'token': u'9a7efbac-dee1-430e-8f25-1affc67644a3', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.888999938965
接口请求返回值:
{
"msg": "成功",
"data": {
"registerDate": "2017-06-17 18:01:58",
"totalAmount": "0",
"orderCount": 0,
"memberName": "Member1",
"memberPoints": 0,
"telephone": "13798765888",
"memberId": 1750,
"source": 0,
"storeAmount": "0",
"storeOrderCount": 0,
"firstOrderDate": "",
"netOrderCount": 0,
"balance": "0.00",
"netAmount": "0",
"lastOrderDate": ""
},
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'member_id': 1750, 'token_boss': u'9a7efbac-dee1-430e-8f25-1affc67644a3', 'password': '123456', 'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3'}
期望检测的返回值:
{
"memberPoints": {
"type": "int"
},
"storeOrderCount": {
"type": "int"
},
"img": {
"type": "str"
},
"orderCount": {
"type": "int"
},
"memberName": {
"type": "str"
},
"memberGradeName": {
"type": "str"
},
"registerDate": {
"type": "str"
},
"telephone": {
"eq": "13798765888"
},
"source": {
"type": "int"
},
"clientSource": {
"type": "str"
},
"storeAmount": {
"type": "str"
},
"netOrderCount": {
"type": "int"
},
"firstOrderDate": {
"type": "str"
},
"lastOrderDate": {
"type": "str"
},
"memberId": {
"eq": 1750
},
"balance": {
"type": "str"
},
"netAmount": {
"type": "str"
},
"totalAmount": {
"type": "str"
},
"statusCode": {
"EQ": 0
}
}
检查key: memberPoints的返回值通过
检查key: storeOrderCount的返回值通过
检查key: img的返回值通过
检查key: orderCount的返回值通过
检查key: memberName的返回值通过
检查key: memberGradeName的返回值通过
检查key: registerDate的返回值通过
检查key: telephone的返回值通过
检查key: source的返回值通过
检查key: clientSource的返回值通过
检查key: storeAmount的返回值通过
检查key: netOrderCount的返回值通过
检查key: firstOrderDate的返回值通过
检查key: lastOrderDate的返回值通过
检查key: memberId的返回值通过
检查key: balance的返回值通过
检查key: netAmount的返回值通过
检查key: totalAmount的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_570_V1_1_BOSS_运营--删除充值促销规则V1_1 |
pass
pt1.570:
测试用例开始时间: 2017-06-17 18:01:59
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:01:51", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f5f525d7-696e-45da-910e-3ae072f9a5a4","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f5f525d7-696e-45da-910e-3ae072f9a5a4'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'f5f525d7-696e-45da-910e-3ae072f9a5a4'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/add
The request method is :POST
The request parameter is:
{
"giftAmount": "20.00",
"rechargeAmount": "100",
"activityName": "DefineRule222"
}
接口请求头文件为:
{u'token': u'f5f525d7-696e-45da-910e-3ae072f9a5a4', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
2.05400013924
接口请求返回值:
{
"msg": "成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'f5f525d7-696e-45da-910e-3ae072f9a5a4'}
期望检测的返回值:
{
"msg": {
"EQ": "成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤3 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule
The request method is :GET
null
接口请求头文件为:
{u'token': u'f5f525d7-696e-45da-910e-3ae072f9a5a4', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.808000087738
接口请求返回值:
{
"msg": "成功",
"data": [
{
"updateTime": "2017-06-17 18:02:08",
"activityName": "DefineRule222",
"rechargeAmount": "100.00",
"id": 1018,
"version": 1,
"giftAmount": "20.00",
"storeNo": 10,
"createTime": "2017-06-17 18:02:08"
}
],
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1018, 'password': '123456', 'token_boss': u'f5f525d7-696e-45da-910e-3ae072f9a5a4'}
期望检测的返回值:
{
"activityName": {
"EQ": "DefineRule222"
},
"rechargeAmount": {
"EQ": "100.00"
},
"giftAmount": {
"EQ": "20.00"
},
"msg": {
"EQ": "成功"
},
"data": {
"type": "list"
},
"id": {
"type": "int"
},
"statusCode": {
"EQ": 0
}
}
检查key: activityName的返回值通过
检查key: rechargeAmount的返回值通过
检查key: giftAmount的返回值通过
检查key: msg的返回值通过
检查key: data的返回值通过
检查key: id的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
测试步骤4 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/1018
The request method is :delete
null
接口请求头文件为:
{u'token': u'f5f525d7-696e-45da-910e-3ae072f9a5a4', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.892999887466
接口请求返回值:
{
"msg": "充值促销规则删除成功",
"statusCode": 0
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', u'ruleId': 1018, 'password': '123456', 'token_boss': u'f5f525d7-696e-45da-910e-3ae072f9a5a4'}
期望检测的返回值:
{
"msg": {
"EQ": "充值促销规则删除成功"
},
"statusCode": {
"EQ": 0
}
}
检查key: msg的返回值通过
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_571_V1_1_BOSS_运营--删除充值促销规则V1_1-异常 ruleId不存在 |
pass
pt1.571:
测试用例开始时间: 2017-06-17 18:02:09
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:02:02", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"8903377a-80e6-41e1-b0a8-94f15a42814e","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'8903377a-80e6-41e1-b0a8-94f15a42814e'}
POS机登录:
请求地址:http://devtest-pos.thy360.com/ja/pos/v1/login
请求参数:
{
"username": "15000000000",
"pos_info": {
"pos_version": "1.0",
"rom_version": "3.10.0-genymotion-g08e528d",
"pos_no": "080027400cba",
"system_version": "5.0",
"pos_type": "Google Nexus 9 - 5.0.0 - API 21 - 1536x2048"
},
"pwd": "123456",
"shop_no": 10
}
返回:
{"status_code":0,"statusCode":0,"msg":"登录成功","data":{"shop_pos_number":"03","store_type":1,"token":"56ca4f84-8575-4551-94f3-122e49063bf3"}}
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'8903377a-80e6-41e1-b0a8-94f15a42814e'}
----------------------------------------------------------------------------------------------------
测试步骤2 :
----------------------------------------------------------------------------------------------------
接口请求地址:
http://devtest-pos.thy360.com/ja/v1/boss/operation/recharge/rule/1111111111
The request method is :delete
null
接口请求头文件为:
{u'token': u'8903377a-80e6-41e1-b0a8-94f15a42814e', u'Content-Type': u'application/json', u'storeNo': u'10'}
****************************************************************************************************
接口请求响应时延为:
0.820999860764
接口请求返回值:
{
"msg": "该充值促销规则不存在!",
"statusCode": 1
}
****************************************************************************************************
The Global Context key and value is :
{'token_pos': u'56ca4f84-8575-4551-94f3-122e49063bf3', 'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10, 'posNo': '080027400cba', 'password': '123456', 'token_boss': u'8903377a-80e6-41e1-b0a8-94f15a42814e'}
期望检测的返回值:
{
"statusCode": {
"EQ": 1
}
}
检查key: statusCode的返回值通过
所有检查Key值返回通过.
----------------------------------------------------------------------------------------------------
|
||||
test_572_V1_1_BOSS_首页--首页数据V1_1 |
pass
pt1.572:
测试用例开始时间: 2017-06-17 18:02:18
测试步骤1 :
----------------------------------------------------------------------------------------------------
调用公共函数执行
运营后台登录:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/auth/login
请求参数:
{
"username": "root",
"password": "root1234"
}
返回:
{"msg": "\u6210\u529f", "data": {"token": "token:cca9e3a641234ad0d6e59faf25b961aac2925a75", "user": {"username": "root", "first_name": "", "last_name": "", "is_active": true, "email": "", "last_login": "2017-06-17 18:02:12", "groups": [], "id": 1, "date_joined": "2017-04-21 19:45:44"}}, "statusCode": 0}
获取store列表:
请求地址:http://devtest-pos.thy360.com/py/backend/v1/store/stores/?limit=15&store_category=0
请求头:
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75'}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'tel': u'15000000000', 'store_id': 10}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10}
BOSS登录:
请求地址:http://devtest-pos.thy360.com/ja/v1/boss/login
请求参数:
{
"password": "123456",
"storeNo": 10,
"telephone": "15000000000"
}
返回:
{"statusCode":0,"msg":"成功","data":{"token":"f40e64d7-80f3-4bc3-b08d-15d5efee8abd","storeNo":"10","storeCategory":2,"storeName":"HelloWorld"}}
{'token': u'token:cca9e3a641234ad0d6e59faf25b961aac2925a75', 'password': '123456', 'tel': u'15000000000', 'store_id': 10, 'token_boss': u'f40e64d7-80f3-4bc3-b08d-15d5efee8abd'}
----------------------------------------------------------------------------------------------------
|
||||
| Total | 572 | 531 | 27 | 14 | |